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
This commit is contained in:
parent
256eebfb5a
commit
9de19f7e13
@ -1 +1,2 @@
|
|||||||
389-ds-base-1.2.3.tar.bz2
|
389-ds-base-1.2.3.tar.bz2
|
||||||
|
389-ds-base-1.2.4.tar.bz2
|
||||||
|
@ -2,14 +2,18 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
TAG=389-ds-base-1.2.3
|
VERSION=1.2.4
|
||||||
VERSION=1.2.3
|
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
|
TAG=$PKGNAME-$VERSION
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
SRCNAME=$PKGNAME-$VERSION
|
SRCNAME=$PKGNAME-$VERSION
|
||||||
|
|
||||||
echo you must be in the ds git repo to use this
|
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
|
if [ -z "$1" ] ; then
|
||||||
dir=.
|
dir=.
|
||||||
else
|
else
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
TAG=389-ds-base-1.2.1
|
VERSION=1.2.4
|
||||||
VERSION=1.2.1
|
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/dirsec
|
TAG=$PKGNAME-$VERSION
|
||||||
|
#export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/dirsec
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
SRCNAME=$PKGNAME-$VERSION
|
SRCNAME=$PKGNAME-$VERSION
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.2.3
|
Version: 1.2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
@ -265,6 +265,11 @@ end
|
|||||||
%{_libdir}/%{pkgname}/*.so
|
%{_libdir}/%{pkgname}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 29 2009 Rich Megginson <rmeggins@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@redhat.com> - 1.2.3-1
|
* Mon Sep 14 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.3-1
|
||||||
- 1.2.3 release
|
- 1.2.3 release
|
||||||
- added template-initconfig to %files
|
- added template-initconfig to %files
|
||||||
|
Loading…
Reference in New Issue
Block a user