Skip to content

irlume v0.1.1

Latest

Choose a tag to compare

@archledger archledger released this 04 Jul 04:34
v0.1.1

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.lock is now committed, so cargo build --locked works from release tarballs.
  • Fedora spec: added missing clang-devel, kernel-headers, pkgconf-pkg-config BuildRequires (bindgen for V4L2 bindings; pkg-config for tss-esapi).
  • Fedora spec: the SELinux policy module is compiled from its committed .te source during the build.

Full changelog: https://github.com/archledger/irlume/blob/main/CHANGELOG.md