diff --git a/openldap.spec b/openldap.spec index 37940cc..1615863 100644 --- a/openldap.spec +++ b/openldap.spec @@ -1,5 +1,5 @@ Name: openldap -Version: 2.5.8 +Version: 2.6.0 Release: 1mamba Group: System/Servers Summary: An open source implementation of the Lightweight Directory Access Protocol @@ -195,8 +195,8 @@ rm -f %{buildroot}/var/openldap-data/DB_CONFIG.example %files -n lib%{name} %defattr(-,root,root) -%{_libdir}/liblber-*.so.* -%{_libdir}/libldap-*.so.* +%{_libdir}/liblber.so.* +%{_libdir}/libldap.so.* #%{_libdir}/libldap_r-*.so.* %doc COPYRIGHT LICENSE @@ -206,10 +206,7 @@ rm -f %{buildroot}/var/openldap-data/DB_CONFIG.example %{_includedir}/lber.h %{_includedir}/lber_types.h %{_includedir}/ldap.h -%{_includedir}/ldap_cdefs.h -%{_includedir}/ldap_features.h -%{_includedir}/ldap_schema.h -%{_includedir}/ldap_utf8.h +%{_includedir}/ldap_*.h %{_includedir}/ldif.h %{_includedir}/slapi-plugin.h %{_libdir}/liblber.a @@ -223,7 +220,7 @@ rm -f %{buildroot}/var/openldap-data/DB_CONFIG.example #%{_libdir}/libldap_r.so %{_libdir}/pkgconfig/lber.pc %{_libdir}/pkgconfig/ldap.pc -%doc doc/devel/* doc/drafts/draft*.txt doc/rfc/rfc*.txt +#%doc doc/devel/* doc/drafts/draft*.txt doc/rfc/rfc*.txt %doc ANNOUNCEMENT CHANGES README %files clients @@ -273,6 +270,9 @@ rm -f %{buildroot}/var/openldap-data/DB_CONFIG.example %{_mandir}/man8/* %changelog +* Mon Nov 01 2021 Automatic Build System 2.6.0-1mamba +- automatic version update by autodist + * Tue Oct 12 2021 Automatic Build System 2.5.8-1mamba - automatic version update by autodist