Private
Public Access
1
0

feat: Add APK (Alpine Linux) package manager backend; machine-id generation; OpenRC fix; v1.1.12

This commit is contained in:
2026-05-20 17:25:21 +00:00
parent 551d73204f
commit 891ca09f34
6 changed files with 593 additions and 5 deletions

View File

@ -162,6 +162,12 @@ fi
# Changelog
%changelog
* Wed May 20 2026 Echo <echo@moon-dragon.us> - 1.1.12-1
- Add APK (Alpine Linux) package manager backend
- Add machine-id generation to Alpine pre-install script
- Fix OpenRC init script ownership (root:root)
* Wed May 20 2026 Echo <echo@moon-dragon.us> - 1.1.10-1
- Fix Alpine install scripts: use separate files with valid abuild suffixes
- Root cause: .apk-install is not a valid abuild suffix (abuild silently fails)