From 5c568cbaf365aa1d5e99ff2b2a6c105f4d59fbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Thu, 9 May 2024 08:58:09 +0200 Subject: [PATCH] Specify license using an SPDX identifier --- libcpuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcpuid.spec b/libcpuid.spec index 9afa5a9..7d45737 100644 --- a/libcpuid.spec +++ b/libcpuid.spec @@ -1,8 +1,8 @@ Name: libcpuid Version: 0.6.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides CPU identification for x86 -License: BSD +License: BSD-2-Clause URL: https://github.com/anrieff/libcpuid Source0: https://github.com/anrieff/libcpuid/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz ExcludeArch: aarch64 %arm ppc64le ppc64 s390x @@ -56,6 +56,9 @@ rm %{buildroot}%{_libdir}/*.la %{_mandir}/man3/*.3.* %changelog +* Thu May 09 2024 Pavol Žáčik - 0.6.5-2 +- Specify license using an SPDX identifier + * Tue Apr 30 2024 Martin Gansser - 0.6.5-1 - Update to 0.6.5