From 392e7553c449b30ce7a0076df02de3eb753a4eda Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 20 May 2026 02:54:09 +0000 Subject: [PATCH] release: bump version to 1.1.9 for non-Ubuntu package fixes --- Cargo.toml | 2 +- debian/changelog | 12 ++++++++++++ linux-patch-api.spec | 9 +++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebabee9..a73aecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-patch-api" -version = "1.1.8" +version = "1.1.9" edition = "2021" authors = ["Echo "] description = "Secure remote package management API for Linux systems" diff --git a/debian/changelog b/debian/changelog index 81ef47c..dd6a61e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +linux-patch-api (1.1.9-1) unstable; urgency=low + + * Fix non-Ubuntu packages: align Arch, RPM, Alpine with Debian baseline + * Remove system user creation (service runs as root) + * Fix ownership to root:root across all platforms + * Fix Alpine: co-locate install script with APKBUILD + * Fix Arch: correct $startdir path in PKGBUILD + * Fix RPM: add runtime deps, comment BuildRequires for CI + * Add comprehensive installation docs for all platforms + + -- Echo Tue, 19 May 2026 21:54:00 -0500 + linux-patch-api (1.1.8-1) unstable; urgency=low * Fix FQDN resolution: prioritize hostname -f over /etc/hostname for full domain diff --git a/linux-patch-api.spec b/linux-patch-api.spec index 67a3c2b..f158b74 100644 --- a/linux-patch-api.spec +++ b/linux-patch-api.spec @@ -162,6 +162,15 @@ fi # Changelog %changelog +* Tue May 19 2026 Echo - 1.1.9-1 +- Fix non-Ubuntu packages: align Arch, RPM, Alpine with Debian baseline +- Remove system user creation (service runs as root) +- Fix ownership to root:root across all platforms +- Fix Alpine: co-locate install script with APKBUILD +- Fix Arch: correct $startdir path in PKGBUILD +- Fix RPM: add runtime deps, comment BuildRequires for CI +- Add comprehensive installation docs for all platforms + * Tue May 19 2026 Echo - 1.1.8-1 - Fix RPM packaging: runtime deps, match Debian install behavior, comment BuildRequires for CI - Remove system user creation (service runs as root per systemd unit)