AlmaLinux changes

This commit is contained in:
eabdullin 2022-03-18 19:03:01 +03:00
parent 38ad50963b
commit a06095b4df
3 changed files with 6 additions and 3 deletions

BIN
SOURCES/clsecureboot001.cer Normal file

Binary file not shown.

Binary file not shown.

View File

@ -8,7 +8,7 @@
%global __debug_install_post %{SOURCE100} x64 ia32
%undefine _debuginfo_subpackages
%global efidir %(eval echo $(grep ^ID= /etc/os-release | sed -e 's/^ID=//' -e 's/rhel/redhat/'))
%global efidir almalinux
%global shimrootdir %{_datadir}/shim/
%global shimversiondir %{shimrootdir}/%{version}-%{release}
%global efiarch x64
@ -18,13 +18,13 @@
Name: shim-unsigned-%{efiarch}
Version: 15
Release: 9.el8
Release: 9.el8.alma
Summary: First-stage UEFI bootloader
ExclusiveArch: x86_64
License: BSD
URL: https://github.com/rhboot/shim
Source0: https://github.com/rhboot/shim/releases/download/%{version}/shim-%{version}.tar.bz2
Source1: redhatsecurebootca5.cer
Source1: clsecureboot001.cer
# currently here's what's in our dbx:
# nothing.
Source2: dbx.esl
@ -233,6 +233,9 @@ cd ..
%files debugsource -f build-%{efiarch}/debugsource.list
%changelog
* Fri Mar 18 2022 Eduard Abdullin <eabdullin@almalinux.org> - 15.4-4.alma
- Use CloudLinux vendor cert
* Thu Sep 17 2020 Peter Jones <pjones@redhat.com> - 15-9.el8
- Fix an incorrect allocation size.
Related: rhbz#1877253