!2 解除git依赖,避免冗余依赖缺失导致的error。

From: @shine_
Reviewed-by: @hht8,@myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2021-06-18 02:57:35 +00:00 committed by Gitee
commit 490995c04b

View File

@ -1,6 +1,6 @@
Name: perl-Sys-CPU Name: perl-Sys-CPU
Version: 0.61 Version: 0.61
Release: 18 Release: 19
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
@ -26,7 +26,7 @@ Currently only number of CPU's supported.
%package_help %package_help
%prep %prep
%autosetup -n Sys-CPU-%{version} -Sgit -p1 %autosetup -n Sys-CPU-%{version} -p1
sed -i 's/\r//' Changes README sed -i 's/\r//' Changes README
%build %build
@ -51,5 +51,8 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} \;
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %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 * Wed Dec 04 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.61-18
- Package init - Package init