bump version to 1.3.1.2
- Ticket 47391 - deleting and adding userpassword fails to update the password - Coverity Fixes (Part 7)
This commit is contained in:
parent
1ad46a36d1
commit
bab28af3ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
|||||||
/389-ds-base-1.3.0.5.tar.bz2
|
/389-ds-base-1.3.0.5.tar.bz2
|
||||||
/389-ds-base-1.3.1.0.tar.bz2
|
/389-ds-base-1.3.1.0.tar.bz2
|
||||||
/389-ds-base-1.3.1.1.tar.bz2
|
/389-ds-base-1.3.1.1.tar.bz2
|
||||||
|
/389-ds-base-1.3.1.2.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.3.1.1
|
VERSION=1.3.1.2
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.3.1.1
|
VERSION=1.3.1.2
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.1.1
|
Version: 1.3.1.2
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
@ -314,6 +314,11 @@ fi
|
|||||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 15 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.2-1
|
||||||
|
- bump version to 1.3.1.2
|
||||||
|
- Ticket 47391 - deleting and adding userpassword fails to update the password
|
||||||
|
- Coverity Fixes (Part 7)
|
||||||
|
|
||||||
* Fri Jun 14 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.1-1
|
* Fri Jun 14 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.1-1
|
||||||
- bump version to 1.3.1.1
|
- bump version to 1.3.1.1
|
||||||
- Ticket 402 - nhashed#user#password in entry extension
|
- Ticket 402 - nhashed#user#password in entry extension
|
||||||
|
Loading…
Reference in New Issue
Block a user