spec: license migration to SPDX

Resolves: #RHEL-95022
Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
Nicolas Frayer 2025-06-04 18:47:30 +02:00
parent 395b23f5dc
commit 07aa93c966

View File

@ -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 <nfrayer@redhat.com> - 15.8-4.el10
- spec: license migration to SPDX
- Resolves: #RHEL-95022
* Thu Mar 13 2025 Nicolas Frayer <nfrayer@redhat.com> - 15.8-3.el10
- Update gating.yaml for rhel-10
- Resolves: #RHEL-83446