Specify license using an SPDX identifier
This commit is contained in:
parent
6e4b6bf4b7
commit
5c568cbaf3
@ -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 <pzacik@redhat.com> - 0.6.5-2
|
||||
- Specify license using an SPDX identifier
|
||||
|
||||
* Tue Apr 30 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.6.5-1
|
||||
- Update to 0.6.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user