From 16ff1cf582fd19c6f20fe56d431be3b17a5c6cf3 Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Wed, 9 Jun 2021 12:24:51 +0800 Subject: [PATCH] remove redundant dependencies --- perl-Sys-CPU.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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