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 - 0.44-3 +- work around multilib differences in the example .ldif files (internal + tooling) + * Tue Nov 20 2012 Nalin Dahyabhai - 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 - 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