diff --git a/SPECS/efi-rpm-macros.spec b/SPECS/efi-rpm-macros.spec index d2bae55..652d84c 100644 --- a/SPECS/efi-rpm-macros.spec +++ b/SPECS/efi-rpm-macros.spec @@ -1,7 +1,7 @@ Summary: Common RPM Macros for building EFI-related packages Name: efi-rpm-macros Version: 4 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv3+ URL: https://github.com/rhboot/%{name}/ BuildRequires: git sed @@ -60,12 +60,16 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}" %files -n efi-filesystem %defattr(0700,root,root,-) -%dir /boot/efi -%dir /boot/efi/EFI -%dir /boot/efi/EFI/BOOT -%dir /boot/efi/EFI/%{_efi_vendor_} +%verify(not mode) %dir /boot/efi +%verify(not mode) %dir /boot/efi/EFI +%verify(not mode) %dir /boot/efi/EFI/BOOT +%verify(not mode) %dir /boot/efi/EFI/%{_efi_vendor_} %changelog +* Mon Nov 08 2021 Robbie Harwood - 4-9 +- Ignore the mode bits when doing RPM verification of files in /boot/efi +- Resolves: rhbz#1936384 + * Mon Aug 09 2021 Mohan Boddu - 4-8 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688