Compare commits

...

5 Commits

Author SHA1 Message Date
eabdullin 312d9b4aad Update to 15.8 2024-04-01 12:37:42 +03:00
eabdullin 743f0c7882 Sync with stable 2024-02-28 11:10:54 +03:00
eabdullin e5c6323b84 Remove definition of dist 2023-02-22 15:08:18 +03:00
Andrew Lukoshko 8f1ca68d50 Merge branch 'c8' into a8 2022-08-23 09:43:06 +00:00
Andrew Lukoshko 09b7c524d4 AlmaLinux changes 2021-09-15 12:46:23 +00:00
9 changed files with 28 additions and 10 deletions

View File

@ -1,3 +1,3 @@
8ab193ad7addd71e4a820081f36d47e5ef727d28 SOURCES/shimaa64.efi
c04dd5db5d91e8d1f597f2bfd878f55eba05a125 SOURCES/shimia32.efi
9a08a40a69ba8ad6292a19aca367d819e875d789 SOURCES/shimx64.efi
8f61bdc72cf582e2fdf094eac3bd911464857d89 SOURCES/shimaa64.efi
406c8b77a4889d8e4d27a43cc6de3e7075a69207 SOURCES/shimx64.efi
ca1624e26151dfd9ca730d5ef142768b3d8472f7 SOURCES/shimia32.efi

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -13,9 +13,9 @@
%global shimefix64 %{expand:%{SOURCE22}}
#%%global shimefiarm %%{expand:%%{SOURCE23}
%global shimveraa64 15-7.el8_1
%global shimveria32 15.6-1.el8
%global shimverx64 15.6-1.el8
%global shimveraa64 15-7.el8_1.alma.1
%global shimveria32 15.8-2.el8.alma.1
%global shimverx64 15.8-2.el8.alma.1
#%%global shimverarm 15-1.el8
%global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64
@ -48,6 +48,12 @@ Requires: mokutil >= 1:0.3.0-1 \
Requires: efi-filesystem \
Provides: shim-signed-%{-a*} = %{version}-%{release} \
Requires: dbxtool >= 0.6-3 \
Requires: %{efi_esp_dir}/grub%{-a*}.efi \
%{expand:%ifarch x86_64 \
# SecureBoot keys dependencies \
Requires: almalinux(grub2-sig-key) >= 202303 \
Requires: almalinux(kernel-sig-key) >= 202303 \
%endif} \
%{expand:%%if 0%%{-p*} \
Provides: shim = %{version}-%{release} \
Provides: shim-signed = %{version}-%{release} \

View File

@ -1,6 +1,10 @@
%global efi_vendor almalinux
%global efidir almalinux
%global efi_esp_dir /boot/efi/EFI/%{efidir}
Name: shim
Version: 15.6
Release: 1%{?dist}
Version: 15.8
Release: 1%{?dist}.alma.1
Summary: First-stage UEFI bootloader
License: BSD
URL: https://github.com/rhboot/shim/
@ -14,8 +18,7 @@ ExcludeArch: %{ix86}
ExcludeArch: %{arm}
Source0: shim.rpmmacros
Source1: redhatsecureboot501.cer
Source2: redhatsecurebootca5.cer
Source1: almalinuxsecurebootca0.cer
# keep these two lists of sources synched up arch-wise. That is 0 and 10
# match, 1 and 11 match, ...
@ -101,6 +104,15 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
%endif
%changelog
* Mon Apr 01 2024 Eduard Abdullin <eabdullin@almalinux.org> - 15.8-1.alma.1
- Update to shim 15.8
* Mon Feb 27 2023 Eduard Abdullin <eabdullin@almalinux.org> - 15.6-1.alma.1
- Use AlmaLinux cert
* Tue Aug 23 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 15.6-1.alma
- AlmaLinux changes
* Mon Jun 06 2022 Peter Jones <pjones@redhat.com> - 15.6-1
- Update to shim-15.6
Resolves: CVE-2022-28737