Compare commits
No commits in common. "c8s" and "c9s" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
SOURCES/Sys-CPU-0.61.tar.gz
|
Sys-CPU-0.51.tar.gz
|
||||||
|
/Sys-CPU-0.52.tar.gz
|
||||||
|
/Sys-CPU-0.54.tar.gz
|
||||||
/Sys-CPU-0.61.tar.gz
|
/Sys-CPU-0.61.tar.gz
|
||||||
|
1
.perl-Sys-CPU.metadata
Normal file
1
.perl-Sys-CPU.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
3bca409742fd47a06768b9ba9d8f14d73171c8c1 Sys-CPU-0.61.tar.gz
|
@ -1,18 +1,22 @@
|
|||||||
Name: perl-Sys-CPU
|
Name: perl-Sys-CPU
|
||||||
Version: 0.61
|
Version: 0.61
|
||||||
Release: 14%{?dist}
|
Release: 26%{?dist}
|
||||||
Summary: Getting CPU information
|
Summary: Getting CPU information
|
||||||
|
|
||||||
# Some code was copied from Unix::Processors, which is LGPLv3 or Artistic 2.0
|
# Some code was copied from Unix::Processors, which is LGPLv3 or Artistic 2.0
|
||||||
# The rest of the code is under the standard Perl license (GPL+ or Artistic).
|
# The rest of the code is under the standard Perl license (GPL+ or Artistic).
|
||||||
# See <https://bugzilla.redhat.com/show_bug.cgi?id=585336>.
|
# See <https://bugzilla.redhat.com/show_bug.cgi?id=585336>.
|
||||||
License: (GPL+ or Artistic) and (LGPLv3 or Artistic 2.0)
|
License: (GPL+ or Artistic) and (LGPLv3 or Artistic 2.0)
|
||||||
URL: http://search.cpan.org/~mzsanford/Sys-CPU/
|
URL: https://metacpan.org/release/Sys-CPU
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MZ/MZSANFORD/Sys-CPU-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MZ/MZSANFORD/Sys-CPU-%{version}.tar.gz
|
||||||
# Support cpu_type on ARM and AArch64, bug #1093266, CPAN RT#95400
|
# Support cpu_type on ARM and AArch64, bug #1093266, CPAN RT#95400
|
||||||
Patch0: Sys-CPU-0.61-Add-support-for-cpu_type-on-ARM-and-AArch64-Linux-pl.patch
|
Patch0: Sys-CPU-0.61-Add-support-for-cpu_type-on-ARM-and-AArch64-Linux-pl.patch
|
||||||
# Accept undefined cpu_clock on ARM and AArch64, bug #1093266, CPAN RT#95400
|
# Accept undefined cpu_clock on ARM and AArch64, bug #1093266, CPAN RT#95400
|
||||||
Patch1: Sys-CPU-0.61-cpu_clock-can-be-undefined-on-an-ARM.patch
|
Patch1: Sys-CPU-0.61-cpu_clock-can-be-undefined-on-an-ARM.patch
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: sed
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
@ -55,6 +59,43 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.61-26
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.61-25
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-24
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.61-22
|
||||||
|
- Perl 5.32 rebuild
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.61-19
|
||||||
|
- Perl 5.30 rebuild
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.61-16
|
||||||
|
- Perl 5.28 rebuild
|
||||||
|
|
||||||
|
* Sun Mar 11 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 0.61-15
|
||||||
|
- Add missing build-requirements
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-14
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user