[389-ds-base/el5/master] this is the 1.2.7.a3 release

Richard Allen Megginson rmeggins at fedoraproject.org
Sat Oct 23 02:41:34 UTC 2010


commit fc0d78fc9d5c41193f151666d0f23304909cfd70
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Fri Oct 22 17:07:18 2010 -0600

    this is the 1.2.7.a3 release
    
    this is the 1.2.7.a3 release
    Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
    Bug 629681 - Retro Changelog trimming does not behave as expected
    Bug 645061 - Upgrade: 06inetorgperson.ldif and 05rfc4524.ldif
        are not upgraded in the server instance schema dir

 .gitignore               |    2 +-
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   11 +++++++++--
 sources                  |    2 +-
 5 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a28729b..51ce464 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 *~
-389-ds-base-1.2.7.a2.tar.bz2
+389-ds-base-1.2.7.a3.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index e92d078..4203939 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.7.a2
+VERSION=1.2.7.a3
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 #SRCNAME=$PKGNAME-$VERSION-$DATE
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index a0136b0..a51cae5 100644
--- a/389-ds-base-git.sh
+++ b/389-ds-base-git.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.7.a2
+VERSION=1.2.7.a3
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
diff --git a/389-ds-base.spec b/389-ds-base.spec
index 6ee55c5..ad9d314 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -3,7 +3,7 @@
 # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
 # also remove the space between % and global - this space is needed because
 # fedpkg verrel stupidly ignores comment lines
-%global prerel .a2
+%global prerel .a3
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
@@ -14,7 +14,7 @@
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
 Version:          1.2.7
-Release:          %{?relprefix}2%{?prerel}%{?dist}
+Release:          %{?relprefix}3%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -366,6 +366,13 @@ end
 %{_datadir}/%{pkgname}-selinux
 
 %changelog
+* Fri Oct 22 2010 Rich Megginson <rmeggins at redhat.com> - 1.2.7-0.3.a3
+- 1.2.7.a3 release - a2 was never released
+- Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
+- Bug 629681 - Retro Changelog trimming does not behave as expected
+- Bug 645061 - Upgrade: 06inetorgperson.ldif and 05rfc4524.ldif
+-              are not upgraded in the server instance schema dir
+
 * Tue Oct 19 2010 Rich Megginson <rmeggins at redhat.com> - 1.2.7-0.2.a2
 - 1.2.7.a2 release - a1 was the OpenLDAP testday release
 - git tag 389-ds-base-1.2.7.a2
diff --git a/sources b/sources
index 62cfc11..bcd0bfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7401d018c7829abd9100e35162eab8c4  389-ds-base-1.2.7.a2.tar.bz2
+3923f4ba6c748e3171b0cc59d82c6dbb  389-ds-base-1.2.7.a3.tar.bz2


More information about the scm-commits mailing list