[389-ds-base/f13/master] 1.2.7.1 release - git tag 389-ds-base-1.2.7.1

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Nov 24 02:35:23 UTC 2010


commit 6edc38e62e1cd154f799fee0c4d3ecc220345fa5
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Nov 23 19:16:56 2010 -0700

    1.2.7.1 release - git tag 389-ds-base-1.2.7.1
    
    - 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
    - Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
    - Bug 656392 - Remove calls to ber_err_print()
    - Bug 625950 - hash nsslapd-rootpw changes in audit log
    (cherry picked from commit 571b7054782a4985cb2d2c638a7737fb7d4df275)

 .gitignore               |    2 +-
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   10 ++++++++--
 sources                  |    2 +-
 5 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f56a8be..6b159ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 *~
-389-ds-base-1.2.7.tar.bz2
+/389-ds-base-1.2.7.1.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index c23de95..226974e 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
+VERSION=1.2.7.1
 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 f515809..d806958 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
+VERSION=1.2.7.1
 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 916f5a3..602e2fd 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -12,8 +12,8 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.7
-Release:          %{?relprefix}2%{?prerel}%{?dist}
+Version:          1.2.7.1
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -300,6 +300,12 @@ end
 %{_libdir}/%{pkgname}/*.so
 
 %changelog
+* Tue Nov 23 2010 Rich Megginson <rmeggins at redhat.com> - 1.2.7.1-1
+- 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
+- Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
+- Bug 656392 - Remove calls to ber_err_print()
+- Bug 625950 - hash nsslapd-rootpw changes in audit log
+
 * Tue Nov 16 2010 Nathan Kinder <nkinder at redhat.com> - 1.2.7-2
 - 1.2.7 release - git tag 389-ds-base-1.2.7
 
diff --git a/sources b/sources
index 5affd74..c93398a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89d0641e5f20d2a1e760a560e1f25423  389-ds-base-1.2.7.tar.bz2
+03d4493c121e6f45ce11f6633f3759a3  389-ds-base-1.2.7.1.tar.bz2


More information about the scm-commits mailing list