Compare commits

...

No commits in common. 'c9' and 'i10-beta-v2' have entirely different histories.

@ -1,8 +1,8 @@
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: 6 Version: 6
Release: 2%{?dist} Release: 3%{?dist}.inferit
License: GPLv3+ License: GPL-3.0-or-later
URL: https://github.com/rhboot/%{name}/ URL: https://github.com/rhboot/%{name}/
BuildRequires: git sed BuildRequires: git sed
BuildRequires: make BuildRequires: make
@ -37,7 +37,7 @@ machine bootloaders and tools.
%autosetup -S git_am -n %{name}-6 %autosetup -S git_am -n %{name}-6
git config --local --add efi.vendor "%{_efi_vendor_}" git config --local --add efi.vendor "%{_efi_vendor_}"
git config --local --add efi.esp-root /boot/efi git config --local --add efi.esp-root /boot/efi
git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}" git config --local --add efi.arches "x86_64 x86_64_v2 aarch64 %{arm} %{ix86}"
%build %build
%make_build clean all %make_build clean all
@ -60,26 +60,62 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}"
%files -n efi-filesystem %files -n efi-filesystem
%defattr(0700,root,root,-) %defattr(0700,root,root,-)
%verify(not mode) %dir /boot/efi %dir /boot/efi
%verify(not mode) %dir /boot/efi/EFI %dir /boot/efi/EFI
%verify(not mode) %dir /boot/efi/EFI/BOOT %dir /boot/efi/EFI/BOOT
%verify(not mode) %dir /boot/efi/EFI/%{_efi_vendor_} %dir /boot/efi/EFI/%{_efi_vendor_}
%changelog %changelog
* Thu Apr 14 2022 Peter Jones <pjones@redhat.com> - 6-1 * Mon Dec 02 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 6-3.inferit
- Disable ia32 as an alt for x86_64 - Add x86_64_v2 to arch list
Related: rhbz#1932057
* Mon Nov 08 2021 Robbie Harwood <rharwood@redhat.com> - 4-9 * Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6-3
- Ignore the mode bits when doing RPM verification of files in /boot/efi - Rebuilt for MSVSphere 10
- Resolves: rhbz#1936384
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4-8 * Tue Jul 30 2024 Nicolas Frayer <nfrayer@redhat.com> - 6-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Update to efi-rpm-macros version 6
Related: rhbz#1991688 - Resolves: #RHEL-50848
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 4-7 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5-12
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Bump release for June 2024 mass rebuild
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Dec 13 2023 Nicolas Frayer <nfrayer@redhat.com>
- Migrate to SPDX license
- Please refer to https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 09 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 5-8
- Fixes permissions on /boot/efi/EFI
- Resolves: rhbz#2144459
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Sep 02 2021 Robbie Harwood <rharwood@redhat.com> - 5-4
- Remove arm as an alt for aarch64 (would require cross compiler)
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Apr 06 2021 Peter Jones <pjones@redhat.com> - 5-2
- There's always a typo.
* Tue Apr 06 2021 Peter Jones <pjones@redhat.com> - 5-1
- Add arm as an alt for aarch64
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4-6 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save