rpms/389-ds-base/F-11 .cvsignore, 1.4, 1.5 389-ds-base-git-local.sh, 1.1, 1.2 389-ds-base-git.sh, 1.2, 1.3 389-ds-base.spec, 1.6, 1.7 sources, 1.5, 1.6

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Oct 29 18:00:00 UTC 2009


Author: rmeggins

Update of /cvs/extras/rpms/389-ds-base/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7978/F-11

Modified Files:
	.cvsignore 389-ds-base-git-local.sh 389-ds-base-git.sh 
	389-ds-base.spec sources 
Log Message:
1.2.4 release
resolves bug 221905 - added support for Salted MD5 (SMD5) passwords - primarily for migration
resolves bug 529258 - Make upgrade remove obsolete schema from 99user.ldif
tracking bug - https://bugzilla.redhat.com/show_bug.cgi?id=531879



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/389-ds-base/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	7 Oct 2009 15:42:35 -0000	1.4
+++ .cvsignore	29 Oct 2009 17:59:59 -0000	1.5
@@ -1 +1,2 @@
 389-ds-base-1.2.3.tar.bz2
+389-ds-base-1.2.4.tar.bz2


Index: 389-ds-base-git-local.sh
===================================================================
RCS file: /cvs/extras/rpms/389-ds-base/F-11/389-ds-base-git-local.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 389-ds-base-git-local.sh	7 Oct 2009 15:42:35 -0000	1.1
+++ 389-ds-base-git-local.sh	29 Oct 2009 18:00:00 -0000	1.2
@@ -2,14 +2,18 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-TAG=389-ds-base-1.2.3
-VERSION=1.2.3
+VERSION=1.2.4
 PKGNAME=389-ds-base
+TAG=$PKGNAME-$VERSION
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
 
 echo you must be in the ds git repo to use this
-git status > /dev/null || echo bye
+test -d .git || {
+    echo bye
+    exit 1
+}
+
 if [ -z "$1" ] ; then
 	dir=.
 else


Index: 389-ds-base-git.sh
===================================================================
RCS file: /cvs/extras/rpms/389-ds-base/F-11/389-ds-base-git.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- 389-ds-base-git.sh	12 Aug 2009 19:46:53 -0000	1.2
+++ 389-ds-base-git.sh	29 Oct 2009 18:00:00 -0000	1.3
@@ -2,10 +2,10 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-TAG=389-ds-base-1.2.1
-VERSION=1.2.1
+VERSION=1.2.4
 PKGNAME=389-ds-base
-export CVSROOT=:pserver:anonymous at cvs.fedoraproject.org:/cvs/dirsec
+TAG=$PKGNAME-$VERSION
+#export CVSROOT=:pserver:anonymous at cvs.fedoraproject.org:/cvs/dirsec
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
 


Index: 389-ds-base.spec
===================================================================
RCS file: /cvs/extras/rpms/389-ds-base/F-11/389-ds-base.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- 389-ds-base.spec	7 Oct 2009 15:42:35 -0000	1.6
+++ 389-ds-base.spec	29 Oct 2009 18:00:00 -0000	1.7
@@ -3,7 +3,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.3
+Version:          1.2.4
 Release:          1%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -265,6 +265,11 @@ end
 %{_libdir}/%{pkgname}/*.so
 
 %changelog
+* Thu Oct 29 2009 Rich Megginson <rmeggins at redhat.com> - 1.2.4-1
+- 1.2.4 release
+- resolves bug 221905 - added support for Salted MD5 (SMD5) passwords - primarily for migration
+- resolves bug 529258 - Make upgrade remove obsolete schema from 99user.ldif
+
 * Mon Sep 14 2009 Rich Megginson <rmeggins at redhat.com> - 1.2.3-1
 - 1.2.3 release
 - added template-initconfig to %files


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/389-ds-base/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	7 Oct 2009 15:42:35 -0000	1.5
+++ sources	29 Oct 2009 18:00:00 -0000	1.6
@@ -1 +1,2 @@
 1a21a7490d71a585025af657ee133790  389-ds-base-1.2.3.tar.bz2
+291f1fb511419beb8ea4e04d0065e8f7  389-ds-base-1.2.4.tar.bz2




More information about the fedora-extras-commits mailing list