|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libcpuid
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Provides CPU identification for x86 and ARM
|
|
|
|
|
License: BSD-2-Clause
|
|
|
|
|
URL: https://github.com/anrieff/libcpuid
|
|
|
|
@ -90,6 +90,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} %pytest python/tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.7.0-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Sep 02 2024 Pavol Žáčik <pzacik@redhat.com> - 0.7.0-1
|
|
|
|
|
- Rebase to 0.7.0
|
|
|
|
|
- Begin building the package for aarch64
|
|
|
|
|