Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
rpms
efi-rpm-macros
Commits
c673cf60
Commit
c673cf60
authored
May 18, 2021
by
Rocky Automation
📺
Browse files
import efi-rpm-macros-3-3.el8
parent
9e041b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
SPECS/efi-rpm-macros.spec
View file @
c673cf60
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 <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
- 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment