A few fixes for 15.4
- Fix handling of ignore_db and user_insecure_mode (pjones) - Fix booting on pre-UEFI Macs (pjones) - Fix mok variable storage allocation region (glin) Resolves: rhbz#1948432 - Fix the package version in the .sbat data (pjones) Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
50b14368ca
commit
ccdcfcf569
@ -18,8 +18,8 @@
|
||||
|
||||
%global shimveraa64 15.4-1.fc34
|
||||
%global shimverarm 15.4-1.fc34
|
||||
%global shimveria32 15.4-2.fc32
|
||||
%global shimverx64 15.4-2.fc32
|
||||
%global shimveria32 15.4-5.fc33
|
||||
%global shimverx64 15.4-5.fc33
|
||||
|
||||
%global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64
|
||||
%global shimdirarm %{_datadir}/shim/%{shimverarm}/arm
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
Name: shim
|
||||
Version: 15.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: First-stage UEFI bootloader
|
||||
License: BSD
|
||||
URL: https://github.com/rhboot/shim/
|
||||
@ -107,6 +107,13 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/dnf/protected.d/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 21 2021 Javier Martinez Canillas <javierm@redhat.com> - 15.4-4
|
||||
- Fix handling of ignore_db and user_insecure_mode (pjones)
|
||||
- Fix booting on pre-UEFI Macs (pjones)
|
||||
- Fix mok variable storage allocation region (glin)
|
||||
Resolves: rhbz#1948432
|
||||
- Fix the package version in the .sbat data (pjones)
|
||||
|
||||
* Tue Apr 06 2021 Peter Jones <pjones@redhat.com> - 15.4-3
|
||||
- Mark signed shim packages as protected in dnf.
|
||||
Resolves: rhbz#1874541
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (shimx64.efi) = 121317e73762348a6990f135094a50020820c5fa10e5eaf1f61eb27367106736036ed72ee13935a1db9bdd5161095c7714a2049f161259cf5e8209fa83471fe1
|
||||
SHA512 (shimia32.efi) = 7c196b19bfad52913cacc245108d7146db3d0b4ce531d31c3d9ae905be09975fc6830285be913b712a6f928e564ee9f4fefbc2bffa3834a09c705ede6b55b599
|
||||
SHA512 (shimx64.efi) = 7ceea9899f41ccd6a2d792af064ba3e7c52c575a951730b4bcd220b4e288857912c5600d977317f2bd444b66871bf78975041fa4db183f99df349c8981e3c8c9
|
||||
SHA512 (shimia32.efi) = dbbc66538e192eeed6e0306a1384f2508a4dc4572213ed7ad3f03db58d7f48b314e1f6dcc6396735fe24e624a84e9151d720f2085404c60d075bbe982240de4a
|
||||
SHA512 (shimaa64.efi) = 8888af983c5b5293db092aac1b6339d775fef79c28054c25a1e8e3fe4f2b28b31b672fcc07d29e4dbfdcdfc2493103c6c5a1a9d50cb4d4539d66ce7395b33913
|
||||
SHA512 (shimarm.efi) = c5ccb61fd3e0ea80076795052e069c4645e7a17dc28360cd0f914ad200fce73434135acf36d905594fd0993fa41e6ee80ecebda546a6a1a5ad3372e75cb1635b
|
||||
|
Loading…
Reference in New Issue
Block a user