diff --git a/shim-unsigned-aarch64.spec b/shim-unsigned-aarch64.spec index b483ea8..5b11fb3 100644 --- a/shim-unsigned-aarch64.spec +++ b/shim-unsigned-aarch64.spec @@ -16,10 +16,10 @@ Name: shim-unsigned-aarch64 Version: 15.8 -Release: 3%{?dist} +Release: 4%{?dist} 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 Source1: securebootca.cer @@ -133,6 +133,10 @@ cd .. %files debugsource -f build-%{efiarch}/debugsource.list %changelog +* Wed Jun 4 2025 Nicolas Frayer - 15.8-4.el10 +- spec: license migration to SPDX +- Resolves: #RHEL-95022 + * Thu Mar 13 2025 Nicolas Frayer - 15.8-3.el10 - Update gating.yaml for rhel-10 - Resolves: #RHEL-83446