Private
Public Access
1
0

feat: add Pacman backend for Arch Linux, fix Arch CI stale packages

This commit is contained in:
2026-05-20 22:24:06 +00:00
parent 58ad92d431
commit 6fab250ea8
7 changed files with 513 additions and 6 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
linux-patch-api (1.1.16) unstable; urgency=medium
* Add Pacman package manager backend for Arch Linux
* Fix: Pacman backend not yet implemented error on Arch systems
* Support pacman -Q for package listing, pacman -Qi for package details
* Support pacman -Qu for patch/update detection
* Fix Arch CI: add stale package cleanup and version verification
-- Echo <echo@moon-dragon.us> Tue, 20 May 2026 17:11:00 -0500
linux-patch-api (1.1.15) unstable; urgency=medium
* Add DNF package manager backend for Fedora/RHEL/CentOS 8+