remove redundant dependencies

This commit is contained in:
shine_ 2021-06-09 12:24:51 +08:00
parent e6c70162d8
commit 16ff1cf582

View File

@ -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<zhaoyao32@huawei.com> - 0.61-19
- Remove redundant dependencies, Git is only for patching, user patches instead.
* Wed Dec 04 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.61-18
- Package init