import efi-rpm-macros-3-3.el8
This commit is contained in:
parent
ed99d9dd89
commit
77f38d03f8
@ -1,7 +1,7 @@
|
|||||||
Summary: Common RPM Macros for building EFI-related packages
|
Summary: Common RPM Macros for building EFI-related packages
|
||||||
Name: efi-rpm-macros
|
Name: efi-rpm-macros
|
||||||
Version: 3
|
Version: 3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/rhboot/%{name}/
|
URL: https://github.com/rhboot/%{name}/
|
||||||
@ -59,12 +59,16 @@ machine bootloaders and tools.
|
|||||||
|
|
||||||
%files -n efi-filesystem
|
%files -n efi-filesystem
|
||||||
%defattr(0700,root,root,-)
|
%defattr(0700,root,root,-)
|
||||||
%dir /boot/efi
|
%verify(not mode) %dir /boot/efi
|
||||||
%dir /boot/efi/EFI
|
%verify(not mode) %dir /boot/efi/EFI
|
||||||
%dir /boot/efi/EFI/BOOT
|
%verify(not mode) %dir /boot/efi/EFI/BOOT
|
||||||
%dir /boot/efi/EFI/%{_efi_vendor_}
|
%verify(not mode) %dir /boot/efi/EFI/%{_efi_vendor_}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 05 2020 Javier Martinez Canillas <javierm@redhat.com> - 3-3
|
||||||
|
- Ignore the mode bits when doing RPM verification of files in /boot/efi
|
||||||
|
Resolves: rhbz#1845052
|
||||||
|
|
||||||
* Fri May 04 2018 Peter Jones <pjones@redhat.com> - 3-2
|
* Fri May 04 2018 Peter Jones <pjones@redhat.com> - 3-2
|
||||||
- Always provide macros for efi_arch and efi_alt_arch (and their _upper
|
- 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
|
variants), and make efi_has_arch and efi_has_alt_arch 0 when they will be
|
||||||
|
Loading…
Reference in New Issue
Block a user