bump version to 1.3.0.1

- Ticket 556 - Don't overwrite certmap.conf during upgrade
This commit is contained in:
Noriko Hosoi 2013-01-16 17:17:46 -08:00
parent 196b017d6e
commit 64af7c99a9
5 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -62,3 +62,4 @@
/389-ds-base-1.3.0.rc2.tar.bz2
/389-ds-base-1.3.0.rc3.tar.bz2
/389-ds-base-1.3.0.0.tar.bz2
/389-ds-base-1.3.0.1.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.3.0.0
VERSION=1.3.0.1
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.3.0.0
VERSION=1.3.0.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"

View File

@ -21,7 +21,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.3.0.0
Version: 1.3.0.1
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -311,6 +311,10 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Wed Jan 16 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.0.1-1
- bump version to 1.3.0.1
- Ticket 556 - Don't overwrite certmap.conf during upgrade
* Tue Jan 08 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.0.0-1
- bump version to 1.3.0.0

View File

@ -1 +1 @@
9cce3d4adf5952a7369578164ea1ecd4 389-ds-base-1.3.0.0.tar.bz2
e626a836d6d1a45eb63ff363464c51d1 389-ds-base-1.3.0.1.tar.bz2