Compare commits

...

15 Commits
rawhide ... f9

Author SHA1 Message Date
Fedora Release Engineering
ad3e1a950f dist-git conversion 2010-07-29 12:51:05 +00:00
Bill Nottingham
b84db12617 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:40:49 +00:00
Nalin Dahyabhai
ae40d85979 - fix %deref and %referred to fail rather than return a valid-but-empty
result when they fail to evaluate (reported by Rob Crittenden)
2009-05-08 13:40:45 +00:00
Nalin Dahyabhai
cc3db6bf9a update to 0.14 to correctly handle being loaded but disabled (#499404) 2009-05-06 19:24:38 +00:00
Nalin Dahyabhai
6b942f94a5 - update to 0.13, fixing %link() (#498432) 2009-04-30 20:15:31 +00:00
Nalin Dahyabhai
640760be2d update to 0.11 2009-04-27 20:54:48 +00:00
Nalin Dahyabhai
29a53cbd0e - rebase to the F11 version, to get recursive attribute dereferencing and
additional functions
2009-04-27 14:54:15 +00:00
Nalin Dahyabhai
4f3b3f0608 - make the example ldif files multilib safe by assuming that omitting the
directory is safe because the plugin will be installed where the server
    will be looking for it
2008-12-09 16:44:20 +00:00
Nalin Dahyabhai
7c6200e207 - update to 0.8.5 to suppress duplicate values for attributes in the schema
compatibility plugin
2008-12-08 19:07:32 +00:00
Nalin Dahyabhai
aba2393c06 update to 0.8.4 to fix catching of internal writes correctly 2008-12-04 05:03:52 +00:00
Nalin Dahyabhai
5be1d8f679 update to 0.8.3 2008-12-03 17:04:28 +00:00
Nalin Dahyabhai
b668ab7022 update to 0.8.3 2008-12-03 17:02:10 +00:00
Nalin Dahyabhai
58afb2463c - update to 0.8.1 to fix a heap corruption (Rich Megginson) 2008-10-03 19:47:26 +00:00
Nalin Dahyabhai
3ba4cdd31b - initial import 2008-08-13 15:43:36 +00:00
Kevin Fenzi
fd4df54c65 Initialize branch F-9 for slapi-nis 2008-08-10 01:08:23 +00:00
5 changed files with 115 additions and 21 deletions

View File

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
slapi-nis-0.8.tar.gz
slapi-nis-0.8.1.tar.gz
slapi-nis-0.8.3.tar.gz
slapi-nis-0.8.4.tar.gz
slapi-nis-0.8.5.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: slapi-nis
# $Id$
NAME := slapi-nis
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

109
slapi-nis.spec Normal file
View File

@ -0,0 +1,109 @@
Name: slapi-nis
Version: 0.15
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: fedora-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.
%prep
%setup -q
%build
%configure --disable-static --with-tcp-wrappers
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
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
%check
make check
%endif
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING NEWS README STATUS doc/*.txt doc/*.ldif
%{_libdir}/dirsrv/plugins/*.so
%{_sbindir}/nisserver-plugin-defs
%changelog
* Fri May 8 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.15-1
- fix %deref and %referred to fail rather than return a valid-but-empty
result when they fail to evaluate (reported by Rob Crittenden)
* Wed May 6 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.14-1
- correctly handle being loaded but disabled (#499404)
* Thu Apr 30 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.13-1
- update to 0.13, reworking %link() to correct some bugs (#498432)
* Thu Apr 30 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.12-1
- correct test suite failures that 0.11 started triggering
* Tue Apr 28 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.11-1
- update to 0.11 (#497904)
* Wed Mar 4 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.10-1
- update to 0.10
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Dec 9 2008 Nalin Dahyabhai <nalin@redhat.com> - 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
* Mon Dec 8 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8.5-1
- update to 0.8.5 to suppress duplicate values for attributes in the schema
compatibility plugin
* Thu Dec 4 2008 Nalin Dahyabhai <nalin@redhat.com> - 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 <nalin@redhat.com> - 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 <nalin@redhat.com> - 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 <nalin@redhat.com> - 0.9-1
- update to 0.9
* Fri Oct 3 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8.1-1
- update to 0.8.1 to fix a heap corruption (Rich Megginson)
* Wed Aug 6 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8-1
- update to 0.8
* Wed Aug 6 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.7-1
- update to 0.7
* Wed Jul 23 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.6-1
- rebuild (and make rpmlint happy)
* Wed Jul 9 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.2-1
- initial package

View File

@ -0,0 +1 @@
65bfdffac1f651c138edb1cc31c1dd6d slapi-nis-0.15.tar.gz