[slapi-nis] - update to 0.25

Nalin Dahyabhai nalin at fedoraproject.org
Wed Jul 27 22:45:28 UTC 2011


commit 14574aca42f01bc97d1182e37b5510a90c60723c
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jul 27 18:45:07 2011 -0400

    - update to 0.25

 .gitignore     |    1 +
 slapi-nis.spec |   17 +++++++++++++++--
 sources        |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61c901a..85fb4de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ slapi-nis-0.17.tar.gz
 /slapi-nis-0.21.tar.gz
 /slapi-nis-0.22.tar.gz
 /slapi-nis-0.23.tar.gz
+/slapi-nis-0.25.tar.gz
diff --git a/slapi-nis.spec b/slapi-nis.spec
index d7954cc..6f17966 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -5,7 +5,7 @@
 %endif
 
 Name:		slapi-nis
-Version:	0.23
+Version:	0.25
 Release:	1%{?dist}
 Summary:	NIS Server and Schema Compatibility plugins for Directory Server
 Group:		System Environment/Daemons
@@ -14,7 +14,10 @@ URL:		http://slapi-nis.fedorahosted.org/
 Source0:	https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz
 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
+BuildRequires:	nspr-devel, nss-devel, /usr/bin/rpcgen
+%if 0%{?fedora} > 14 || 0%{?rhel} > 6
+BuildRequires:	libtirpc-devel
+%endif
 
 %description
 This package provides two plugins for Red Hat and 389 Directory Server.
@@ -53,10 +56,20 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif
+%{_mandir}/man1/*
 %{_libdir}/dirsrv/plugins/*.so
 %{_sbindir}/nisserver-plugin-defs
 
 %changelog
+* Wed Jul 27 2011 Nalin Dahyabhai <nalin at redhat.com> - 0.25-1
+- speed up building compat entries which reference thousands of other entries
+  (more of #692690)
+
+* Fri May 13 2011 Nalin Dahyabhai <nalin at redhat.com> - 0.24-1
+- carry our own yp.x, so that we don't get bitten if libc doesn't include
+  yp client routines
+- we need rpcgen at build-time now
+
 * Thu Mar 31 2011 Nalin Dahyabhai <nalin at redhat.com> - 0.23-1
 - speed up building compat entries with attributes with thousands of literal
   values (#692690)
diff --git a/sources b/sources
index 7c633b8..a48a507 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7b3482d2d6a0ba7d8310c9247eb37e1  slapi-nis-0.23.tar.gz
+8c3645a7ebaa8357cf5b67f91ee88a8b  slapi-nis-0.25.tar.gz


More information about the scm-commits mailing list