From 07aa93c966a3777bcf31f658a4530b35b21e4fa5 Mon Sep 17 00:00:00 2001 From: Nicolas Frayer Date: Wed, 4 Jun 2025 18:47:30 +0200 Subject: [PATCH] spec: license migration to SPDX Resolves: #RHEL-95022 Signed-off-by: Nicolas Frayer --- shim-unsigned-aarch64.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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