11%global pesign_vre 0.106-1
22%global openssl_vre 1.0.2j
3+ %global shim_commit_id afc49558b34548644c1cd0ad1b6526a9470182ed
34
45# For prereleases, % global prerelease rc2, and downpatch Makefile
56%if %{defined prerelease }
@@ -31,8 +32,8 @@ Name: shim-unsigned-aarch64
3132# just Provide: the proper name.
3233Provides: shim-unsigned-%{efiarch }
3334
34- Version: 15.8
35- Release: 5 %{?dist }
35+ Version: 16.1
36+ Release: 1 %{?dist }
3637Summary: First-stage UEFI bootloader
3738ExclusiveArch: aarch64
3839License: BSD
@@ -99,10 +100,11 @@ mkdir build-%{efiarch}
99100cp %{SOURCE3 } data/
100101
101102%build
102- COMMIT _ID=5914984a1ffeab841f482c791426d7ca9935a5e6
103+ COMMIT _ID=%{ shim_commit_id }
103104MAKEFLAGS=" TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} "
104105MAKEFLAGS+=" EFIDIR=%{efidir} PKGNAME=shim "
105106MAKEFLAGS+=" ENABLE_SHIM_HASH=true "
107+ MAKEFLAGS+=" SBAT_AUTOMATIC_DATE=2025021800 "
106108MAKEFLAGS+=" %{_smp_mflags} "
107109if [ -f " %{SOURCE1}" ]; then
108110 MAKEFLAGS=" $MAKEFLAGS VENDOR_CERT_FILE=%{SOURCE1} "
@@ -120,7 +122,7 @@ make ${MAKEFLAGS} \
120122cd ..
121123
122124%install
123- COMMIT _ID=5914984a1ffeab841f482c791426d7ca9935a5e6
125+ COMMIT _ID=%{ shim_commit_id }
124126MAKEFLAGS=" TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} "
125127MAKEFLAGS+=" EFIDIR=%{efidir} PKGNAME=shim "
126128MAKEFLAGS+=" ENABLE_SHIM_HASH=true "
@@ -160,6 +162,9 @@ HASH=$(cat %{buildroot}%{shimdir}/shim%{efiarch}.hash | cut -d ' ' -f 1)
160162%files debugsource -f build-%{efiarch }/debugsource.list
161163
162164%changelog
165+ * Thu Feb 19 2026 Lynsey Rydberg <lyrydber@microsoft.com> - 16.1-1
166+ - Update to shim 16.1
167+
163168* Thu Nov 28 2024 Chris Co <chrco@microsoft.com> - 15.8-5
164169- Bump to match shim release
165170
0 commit comments