From e28a687b3f0cf6120c26417553aecdcee5071f2c Mon Sep 17 00:00:00 2001 From: Krystian Hebel Date: Sat, 30 Sep 2023 12:04:30 +0200 Subject: [PATCH] anti-evil-maid.spec.in: remove tboot from requirements and triggers Signed-off-by: Krystian Hebel --- anti-evil-maid.spec.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/anti-evil-maid.spec.in b/anti-evil-maid.spec.in index acafbf0..76b7d63 100644 --- a/anti-evil-maid.spec.in +++ b/anti-evil-maid.spec.in @@ -2,14 +2,14 @@ Name: anti-evil-maid Version: @VERSION@ Release: 1%{?dist} Summary: Anti Evil Maid for initramfs-based systems. -Requires: dracut grub2-tools parted tboot tpm-tools +Requires: dracut grub2-tools parted tpm-tools Requires: tpm-extra >= 4.0.0 Requires: trousers-changer >= 4.0.0 Requires: systemd >= 227 Requires: coreutils >= 8.25-2 Requires: scrypt qrencode oathtool Requires: tpm2-tools openssl -Requires(post): dracut grub2-tools tboot systemd +Requires(post): dracut grub2-tools systemd Obsoletes: anti-evil-maid-dracut Vendor: Invisible Things Lab License: GPL @@ -81,8 +81,5 @@ if [ "$1" = 0 ]; then chmod -f +x %trenchboot_grub || true fi -%triggerin -- tboot -chmod -x %trenchboot_grub - %changelog @CHANGELOG@