[389-ds-base/f17] Trac Ticket 396 - Account Usability Control Not Working (cherry picked from commit 08c7cc004069eef8a

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Jun 27 14:30:11 UTC 2012


commit ed5876f7cf5bf7091ef83aafaa8c3abed48fe1a3
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Wed Jun 27 08:28:32 2012 -0600

    Trac Ticket 396 - Account Usability Control Not Working
    (cherry picked from commit 08c7cc004069eef8a766e28a45e36a3d99097f3e)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    5 ++++-
 sources                  |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c1fcc52..f8efa80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@
 /389-ds-base-1.2.11.4.tar.bz2
 /389-ds-base-1.2.11.5.tar.bz2
 /389-ds-base-1.2.11.6.tar.bz2
+/389-ds-base-1.2.11.7.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 968c27e..5826827 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.11.6
+VERSION=1.2.11.7
 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 11651a8..e761c2a 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.11.6
+VERSION=1.2.11.7
 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 23dd5d9..eafa57e 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -21,7 +21,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.11.6
+Version:          1.2.11.7
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -309,6 +309,9 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Wed Jun 27 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.11.7-1
+- Trac Ticket 396 - Account Usability Control Not Working
+
 * Thu Jun 21 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.11.6-1
 - Ticket #378 - audit log does not log unhashed password: enabled, by default.
 - Ticket #378 - unhashed#user#password visible after changing password
diff --git a/sources b/sources
index 6b9d009..e207b5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0d901095501d98d876c05e714b19454  389-ds-base-1.2.11.6.tar.bz2
+ee85642feaba152bed74923fe0f36f10  389-ds-base-1.2.11.7.tar.bz2


More information about the scm-commits mailing list