From c55a1eb4a00a0923cef7a4a1422fd2bc39ad9b14 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 18 2021 06:36:01 +0000 Subject: import efi-rpm-macros-3-3.el8 --- 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