diff --git a/slapi-nis.spec b/slapi-nis.spec index eb4deab..9c02ae0 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -1,22 +1,26 @@ Name: slapi-nis -Version: 0.17 -Release: 4%{?dist} +Version: 0.18 +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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: 389-ds-base-devel, mozldap-devel, tcp_wrappers-devel %description -This slapi-nis package contains two plugins which aim to ease the -transition of a network from NIS to LDAP. The NIS Server plugin -(nisserver-plugin) allows the directory server itself to act as a NIS -server, and the Schema Compatibility plugin (schemacompat-plugin) -allows the directory server to provide modified views of data stored -in the directory. +This package provides two plugins for Red Hat and 389 Directory Server. + +The NIS Server plugin allows the directory server to act as a NIS server +for clients, dynamically generating and updating NIS maps according to +its configuration and the contents of the DIT, and serving the results to +clients using the NIS protocol as if it were an ordinary NIS server. + +The Schema Compatibility plugin allows the directory server to provide an +alternate view of entries stored in part of the DIT, optionally adding, +dropping, or renaming attribute values, and optionally retrieving values +for attributes from multiple entries in the tree. %prep %setup -q @@ -31,7 +35,7 @@ make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT/%{_libdir}/dirsrv/plugins/*.la %if 0 -# ns-slapd doesn't want to start in koji +# ns-slapd doesn't want to start in koji, so no tests get run %check make check %endif @@ -41,11 +45,24 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYING NEWS README STATUS doc/*.txt doc/*.ldif +%doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif %{_libdir}/dirsrv/plugins/*.so %{_sbindir}/nisserver-plugin-defs %changelog +* Mon Nov 17 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 + - schema-compat: add the ability to do standalone compat containers + +* Wed Nov 17 2010 Nalin Dahyabhai - 0.17-6 +- revert that last change, it's unnecessary + +* Thu Nov 11 2010 Nalin Dahyabhai - 0.17-5 +- build against either 389-ds-base or redhat-ds-base, whichever is probably + more appropriate here + * Sun Jul 26 2009 Fedora Release Engineering - 0.17-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 619698c..17d3990 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -1ee2ce26e0f4dc291c0d0ca523024b21 slapi-nis-0.17.tar.gz 945fcf11a3bdbef24ce9741796c4ce4c slapi-nis-0.18.tar.gz