diff --git a/.gitignore b/.gitignore index 3c0227c..53c4fb1 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /389-ds-base-1.2.10.14.tar.bz2 /389-ds-base-1.2.10.15.tar.bz2 /389-ds-base-1.2.10.16.tar.bz2 +/389-ds-base-1.2.10.17.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index c489c7e..f0796d6 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.10.16 +VERSION=1.2.10.17 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 08078b0..b2433d2 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.10.16 +VERSION=1.2.10.17 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 e0d624f..7ce62f1 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -18,7 +18,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.10.16 +Version: 1.2.10.17 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -285,6 +285,9 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Oct 24 2012 Mark Reynolds - 1.2.10.17-1 +- Bump version to 1.2.10.17 +- TIcket 403 - CLEANALLRUV fix crash * Wed Oct 18 2012 Mark Reynolds - 1.2.10.16-1 - 569c2d3 bump version to 1.2.10.16 - Ticket 403 - CLEANALLRUV - minor fixes and add support for replica-force-cleaning diff --git a/sources b/sources index 3b90ddd..5aad77d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eddc6a1e70745f3938da6e0094318196 389-ds-base-1.2.10.16.tar.bz2 +9a5f2bb882a7189d63706f456b273140 389-ds-base-1.2.10.17.tar.bz2