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

From: @shine_
Reviewed-by: @hht8,@shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-06-17 01:30:23 +00:00 committed by Gitee
commit 24553ad6dc

View File

@ -1,7 +1,7 @@
Name: perl-FCGI
Epoch: 1
Version: 0.78
Release: 11
Release: 12
Summary: FastCGI Perl bindings
License: OML
URL: https://metacpan.org/release/FCGI
@ -26,7 +26,7 @@ Obsoletes: perl-FCGI-doc < %{epoch}:%{version}-%{release}
Documentation for developing programs that will use FCGI.
%prep
%autosetup -n FCGI-%{version} -p1 -S git
%autosetup -n FCGI-%{version} -p1
find . -type f -exec chmod -c -x {} +
%build
@ -50,6 +50,9 @@ make test
%doc ChangeLog README
%changelog
* Web 09 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 1:0.78-12
- %prep no longer patched with git
* Tue Apr 14 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1:0.78-11
- Package init