this is the 1.2.6.a2 release - add support for matching rules - many bug

fixes
This commit is contained in:
Richard Allen Megginson 2010-03-02 20:17:48 +00:00
parent 808c864842
commit 49deb3b63a
5 changed files with 11 additions and 6 deletions

View File

@ -1 +1 @@
389-ds-base-1.2.6.a1.tar.bz2 389-ds-base-1.2.6.a2.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.6.a1 VERSION=1.2.6.a2
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.6.a1 VERSION=1.2.6.a2
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,7 +1,7 @@
%global pkgname dirsrv %global pkgname dirsrv
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
%global prerel .a1 %global prerel .a2
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
%global relprefix 0. %global relprefix 0.
@ -10,7 +10,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.2.6 Version: 1.2.6
Release: %{?relprefix}1%{?prerel}%{?dist} Release: %{?relprefix}2%{?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
@ -356,6 +356,11 @@ fi
%{_datadir}/%{pkgname}-selinux %{_datadir}/%{pkgname}-selinux
%changelog %changelog
* Mon Mar 2 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.2.a2
- 1.2.6.a2 release
- add support for matching rules
- many bug fixes
* Thu Jan 14 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.1.a1 * Thu Jan 14 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.1.a1
- 1.2.6.a1 release - 1.2.6.a1 release
- Added SELinux policy and subpackages - Added SELinux policy and subpackages

View File

@ -1 +1 @@
aa9299aa66b09f89ed80dd0cfeebde55 389-ds-base-1.2.6.a1.tar.bz2 b1941ba0e102e9935b4c84edcad225bf 389-ds-base-1.2.6.a2.tar.bz2