!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:57 +00:00 committed by Gitee
commit 485e4c0ada

View File

@ -1,6 +1,6 @@
Name: perl-Mozilla-LDAP
Version: 1.5.3
Release: 28
Release: 29
Summary: Wraps OpenLDAP C SDK as LDAP Perl module
License: GPLv2+ and LGPLv2+ and MPLv1.1
URL: https://www-archive.mozilla.org/directory/faq/perldap-faq
@ -14,7 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) nspr-devel nss-devel openldap-devel >=
Wraps OpenLDAP C SDK as LDAP Perl module.
%prep
%autosetup -n perl-mozldap-%{version} -p1 -S git
%autosetup -n perl-mozldap-%{version} -p1
cat << \EOF > perl-Mozilla-LDAP-prov
#!/bin/sh
%{__perl_provides} $* |\
@ -60,5 +60,8 @@ fi
%exclude %{_libdir}/perl5/vendor_perl/auto/Mozilla/LDAP/API/API.bs
%changelog
* Fri 18 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 1.5.3-29
- Remove redundant dependencies, Git is only for patching, user patches instead.
* Sat Apr 18 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.5.3-28
- Package init