|
|
@ -2,8 +2,8 @@
|
|
|
|
%global module_name cpuinfo
|
|
|
|
%global module_name cpuinfo
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{module_name}
|
|
|
|
Name: python-%{module_name}
|
|
|
|
Version: 0.1.2
|
|
|
|
Version: 0.1.4
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Getting CPU info
|
|
|
|
Summary: Getting CPU info
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -106,6 +106,10 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.1.4-1
|
|
|
|
|
|
|
|
- Update to 0.1.4 release
|
|
|
|
|
|
|
|
- Resolves:rh#1190549 - cpuinfo failed to run
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 03 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.1.2-3
|
|
|
|
* Tue Feb 03 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.1.2-3
|
|
|
|
- Resolves:rh#1178548, follow dnf way to use py3 binary
|
|
|
|
- Resolves:rh#1178548, follow dnf way to use py3 binary
|
|
|
|
|
|
|
|
|
|
|
|