This is the final 389-ds-base 1.2.6 release
This is the final 389-ds-base 1.2.6 release
This commit is contained in:
parent
5143f1e89c
commit
b5f6fe3e07
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
*~
|
||||
389-ds-base-1.2.6.rc7.tar.bz2
|
||||
389-ds-base-1.2.6.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.6.rc7
|
||||
VERSION=1.2.6
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.6.rc7
|
||||
VERSION=1.2.6
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -1,16 +1,16 @@
|
||||
|
||||
%global pkgname dirsrv
|
||||
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
||||
%global prerel .rc7
|
||||
#%global prerel .rc7
|
||||
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
|
||||
%global relprefix 0.
|
||||
#%global relprefix 0.
|
||||
|
||||
%global selinux_variants mls targeted
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.6
|
||||
Release: %{?relprefix}11%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -346,6 +346,9 @@ end
|
||||
%{_datadir}/%{pkgname}-selinux
|
||||
|
||||
%changelog
|
||||
* Thu Aug 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-1
|
||||
- This is the final 1.2.6 release
|
||||
|
||||
* Tue Aug 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.11.rc7
|
||||
- 1.2.6 release candidate 7
|
||||
- git tag 389-ds-base-1.2.6.rc7
|
||||
|
Loading…
Reference in New Issue
Block a user