[389-ds-base: 5/5] 1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4

Richard Allen Megginson rmeggins at fedoraproject.org
Mon Nov 1 16:55:36 UTC 2010


commit edd526aaeb635b90b2774497f58f267220bdd69a
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Mon Nov 1 10:56:40 2010 -0600

    1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4
    
    1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4
    Bug 647932 - multiple memberOf configuration adding memberOf where there is
    no member
    Bug 491733 - dbtest crashes
    Bug 606545 - core schema should include numSubordinates
    Bug 638773 - permissions too loose on pid and lock files
    Bug 189985 - Improve attribute uniqueness error message
    Bug 619623 - attr-unique-plugin ignores requiredObjectClass on modrdn operat
    ions
    Bug 619633 - Make attribute uniqueness obey requiredObjectClass

 .gitignore               |    2 +-
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   16 ++++++++++++++--
 sources                  |    2 +-
 5 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51ce464..d404f39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 *~
-389-ds-base-1.2.7.a3.tar.bz2
+389-ds-base-1.2.7.a4.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 4203939..8edb9b6 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.a3
+VERSION=1.2.7.a4
 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 a51cae5..b025f1c 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.a3
+VERSION=1.2.7.a4
 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 89143bb..a746e73 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 .a3
+%global prerel .a4
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
@@ -13,7 +13,7 @@
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
 Version:          1.2.7
-Release:          %{?relprefix}4%{?prerel}%{?dist}
+Release:          %{?relprefix}5%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -365,6 +365,18 @@ end
 %{_datadir}/%{pkgname}-selinux
 
 %changelog
+* Mon Nov  1 2010 Rich Megginson <rmeggins at redhat.com> - 1.2.7-0.5.a4
+- 1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4
+- Bug 647932 - multiple memberOf configuration adding memberOf where there is 
+no member
+- Bug 491733 - dbtest crashes
+- Bug 606545 - core schema should include numSubordinates
+- Bug 638773 - permissions too loose on pid and lock files
+- Bug 189985 - Improve attribute uniqueness error message
+- Bug 619623 - attr-unique-plugin ignores requiredObjectClass on modrdn operat
+ions
+- Bug 619633 - Make attribute uniqueness obey requiredObjectClass
+
 * Wed Oct 27 2010 Rich Megginson <rmeggins at redhat.com> - 1.2.7-0.4.a3
 - 1.2.7.a3 release - a2 was never released - this is a rebuild to pick up
 - Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
diff --git a/sources b/sources
index 43fe234..e51591a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e43fa424b538a4e4df43f8a33c1fcef6  389-ds-base-1.2.7.a3.tar.bz2
+d4b0180993d277116201367c4ffea402  389-ds-base-1.2.7.a4.tar.bz2


More information about the scm-commits mailing list