- update to 0.28:
- when configured with --with-ldap=openldap, link with -lldap_r rather than -lldap (rmeggins, #769107)
This commit is contained in:
parent
986b9f9cca
commit
d84fcec2eb
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ slapi-nis-0.17.tar.gz
|
||||
/slapi-nis-0.26.tar.gz
|
||||
/slapi-nis-0.27.tar.gz
|
||||
/slapi-nis-0.27.tar.gz.sig
|
||||
/slapi-nis-0.28.tar.gz
|
||||
/slapi-nis-0.28.tar.gz.sig
|
||||
|
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: slapi-nis
|
||||
Version: 0.27
|
||||
Version: 0.28
|
||||
Release: 1%{?dist}
|
||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||
Group: System Environment/Daemons
|
||||
@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/nisserver-plugin-defs
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.28-1
|
||||
- when configured with --with-ldap=openldap, link with -lldap_r rather
|
||||
than -lldap (rmeggins, #769107)
|
||||
|
||||
* Tue Dec 6 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.27-1
|
||||
- when building for 389-ds, use Slapi_RWLocks if they appear to be available
|
||||
(the rest of #730394/#730403)
|
||||
|
Loading…
Reference in New Issue
Block a user