diff --git a/.gitignore b/.gitignore index c8ed68e..3e45cb5 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /389-ds-base-1.2.10.3.tar.bz2 /389-ds-base-1.2.10.4.tar.bz2 /389-ds-base-1.2.11.a1.tar.bz2 +/389-ds-base-1.2.11.1.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 79579e6..0e967cb 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.a1 +VERSION=1.2.11.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 7871336..9b7a3bc 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.a1 +VERSION=1.2.11.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 baa260e..a39ef6e 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -3,9 +3,9 @@ # 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 .rc1 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release -%global relprefix 0. +# % global relprefix 0. %global use_openldap 1 %global use_db4 0 @@ -21,7 +21,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.11 +Version: 1.2.11.1 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -207,8 +207,9 @@ sed -i -e 's|#{{PERL-EXEC}}|#!/usr/bin/perl|' $RPM_BUILD_ROOT%{_datadir}/%{pkgna rm -rf $RPM_BUILD_ROOT %post +output=/dev/null # reload to pick up any changes to systemd files -/bin/systemctl daemon-reload >/dev/null 2>&1 || : +/bin/systemctl daemon-reload >$output 2>&1 || : # reload to pick up any shared lib changes /sbin/ldconfig # restart the snmp subagent if needed @@ -216,7 +217,6 @@ rm -rf $RPM_BUILD_ROOT # find all instances instances="" # instances that require a restart after upgrade ninst=0 # number of instances found in total -output=/dev/null if [ -n "$DEBUGPOSTTRANS" ] ; then output=$DEBUGPOSTTRANS fi @@ -309,6 +309,34 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed May 2 2012 Rich Megginson - 1.2.11.1-1 +- f227f11 Suppress alert on unavailable port with forced setup +- Ticket #353 - coverity 12625-12629 - leaks, dead code, unchecked return +- Ticket #351 - use betxn plugins by default +- Trac Ticket #345 - db deadlock return should not log error +- Ticket #348 - crash in ldap_initialize with multiple threads +- Ticket #214 - Adding Replication agreement should complain if required nsds5ReplicaCredentials not supplied +- Ticket #207 - [RFE] enable attribute that tracks when a password was last set +- Ticket #216 - RFE - Disable replication agreements +- Ticket #337 - RFE - Improve CLEANRUV functionality +- Ticket #326 - MemberOf plugin should work on all backends +- Trac Ticket #19 - Convert entryUSN plugin to transaction aware type +- Ticket #347 - IPA dirsvr seg-fault during system longevity test +- Trac Ticket #310 - Avoid calling escape_string() for logged DNs +- Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object +- Ticket #183 - passwordMaxFailure should lockout password one sooner +- Trac Ticket #335 - transaction retries need to be cache aware +- Ticket #336 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV) +- Ticket #325 - logconv.pl : use of getopts to parse command line options +- Ticket #336 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV) +- 554e29d Coverity Fixes +- Trac Ticket #46 - (additional 2) setup-ds-admin.pl does not like ipv6 only hostnames +- Ticket #183 - passwordMaxFailure should lockout password one sooner - and should be configurable to avoid regressions +- Ticket #315 - small fix to libglobs +- Ticket #315 - ns-slapd exits/crashes if /var fills up +- Ticket #20 - Allow automember to work on entries that have already been added +- Trac Ticket #45 - Fine Grained Password policy: if passwordHistory is on, deleting the password fails. + * Fri Mar 30 2012 Rich Megginson - 1.2.11-0.1.a1 - 453eb97 schema def must have DESC '' - close paren must be preceded by space - Trac Ticket #46 - (additional) setup-ds-admin.pl does not like ipv6 only hostnames diff --git a/sources b/sources index a611f9d..06ef2c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c848bc002e529341868a9ae0b0ae5ee 389-ds-base-1.2.11.a1.tar.bz2 +cd4d7ca86a2e867473f9f0cd3bd146b1 389-ds-base-1.2.11.1.tar.bz2