Describe the bug
sudo package version 1.9.15-1.p5.amzn2023.0.3 has only 2 changelog entries:
bash-5.2# rpm -q --changelog sudo
* Mon Apr 06 2026 Zayd Rajab <zaydr@amazon.com> - 1.9.15-1.p5.amzn2023.0.3
- Fix CVE-2026-35535
* Thu Jun 26 2025 Josiah Vehrs <jvehrs@amazon.com> - 1.9.15-1.p5.amzn2023.0.2
- Patch CVE-2025-32462
- Patch CVE-2025-32463
Many available package versions in the repo are not listed in the changelog:
bash-5.2# dnf list --showduplicates sudo
Last metadata expiration check: 0:00:43 ago on Thu Jul 30 13:00:44 2026.
Installed Packages
sudo.x86_64 1.9.15-1.p5.amzn2023.0.3 @amazonlinux
Available Packages
sudo.x86_64 1.9.12-1.p2.amzn2023.0.2 amazonlinux
sudo.x86_64 1.9.12-1.p2.amzn2023.0.3 amazonlinux
sudo.x86_64 1.9.13-1.p2.amzn2023.0.1 amazonlinux
sudo.x86_64 1.9.13-1.p2.amzn2023.0.3 amazonlinux
sudo.x86_64 1.9.13-1.p2.amzn2023.0.4 amazonlinux
sudo.x86_64 1.9.14-1.p3.amzn2023.0.1 amazonlinux
sudo.x86_64 1.9.15-1.p5.amzn2023.0.1 amazonlinux
sudo.x86_64 1.9.15-1.p5.amzn2023.0.2 amazonlinux
sudo.x86_64 1.9.15-1.p5.amzn2023.0.3 amazonlinux
Could we fix the changelog to be complete?
To Reproduce
Steps to reproduce the behavior:
- Install sudo
- Run
rpm -q --changelog sudo
Expected behavior
Changelog cover all previous versions of the sudo package.
Additional context
Add any other context about the problem here.
Describe the bug
sudo package version 1.9.15-1.p5.amzn2023.0.3 has only 2 changelog entries:
Many available package versions in the repo are not listed in the changelog:
Could we fix the changelog to be complete?
To Reproduce
Steps to reproduce the behavior:
rpm -q --changelog sudoExpected behavior
Changelog cover all previous versions of the sudo package.
Additional context
Add any other context about the problem here.