-
-
Notifications
You must be signed in to change notification settings - Fork 262
Description
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.