Update to 16.1

This commit is contained in:
Andrew Lukoshko 2026-06-11 10:45:42 +00:00
parent 98b4a993da
commit 867a93d2a7
2 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
cdec924ca437a4509dcb178396996ddf92c11183 SOURCES/shim-15.8.tar.bz2
53a4a52f2cddd7ae880e405b4e3336a5968c5683 SOURCES/shim-16.1.tar.bz2

View File

@ -15,11 +15,11 @@
%global shimdir %{shimversiondir}/%{efiarch}
Name: shim-unsigned-aarch64
Version: 15.8
Version: 16.1
Release: 2.el8.alma.1
Summary: First-stage UEFI bootloader
ExclusiveArch: aarch64
License: BSD
License: BSD-2-Clause AND OpenSSL
URL: https://github.com/rhboot/shim
Source0: https://github.com/rhboot/shim/releases/download/%{version}/shim-%{version}.tar.bz2
# currently here's what's in our dbx:
@ -105,7 +105,7 @@ cat 01.esl 02.esl 03.esl > vendor_db.esl
source scl_source enable gcc-toolset-12 || :
%endif
COMMIT_ID=5914984a1ffeab841f482c791426d7ca9935a5e6
COMMIT_ID=afc49558b34548644c1cd0ad1b6526a9470182ed
MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} "
MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim RELEASE=%{release} "
MAKEFLAGS+="ENABLE_SHIM_HASH=true "
@ -128,7 +128,7 @@ cd ..
%if 0%{?rhel} == 8 || 0%{?rhel} == 9
source scl_source enable gcc-toolset-12 || :
%endif
COMMIT_ID=5914984a1ffeab841f482c791426d7ca9935a5e6
COMMIT_ID=afc49558b34548644c1cd0ad1b6526a9470182ed
MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} "
MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim RELEASE=%{release} "
MAKEFLAGS+="ENABLE_HTTPBOOT=true ENABLE_SHIM_HASH=true "
@ -162,9 +162,12 @@ cd ..
%files debugsource -f build-%{efiarch}/debugsource.list
%changelog
* Thu Jun 11 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 16.1-2.el8.alma.1
- Update to shim-16.1
* Fri May 10 2024 Eduard Abdullin <eabdullin@almalinux.org> - 15.8-2.el8.alma.1
- Use AlmaLinux cert
- Use gcc-toolset-12g
- Use gcc-toolset-12
* Wed Feb 07 2024 Peter Jones <pjones@redhat.com> - 15.8-2.el8
- Rebuild to fix the commit ident and MAKEFLAGS