diff --git a/slapi-nis-paths.patch b/slapi-nis-paths.patch deleted file mode 100644 index c3ed6ed..0000000 --- a/slapi-nis-paths.patch +++ /dev/null @@ -1,27 +0,0 @@ -Take advantage of the server's ability to prepend the right directory name -and append the right extension to make the resulting file multilib-safe. - -diff -ru slapi-nis-0.8.5/doc/nis-plugin.ldif.in slapi-nis-0.8.5/doc/nis-plugin.ldif.in ---- slapi-nis-0.8.5/doc/nis-plugin.ldif.in 2008-12-08 14:00:53.000000000 -0500 -+++ slapi-nis-0.8.5/doc/nis-plugin.ldif.in 2008-12-09 11:18:13.000000000 -0500 -@@ -3,7 +3,7 @@ - objectclass: nsSlapdPlugin - objectclass: extensibleObject - cn: NIS Server --nsslapd-pluginpath: @myplugindir@/nisserver-plugin.so -+nsslapd-pluginpath: nisserver-plugin - nsslapd-plugininitfunc: nis_plugin_init - nsslapd-plugintype: object - nsslapd-pluginenabled: on -diff -ru slapi-nis-0.8.5/doc/sch-plugin.ldif.in slapi-nis-0.8.5/doc/sch-plugin.ldif.in ---- slapi-nis-0.8.5/doc/sch-plugin.ldif.in 2008-12-08 14:00:53.000000000 -0500 -+++ slapi-nis-0.8.5/doc/sch-plugin.ldif.in 2008-12-09 11:18:21.000000000 -0500 -@@ -3,7 +3,7 @@ - objectclass: nsSlapdPlugin - objectclass: extensibleObject - cn: Schema Compatibility --nsslapd-pluginpath: @myplugindir@/schemacompat-plugin.so -+nsslapd-pluginpath: schemacompat-plugin - nsslapd-plugininitfunc: schema_compat_plugin_init - nsslapd-plugintype: object - nsslapd-pluginenabled: on diff --git a/slapi-nis.spec b/slapi-nis.spec index 3b87520..a475241 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -1,12 +1,11 @@ Name: slapi-nis -Version: 0.8.5 -Release: 2%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons License: GPLv2 URL: http://slapi-nis.fedorahosted.org/ Source0: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz -Patch0: slapi-nis-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fedora-ds-base-devel, mozldap-devel, tcp_wrappers-devel @@ -21,7 +20,6 @@ in the directory. %prep %setup -q -%patch0 -p1 -b .paths %build %configure --disable-static --with-tcp-wrappers @@ -43,32 +41,19 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYING STATUS doc/*.txt doc/*.ldif +%doc COPYING NEWS README STATUS doc/*.txt doc/*.ldif %{_libdir}/dirsrv/plugins/*.so %{_sbindir}/nisserver-plugin-defs %changelog -* Tue Dec 9 2008 Nalin Dahyabhai - 0.8.5-2 -- make the example nsslapd-pluginpath values the same on 32- and 64-bit - systems, because we can depend on the directory server "knowing" which - directory to search for the plugins +* Wed Mar 4 2009 Nalin Dahyabhai - 0.10-1 +- update to 0.10 -* Mon Dec 8 2008 Nalin Dahyabhai - 0.8.5-1 -- update to 0.8.5 to suppress duplicate values for attributes in the schema - compatibility plugin +* Wed Feb 25 2009 Fedora Release Engineering - 0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Thu Dec 4 2008 Nalin Dahyabhai - 0.8.4-1 -- update to 0.8.4 to fix: - - problems updating references, particularly those for %%referred() (#474478) - - inability to notice internal add/modify/modrdn/delete operations (really - this time) (#474426) - -* Wed Dec 3 2008 Nalin Dahyabhai - 0.8.3-1 -- update to 0.8.3 to also notice and reflect changes caused by internal - add/modify/modrdn/delete operations - -* Wed Nov 19 2008 Nalin Dahyabhai - 0.8.2-1 -- update to 0.8.2 to remove a redundant read lock in the schema-compat plugin +* Fri Nov 7 2008 Nalin Dahyabhai - 0.9-1 +- update to 0.9 * Fri Oct 3 2008 Nalin Dahyabhai - 0.8.1-1 - update to 0.8.1 to fix a heap corruption (Rich Megginson) diff --git a/sources b/sources index 1a252b0..e7e7624 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5278f6b65c55793bd22a1a88db67efaa slapi-nis-0.8.5.tar.gz +9e949c3845e18f71c58499565da6948a slapi-nis-0.10.tar.gz