Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d8e610c742 | ||
|
a06ebce55c | ||
|
00b9bc21be | ||
|
e711e6afec | ||
|
4dea7beba7 | ||
|
56383fd259 | ||
|
bbd63ee0d2 | ||
|
89171e744b | ||
|
2a68175e01 | ||
|
4b091eafb2 | ||
|
ef3acf8da5 | ||
|
c5bfcf22b4 |
@ -1,2 +0,0 @@
|
||||
slapi-nis-0.8.tar.gz
|
||||
slapi-nis-0.8.1.tar.gz
|
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal 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
|
21
Makefile
21
Makefile
@ -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)
|
@ -1 +0,0 @@
|
||||
slapi-nis-0_8-1:HEAD:slapi-nis-0.8-1.src.rpm:1218640591
|
@ -1,5 +1,5 @@
|
||||
Name: slapi-nis
|
||||
Version: 0.8.1
|
||||
Version: 0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||
Group: System Environment/Daemons
|
||||
@ -41,11 +41,58 @@ 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
|
||||
* 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user