From c9b0a71a2985228439fac65b5dc378f84f6d00b1 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 5 Feb 2013 16:33:11 -0500 Subject: Work around multilib in example .ldifs, fix dates * Work around multilib warnings in our example .ldif files by taking advantage of the server's ability to turn a bare name into a full module path. * Fix the day-of-week in some of the packaging changelog, going by the SCM changelog for the right values. --- slapi-nis.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'slapi-nis.spec') diff --git a/slapi-nis.spec b/slapi-nis.spec index 3735cf2..79db110 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -11,7 +11,7 @@ Name: slapi-nis Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons License: GPLv2 @@ -51,6 +51,7 @@ for attributes from multiple entries in the tree. %build %configure --disable-static --with-tcp-wrappers --with-ldap=%{ldap_impl} %{betxn_opts} +sed -i -e 's,%{_libdir}/dirsrv/plugins/,,g' -e 's,.so$,,g' doc/examples/*.ldif make %{?_smp_mflags} %install @@ -179,7 +180,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Jul 27 2011 Nalin Dahyabhai - 0.25-1 - speed up building compat entries which reference thousands of other entries - (more of #694623) + (more of #692690) - 389-ds-base is apparently exclusive to x86_64 and %%{ix86} on EL, so we have to be, too @@ -202,19 +203,19 @@ rm -rf $RPM_BUILD_ROOT - make sure we always pull in nss-devel and nspr-devel, and the right ldap toolkit for the Fedora or RHEL version -* Tue Nov 18 2010 Nalin Dahyabhai - 0.21-1 +* Tue Nov 23 2010 Nalin Dahyabhai - 0.21-1 - update to 0.21 - schema-compat: don't look at standalone compat containers for a search, since we'll already have looked at the group container -* Tue Nov 18 2010 Nalin Dahyabhai - 0.20-1 +* Tue Nov 23 2010 Nalin Dahyabhai - 0.20-1 - update to 0.20 - add a deref_f function -* Mon Nov 17 2010 Nalin Dahyabhai - 0.19-1 +* Mon Nov 22 2010 Nalin Dahyabhai - 0.19-1 - fix a brown-paper-bag crash -* Mon Nov 17 2010 Nalin Dahyabhai - 0.18-1 +* Mon Nov 22 2010 Nalin Dahyabhai - 0.18-1 - update to 0.18 - add a deref_rf function - schema-compat: don't respond to search requests for which there's no backend -- cgit