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.
This commit is contained in:
parent
9cecca2cef
commit
49117af8cd
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.44
|
Version: 0.44
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -51,6 +51,7 @@ for attributes from multiple entries in the tree.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-tcp-wrappers --with-ldap=%{ldap_impl} %{betxn_opts}
|
%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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -75,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 5 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.44-3
|
||||||
|
- work around multilib differences in the example .ldif files (internal
|
||||||
|
tooling)
|
||||||
|
|
||||||
* Tue Nov 20 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.44-2
|
* Tue Nov 20 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.44-2
|
||||||
- set betxn support to be disabled by default on Fedora 17 or EL 5 or older,
|
- 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
|
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
|
- make sure we always pull in nss-devel and nspr-devel, and the right
|
||||||
ldap toolkit for the Fedora or RHEL version
|
ldap toolkit for the Fedora or RHEL version
|
||||||
|
|
||||||
* Tue Nov 18 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.21-1
|
* Tue Nov 23 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.21-1
|
||||||
- update to 0.21
|
- update to 0.21
|
||||||
- schema-compat: don't look at standalone compat containers for a search,
|
- schema-compat: don't look at standalone compat containers for a search,
|
||||||
since we'll already have looked at the group container
|
since we'll already have looked at the group container
|
||||||
|
|
||||||
* Tue Nov 18 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.20-1
|
* Tue Nov 23 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.20-1
|
||||||
- update to 0.20
|
- update to 0.20
|
||||||
- add a deref_f function
|
- add a deref_f function
|
||||||
|
|
||||||
* Mon Nov 17 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.19-1
|
* Mon Nov 22 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.19-1
|
||||||
- fix a brown-paper-bag crash
|
- fix a brown-paper-bag crash
|
||||||
|
|
||||||
* Mon Nov 17 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.18-1
|
* Mon Nov 22 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.18-1
|
||||||
- update to 0.18
|
- update to 0.18
|
||||||
- add a deref_rf function
|
- add a deref_rf function
|
||||||
- schema-compat: don't respond to search requests for which there's no backend
|
- schema-compat: don't respond to search requests for which there's no backend
|
||||||
|
Loading…
Reference in New Issue
Block a user