From c520f8da058f9a391879e758708f68f05a2589fe Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:36:01 -0400 Subject: [PATCH] import efi-rpm-macros-3-3.el8 --- SPECS/efi-rpm-macros.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/SPECS/efi-rpm-macros.spec b/SPECS/efi-rpm-macros.spec index 0e01b8a..25efe66 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: 3 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/System License: GPLv3+ URL: https://github.com/rhboot/%{name}/ @@ -59,12 +59,16 @@ machine bootloaders and tools. %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 +* Thu Nov 05 2020 Javier Martinez Canillas - 3-3 +- Ignore the mode bits when doing RPM verification of files in /boot/efi + Resolves: rhbz#1845052 + * Fri May 04 2018 Peter Jones - 3-2 - Always provide macros for efi_arch and efi_alt_arch (and their _upper variants), and make efi_has_arch and efi_has_alt_arch 0 when they will be