[389-ds-base/f13] 389-ds-base-1.2.9.a2 - several bug fixes - automember improvements

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Jun 28 15:31:16 UTC 2011


commit 3ebe54226b3ff80cfba152702657525916bbefd9
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Jun 28 09:17:02 2011 -0600

    389-ds-base-1.2.9.a2 - several bug fixes - automember improvements
    
    look for separate openldap ldif library
    Split automember regex rules into separate entries
    writing Inf file shows SchemaFile = ARRAY(0xhexnum)
    add support for ldif files with changetype: add
    Bug 716980 - winsync uses old AD entry if new one not found
    Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9
    bump console version to 1.2.6
    Bug 711679 - unresponsive LDAP service when deleting vlv on replica
    Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file
    Bug 706209 - LEGAL: RHEL6.1 License issue for 389-ds-base package
    Bug 663752 - Cert renewal for attrcrypt and encchangelog
    Bug 706179 - DS can not restart after create a new objectClass has entryusn attribute
    Bug 711906 - ns-slapd segfaults using suffix referrals
    Bug 707384 - only allow FIPS approved cipher suites in FIPS mode
    Bug 710377 - Import with chain-on-update crashes ns-slapd
    Bug 709826 - Memory leak: when extra referrals configured
    (cherry picked from commit 8ad2cad083f22b601cec30c82ea61f7b79a58fd9)
    (cherry picked from commit 7b31ab9e9b2585df94b5807bf5be26dec98a7ce0)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   27 +++++++++++++++++++++------
 sources                  |    2 +-
 5 files changed, 25 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc0efdd..b9c73af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /389-ds-base-1.2.8.2.tar.bz2
 /389-ds-base-1.2.8.3.tar.bz2
 /389-ds-base-1.2.9.a1.tar.bz2
+/389-ds-base-1.2.9.a2.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index f59d1c5..6651e8b 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.9.a1
+VERSION=1.2.9.a2
 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 ea7e164..96e3848 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.9.a1
+VERSION=1.2.9.a2
 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 edad27e..50d0677 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 .a1
+%global prerel .a2
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
@@ -17,13 +17,11 @@
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
 Version:          1.2.9
-Release:          %{?relprefix}1%{?prerel}%{?dist}
+Release:          %{?relprefix}2%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Provides:         fedora-ds-base = %{version}-%{release}
-Obsoletes:        fedora-ds-base < 1.2.1-1
 Obsoletes:        %{name}-selinux
 Conflicts:        selinux-policy-base < 3.7.19-72
 Requires:         %{name}-libs = %{version}-%{release}
@@ -131,8 +129,6 @@ Requires:         openldap-devel
 %else
 Requires:         mozldap-devel
 %endif
-Provides:         fedora-ds-base-devel = %{version}-%{release}
-Obsoletes:        fedora-ds-base-devel < 1.2.1-1
 
 %description      devel
 Development Libraries and headers for the 389 Directory Server base package.
@@ -279,6 +275,25 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Mon Jun 27 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9-0.2.a2
+- 389-ds-base-1.2.9.a2
+- look for separate openldap ldif library
+- Split automember regex rules into separate entries
+- writing Inf file shows SchemaFile = ARRAY(0xhexnum)
+- add support for ldif files with changetype: add
+- Bug 716980 - winsync uses old AD entry if new one not found
+- Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9
+- bump console version to 1.2.6
+- Bug 711679 - unresponsive LDAP service when deleting vlv on replica
+- Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file
+- Bug 706209 - LEGAL: RHEL6.1 License issue for 389-ds-base package
+- Bug 663752 - Cert renewal for attrcrypt and encchangelog
+- Bug 706179 - DS can not restart after create a new objectClass has entryusn attribute
+- Bug 711906 - ns-slapd segfaults using suffix referrals
+- Bug 707384 - only allow FIPS approved cipher suites in FIPS mode
+- Bug 710377 - Import with chain-on-update crashes ns-slapd
+- Bug 709826 - Memory leak: when extra referrals configured
+
 * Thu May 26 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9-0.1.a1
 - 389-ds-base-1.2.9.a1
 - Auto Membership
diff --git a/sources b/sources
index bde2cf4..838a3f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cff9d77f5498adaa0bd9a24b845d1b9  389-ds-base-1.2.9.a1.tar.bz2
+d608d6f38dec965a07b5a7f8529e93a4  389-ds-base-1.2.9.a2.tar.bz2


More information about the scm-commits mailing list