diff options
-rw-r--r-- | php-kolab-net-ldap3.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-kolab-net-ldap3.spec b/php-kolab-net-ldap3.spec index 8c5f31e..543fe05 100644 --- a/php-kolab-net-ldap3.spec +++ b/php-kolab-net-ldap3.spec @@ -12,7 +12,7 @@ Name: php-kolab-net-ldap3 Version: 1.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Advanced functionality for accessing LDAP directories Group: Development/Libraries @@ -35,6 +35,7 @@ Requires: php-pcre Requires: php-spl Provides: php-composer(kolab/Net_LDAP3) = %{version} +Provides: php-composer(kolab/net_ldap3) = %{version} %description @@ -63,6 +64,9 @@ cp -pr lib/Net %{buildroot}%{_datadir}/php/Net %changelog +* Mon Sep 17 2018 Remi Collet <remi@fedoraproject.org> - 1.0.7-2 +- provide php-composer(kolab/net_ldap3) + * Mon Sep 17 2018 Remi Collet <remi@fedoraproject.org> - 1.0.7-1 - update to 1.0.7 - sources from git snapshot |