[slapi-nis] Work around multilib in example .ldifs, fix dates

Nalin Dahyabhai nalin at fedoraproject.org
Tue Feb 5 21:38:44 UTC 2013


commit 49117af8cd86d17b0e59da74dc2d3564e8e19b6a
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Feb 5 16:36:47 2013 -0500

    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 |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 4ce2467..53f1f42 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
@@ -75,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}/nisserver-plugin-defs
 
 %changelog
+* Tue Feb  5 2013 Nalin Dahyabhai <nalin at redhat.com> - 0.44-3
+- work around multilib differences in the example .ldif files (internal
+  tooling)
+
 * Tue Nov 20 2012 Nalin Dahyabhai <nalin at redhat.com> - 0.44-2
 - set betxn support to be disabled by default on Fedora 17 or EL 5 or older,
   which have versions of IPA < 3.0, per mkosek on freeipa-devel
@@ -202,19 +207,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 <nalin at redhat.com> - 0.21-1
+* Tue Nov 23 2010 Nalin Dahyabhai <nalin at redhat.com> - 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 <nalin at redhat.com> - 0.20-1
+* Tue Nov 23 2010 Nalin Dahyabhai <nalin at redhat.com> - 0.20-1
 - update to 0.20
   - add a deref_f function
 
-* Mon Nov 17 2010 Nalin Dahyabhai <nalin at redhat.com> - 0.19-1
+* Mon Nov 22 2010 Nalin Dahyabhai <nalin at redhat.com> - 0.19-1
 - fix a brown-paper-bag crash
 
-* Mon Nov 17 2010 Nalin Dahyabhai <nalin at redhat.com> - 0.18-1
+* Mon Nov 22 2010 Nalin Dahyabhai <nalin at redhat.com> - 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


More information about the scm-commits mailing list