- when building for 389-ds, use Slapi_RWLocks if they appear to be available (the rest of #730394/#730403)
This commit is contained in:
parent
d7f8644030
commit
986b9f9cca
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ slapi-nis-0.17.tar.gz
|
||||
/slapi-nis-0.23.tar.gz
|
||||
/slapi-nis-0.25.tar.gz
|
||||
/slapi-nis-0.26.tar.gz
|
||||
/slapi-nis-0.27.tar.gz
|
||||
/slapi-nis-0.27.tar.gz.sig
|
||||
|
@ -5,13 +5,14 @@
|
||||
%endif
|
||||
|
||||
Name: slapi-nis
|
||||
Version: 0.26
|
||||
Version: 0.27
|
||||
Release: 1%{?dist}
|
||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2
|
||||
URL: http://slapi-nis.fedorahosted.org/
|
||||
Source0: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz
|
||||
Source1: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz.sig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel, tcp_wrappers-devel
|
||||
BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen
|
||||
@ -64,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/nisserver-plugin-defs
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
* Fri Aug 12 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.26-1
|
||||
- when building for 389-ds, use libpthread's read-write locks instead of
|
||||
NSPR's (part of #730394/#730403)
|
||||
|
Loading…
Reference in New Issue
Block a user