1.2.7.5 release - git tag 389-ds-base-1.2.7.5
1.2.7.5 release - git tag 389-ds-base-1.2.7.5 Bug 663597 - Memory leaks in normalization code
This commit is contained in:
parent
09ca048e50
commit
46941ffb1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/389-ds-base-1.2.7.2.tar.bz2
|
||||
/389-ds-base-1.2.7.3.tar.bz2
|
||||
/389-ds-base-1.2.7.4.tar.bz2
|
||||
/389-ds-base-1.2.7.5.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.7.4
|
||||
VERSION=1.2.7.5
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.7.4
|
||||
VERSION=1.2.7.5
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.7.4
|
||||
Release: %{?relprefix}2%{?prerel}%{?dist}
|
||||
Version: 1.2.7.5
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -299,6 +299,10 @@ end
|
||||
%{_libdir}/%{pkgname}/*.so
|
||||
|
||||
%changelog
|
||||
* Thu Dec 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.5-1
|
||||
- 1.2.7.5 release - git tag 389-ds-base-1.2.7.5
|
||||
- Bug 663597 - Memory leaks in normalization code
|
||||
|
||||
* Tue Dec 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-2
|
||||
- Resolves: bug 656541 - use %ghost on files in /var/lock
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user