diff --git a/perl-Sys-CPU.spec b/perl-Sys-CPU.spec index a05b38f..0a5a584 100644 --- a/perl-Sys-CPU.spec +++ b/perl-Sys-CPU.spec @@ -1,6 +1,6 @@ Name: perl-Sys-CPU Version: 0.61 -Release: 18 +Release: 19 Summary: Getting CPU information # Some code was copied from Unix::Processors, which is LGPLv3 or Artistic 2.0 @@ -26,7 +26,7 @@ Currently only number of CPU's supported. %package_help %prep -%autosetup -n Sys-CPU-%{version} -Sgit -p1 +%autosetup -n Sys-CPU-%{version} -p1 sed -i 's/\r//' Changes README %build @@ -51,5 +51,8 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} \; %{_mandir}/man3/*.3* %changelog +* Fri 18 Jun 2021 zhaoyao - 0.61-19 +- Remove redundant dependencies, Git is only for patching, user patches instead. + * Wed Dec 04 2019 openEuler Buildteam - 0.61-18 - Package init