Private
Public Access
1
0

feat: add DNF and YUM package manager backends for RPM-based systems

This commit is contained in:
2026-05-20 20:54:38 +00:00
parent ee46c48c0b
commit d682c7c69c
5 changed files with 1194 additions and 5 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
linux-patch-api (1.1.15) unstable; urgency=medium
* Add DNF package manager backend for Fedora/RHEL/CentOS 8+
* Add YUM package manager backend for RHEL/CentOS 7
* Fix: DNF backend not yet implemented error on Fedora systems
* Support rpm -qa for package listing, rpm -qi for package details
* Support dnf check-update (exit code 100) for patch detection
* Support yum check-update (exit code 100) for patch detection
-- Echo <echo@moon-dragon.us> Tue, 20 May 2026 15:41:00 -0500
linux-patch-api (1.1.14) unstable; urgency=medium
* Fix RPM packaging: pre-build binary before tarball (like Alpine/Arch pattern)