Skip to content

RPM package built with ./mkpkg --platform=rpm on Amazon Linux 2 fails to function after installation #456

@pzsewer

Description

@pzsewer

I need update sudo-1.9.17p1 to fix security problems like CVE-2025-32462 and CVE-2025-32463.
but aws dont have this rpm package now.

Description:
When building an RPM package using the ./mkpkg --platform=rpm script on Amazon Linux 2, the resulting .rpm file installs successfully but the installed software does not function as expected.

Steps to Reproduce:
Clone the repository on an Amazon Linux 2 instance.
Run ./mkpkg --platform=rpm to build the RPM package.
Install the generated .rpm file using sudo rpm -ivh .rpm.
Attempt to run the installed software.

Expected Behavior:
The software should install and run correctly without errors.

Actual Behavior:
The installation completes without errors, but the software fails to start or function properly. (Please specify the exact error or behavior observed.)

Environment:
OS: Amazon Linux 2
Architecture: (e.g., x86_64)
Build tool: ./mkpkg
Package type: RPM

Additional Context:
Please attach or paste any relevant logs or error messages.
If possible, include the output of rpm -qlp .rpm to verify the installed files.
Mention any dependencies or system configurations that might be relevant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions