updated to 1.2.5.rc3
This commit is contained in:
parent
fa1d1ef713
commit
f345c9f240
@ -1 +1 @@
|
|||||||
389-ds-base-1.2.5.rc2.tar.bz2
|
389-ds-base-1.2.5.rc3.tar.bz2
|
||||||
|
@ -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.rc2
|
VERSION=1.2.5.rc3
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
|
@ -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.rc2
|
VERSION=1.2.5.rc3
|
||||||
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"
|
||||||
|
@ -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 .rc2
|
%global prerel .rc3
|
||||||
# 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}3%{?prerel}%{?dist}
|
Release: %{?relprefix}4%{?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 17 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.4.rc3
|
||||||
|
- 1.2.5.rc3 release
|
||||||
|
|
||||||
* Mon Dec 7 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.3.rc2
|
* Mon Dec 7 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.5-0.3.rc2
|
||||||
- 1.2.5.rc2 release
|
- 1.2.5.rc2 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user