Name: sbctl Version: 0.17 Release: 5%?dist Summary: Secure Boot key manager License: MIT URL: https://github.com/Foxboron/sbctl Source0: https://github.com/Foxboron/sbctl/releases/download/%{version}/sbctl-%{version}.tar.gz ## Based on CachyOS's batch sign script # https://github.com/CachyOS/CachyOS-Settings/blob/master/usr/bin/sbctl-batch-sign Source1: %{name}-batch-sign ExclusiveArch: %{golang_arches} Requires: binutils Requires: util-linux Requires(post): bash Recommends: systemd-udev BuildRequires: asciidoc BuildRequires: git BuildRequires: go-rpm-macros %description sbctl intends to be a user-friendly secure boot key manager capable of setting up secure boot, offer key management capabilities, and keep track of files that needs to be signed in the boot chain. %prep %autosetup -p1 sed -i '/go build/d' Makefile %build export GOPATH=%{_builddir}/go %global gomodulesmode GO111MODULE=on %gobuild -o sbctl ./cmd/sbctl %make_build %install %make_install PREFIX=%{_prefix} install -Dm755 %{SOURCE1} -t %{buildroot}%{_bindir} %transfiletriggerin -P 1 -- /efi /usr/lib /usr/libexec if [[ ! -f /run/ostree-booted ]] && grep -q -m 1 -e '\.efi$' -e '/vmlinuz$'; then exec - 0.17-2 - Do not run file triggers on atomic systems * Sat Mar 30 2024 Cappy Ishihara - 0.13-1 - Push to Terra * Tue Dec 26 2023 Andrew Gunnerson - 0.13-1 - Update to version 0.13 * Sun Nov 12 2023 Andrew Gunnerson - 0.12-2 - Switch to upstream 91-sbctl.install kernel-install script * Fri Oct 20 2023 Andrew Gunnerson - 0.12-1 - Update to version 0.12 * Sat Mar 25 2023 Andrew Gunnerson - 0.11-1 - Update to version 0.11 * Mon Dec 12 2022 Andrew Gunnerson - 0.10-1 - Update to version 0.10 * Tue May 3 2022 Andrew Gunnerson - 0.9-1 - Update to version 0.9 * Thu Jan 27 2022 Andrew Gunnerson - 0.8-1 - Initial release