[389-ds-base] 389-ds-base-1.2.8.rc4 release

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Mar 30 00:57:43 UTC 2011


commit 800e6a4d26bb5a215b999aca1d53a02b56902b0f
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Mar 29 18:31:45 2011 -0600

    389-ds-base-1.2.8.rc4 release
    
    389-ds-base-1.2.8.rc4
    Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
    ice is restarted
    389-ds-base-1.2.8.rc3
    Bug 690955 - Mrclone fails due to the replica generation id mismatch

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   13 ++++++++++---
 sources                  |    2 +-
 5 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2be38aa..db3af3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /389-ds-base-1.2.8.a3.tar.bz2
 /389-ds-base-1.2.8.rc1.tar.bz2
 /389-ds-base-1.2.8.rc2.tar.bz2
+/389-ds-base-1.2.8.rc4.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 6376029..5f735c9 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.8.rc2
+VERSION=1.2.8.rc4
 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 47e6dd7..3b877ca 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.8.rc2
+VERSION=1.2.8.rc4
 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 1482f70..9e7172e 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 .rc2
+%global prerel .rc4
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
@@ -16,7 +16,7 @@
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
 Version:          1.2.8
-Release:          %{?relprefix}8%{?prerel}%{?dist}
+Release:          %{?relprefix}9%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -278,7 +278,14 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
-* Mon Mar 22 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.8-0.8.rc2
+* Tue Mar 29 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.8-0.9.rc4
+- 389-ds-base-1.2.8.rc4
+- Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
+ice is restarted
+- 389-ds-base-1.2.8.rc3
+- Bug 690955 - Mrclone fails due to the replica generation id mismatch
+
+* Tue Mar 22 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.8-0.8.rc2
 - 389-ds-base-1.2.8 release candidate 2 - git tag 389-ds-base-1.2.8.rc2
 - Bug 689537 - (cov#10610) Fix Coverity NULL pointer dereferences
 - Bug 689866 - ns-newpwpolicy.pl needs to use the new DN format
diff --git a/sources b/sources
index 1eecead..52418b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2a1956468a8ee0ba38dd5dd8a54d493  389-ds-base-1.2.8.rc2.tar.bz2
+4059d198768f9f8dc9372dc1c54bc3c3  389-ds-base-1.2.8.rc4.tar.bz2


More information about the scm-commits mailing list