diff --git a/perl-Mozilla-LDAP.spec b/perl-Mozilla-LDAP.spec index 48ea3c0..05d96ea 100644 --- a/perl-Mozilla-LDAP.spec +++ b/perl-Mozilla-LDAP.spec @@ -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 - 1.5.3-29 +- Remove redundant dependencies, Git is only for patching, user patches instead. + * Sat Apr 18 2020 Jeffery.Gao - 1.5.3-28 - Package init