forked from jengelh/openldap2
This commit is contained in:
parent
1e865af835
commit
07c5a5e064
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 22 13:56:25 CEST 2007 - rhafer@suse.de
|
||||
|
||||
- Call "ldconfig" from %post and %postun in openldap2-client
|
||||
(Bug #298297)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:19:05 CEST 2007 - rhafer@suse.de
|
||||
|
||||
|
@ -28,7 +28,7 @@ Summary: OpenLDAP2 Client Utilities
|
||||
%endif
|
||||
Autoreqprov: on
|
||||
Version: 2.3.37
|
||||
Release: 1
|
||||
Release: 9
|
||||
Source: openldap-%{version}.tar.bz2
|
||||
Source1: openldap-rc.tgz
|
||||
Source2: openldap-admin-guide.tar.bz2
|
||||
@ -341,6 +341,10 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%else
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f openldap2-client.filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
@ -349,6 +353,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 22 2007 - rhafer@suse.de
|
||||
- Call "ldconfig" from %%post and %%postun in openldap2-client
|
||||
(Bug #298297)
|
||||
* Tue Jul 24 2007 - rhafer@suse.de
|
||||
- Update to Version 2.3.37. Most important changes:
|
||||
* Fixed slapd-glue/syncprov interaction (ITS#4623)
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 22 13:56:25 CEST 2007 - rhafer@suse.de
|
||||
|
||||
- Call "ldconfig" from %post and %postun in openldap2-client
|
||||
(Bug #298297)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:19:05 CEST 2007 - rhafer@suse.de
|
||||
|
||||
|
@ -28,7 +28,7 @@ Summary: The New OpenLDAP Server (LDAPv3)
|
||||
%endif
|
||||
Autoreqprov: on
|
||||
Version: 2.3.37
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source: openldap-%{version}.tar.bz2
|
||||
Source1: openldap-rc.tgz
|
||||
Source2: openldap-admin-guide.tar.bz2
|
||||
@ -344,6 +344,10 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%else
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f openldap2-client.filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
@ -352,6 +356,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 22 2007 - rhafer@suse.de
|
||||
- Call "ldconfig" from %%post and %%postun in openldap2-client
|
||||
(Bug #298297)
|
||||
* Tue Jul 24 2007 - rhafer@suse.de
|
||||
- Update to Version 2.3.37. Most important changes:
|
||||
* Fixed slapd-glue/syncprov interaction (ITS#4623)
|
||||
|
Loading…
Reference in New Issue
Block a user