this is the 1.2.5.rc2 release

This commit is contained in:
Richard Allen Megginson 2009-12-07 23:29:24 +00:00
parent b767ad92a9
commit fa1d1ef713
5 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
389-ds-base-1.2.5.rc1.tar.bz2 389-ds-base-1.2.5.rc2.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.2.5.rc1 VERSION=1.2.5.rc2
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE #SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.2.5.rc1 VERSION=1.2.5.rc2
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -1,14 +1,14 @@
%global pkgname dirsrv %global pkgname dirsrv
# for a pre-release, define the prerel field - comment out for official release # for a pre-release, define the prerel field - comment out for official release
%global prerel .rc1 %global prerel .rc2
# also need the relprefix field for a pre-release - also comment out for official release # also need the relprefix field for a pre-release - also comment out for official release
%global relprefix 0. %global relprefix 0.
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.2.5 Version: 1.2.5
Release: %{?relprefix}2%{?prerel}%{?dist} Release: %{?relprefix}3%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
Group: System Environment/Daemons Group: System Environment/Daemons
@ -269,6 +269,9 @@ end
%{_libdir}/%{pkgname}/*.so %{_libdir}/%{pkgname}/*.so
%changelog %changelog
* Mon Dec 7 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.3.rc2
- 1.2.5.rc2 release
* Wed Dec 2 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.2.rc1 * Wed Dec 2 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.2.rc1
- 1.2.5.rc1 release - 1.2.5.rc1 release

View File

@ -1 +1 @@
96a177fb2b58124073041896c0fd0555 389-ds-base-1.2.5.rc1.tar.bz2 aed7a2ac75a35cfaa8abeb35a49b2ac9 389-ds-base-1.2.5.rc2.tar.bz2