Packaging patch release: the Fedora Copr pipeline now works end-to-end, and native packages for all three families are attached. No functional changes to the daemon, CLI, or PAM module.
Install
Fedora (Copr, auto-updates with dnf upgrade):
sudo dnf copr enable archledger/irlume
sudo dnf install irlume
Arch:
sudo pacman -U irlume-0.1.1-1-x86_64.pkg.tar.zst
Debian/Ubuntu:
sudo apt install ./irlume_0.1.1_amd64.deb
Fixed
- Packit Copr builds request build-time networking (
enable_net) so cargo can reach crates.io. Cargo.lockis now committed, socargo build --lockedworks from release tarballs.- Fedora spec: added missing
clang-devel,kernel-headers,pkgconf-pkg-configBuildRequires (bindgen for V4L2 bindings; pkg-config for tss-esapi). - Fedora spec: the SELinux policy module is compiled from its committed
.tesource during the build.
Full changelog: https://github.com/archledger/irlume/blob/main/CHANGELOG.md