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
25a0826d
Commit
25a0826d
authored
Sep 27, 2022
by
Rocky Automation
📺
Browse files
import efi-rpm-macros-6-2.el9_0
parent
ed580b42
Changes
3
Hide whitespace changes
Inline
Side-by-side
.efi-rpm-macros.metadata
View file @
25a0826d
0c71e8e1736ec1f3d79e0d5757b178c66eed4ccb
SOURCES/efi-rpm-macros-
4
.tar.bz2
572ed93a939449ed0f2f0cf7dd0ad4739eb2b9d2
SOURCES/efi-rpm-macros-
6
.tar.bz2
.gitignore
View file @
25a0826d
SOURCES/efi-rpm-macros-
4
.tar.bz2
SOURCES/efi-rpm-macros-
6
.tar.bz2
SPECS/efi-rpm-macros.spec
View file @
25a0826d
Summary: Common RPM Macros for building EFI-related packages
Name: efi-rpm-macros
Version:
4
Release:
9
%{?dist}
Version:
6
Release:
2
%{?dist}
License: GPLv3+
URL: https://github.com/rhboot/%{name}/
BuildRequires: git sed
BuildRequires: make
BuildArch: noarch
Source0: https://github.com/rhboot/%{name}/releases/download/%{version}/%{name}-
4
.tar.bz2
Source0: https://github.com/rhboot/%{name}/releases/download/%{version}/%{name}-
6
.tar.bz2
%global debug_package %{nil}
%global _efi_vendor_ %(eval echo $(sed -n -e 's/rhel/redhat/' -e 's/^ID=//p' /etc/os-release))
...
...
@@ -34,7 +34,7 @@ The efi-filesystem package contains the basic directory layout for EFI
machine bootloaders and tools.
%prep
%autosetup -S git -n %{name}-
4
%autosetup -S git
_am
-n %{name}-
6
git config --local --add efi.vendor "%{_efi_vendor_}"
git config --local --add efi.esp-root /boot/efi
git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}"
...
...
@@ -66,6 +66,10 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}"
%verify(not mode) %dir /boot/efi/EFI/%{_efi_vendor_}
%changelog
* Thu Apr 14 2022 Peter Jones <pjones@redhat.com> - 6-1
- Disable ia32 as an alt for x86_64
Related: rhbz#1932057
* Mon Nov 08 2021 Robbie Harwood <rharwood@redhat.com> - 4-9
- Ignore the mode bits when doing RPM verification of files in /boot/efi
- Resolves: rhbz#1936384
...
...
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