diff --git a/anda/tools/sbctl/sbctl.spec b/anda/tools/sbctl/sbctl.spec index aba3b0d989..f7cdd47525 100644 --- a/anda/tools/sbctl/sbctl.spec +++ b/anda/tools/sbctl/sbctl.spec @@ -1,6 +1,6 @@ Name: sbctl Version: 0.17 -Release: 1%?dist +Release: 2%?dist Summary: Secure Boot key manager License: MIT @@ -42,7 +42,7 @@ export GOPATH=%{_builddir}/go %transfiletriggerin -P 1 -- /boot /efi /usr/lib /usr/libexec -if grep -q -m 1 -e '\.efi$' -e '/vmlinuz$'; then +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