Hello community, here is the log from the commit of package openldap2 checked in at Fri Feb 29 23:33:35 CET 2008. -------- --- openldap2/openldap2.changes 2008-02-20 09:56:49.000000000 +0100 +++ openldap2/openldap2.changes 2008-02-27 11:22:27.000000000 +0100 @@ -1,0 +2,9 @@ +Wed Feb 27 11:21:39 CET 2008 - rhafer@suse.de + +- Moved libldap_r from -client subpackage to the main server + package as it is only meant to be used by slapd. +- Removed static libldap_r.a library and libldap_r.so link from + -devel subpackage. External programs should only use the "normal" + libldap library. + +------------------------------------------------------------------- openldap2-client.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openldap2-client.spec ++++++ --- /var/tmp/diff_new_pack.q28937/_old 2008-02-29 23:32:48.000000000 +0100 +++ /var/tmp/diff_new_pack.q28937/_new 2008-02-29 23:32:48.000000000 +0100 @@ -29,7 +29,7 @@ %endif AutoReqProv: on Version: 2.4.8 -Release: 1 +Release: 4 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz Source2: addonschema.tar.gz @@ -202,6 +202,8 @@ rm -f $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example rm -f $RPM_BUILD_ROOT/var/run/slapd/openldap-data/DB_CONFIG.example %endif +rm -f $RPM_BUILD_ROOT/%{_libdir}/libldap_r.a +rm -f $RPM_BUILD_ROOT/%{_libdir}/libldap_r.so rm -f $RPM_BUILD_ROOT/usr/lib/openldap/modules/*.a rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-dnssrv.5 rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-null.5 @@ -235,6 +237,7 @@ %dir /usr/lib/openldap %dir /usr/lib/openldap/modules /usr/lib/openldap/slapd +%{_libdir}/libldap_r-*.so.* %dir %attr(0700, ldap, ldap) /var/lib/ldap %dir %attr(0700, ldap, ldap) /var/run/slapd %doc %{_mandir}/man8/sl* @@ -266,7 +269,7 @@ /usr/bin/ldappasswd /usr/bin/ldapwhoami %{_libdir}/liblber*.so.* -%{_libdir}/libldap*.so.* +%{_libdir}/libldap-*.so.* %doc %{_mandir}/man1/ldap* %doc %{_mandir}/man5/ldap.conf* %doc %{_mandir}/man5/ldif.* @@ -280,8 +283,6 @@ %{_libdir}/liblber.so %{_libdir}/libldap.a %{_libdir}/libldap.so -%{_libdir}/libldap_r.a -%{_libdir}/libldap_r.so %doc %{_mandir}/man3/ber* %doc %{_mandir}/man3/lber* %doc %{_mandir}/man3/ld_errno* @@ -348,6 +349,12 @@ %endif %changelog +* Wed Feb 27 2008 rhafer@suse.de +- Moved libldap_r from -client subpackage to the main server + package as it is only meant to be used by slapd. +- Removed static libldap_r.a library and libldap_r.so link from + -devel subpackage. External programs should only use the "normal" + libldap library. * Wed Feb 20 2008 rhafer@suse.de - Update to Version 2.4.8. Most important changes: * Fixed libldap extended decoding (ITS#5304) openldap2.spec: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de