The 1.2.10.0 release - some minor bug fixes
- Ticket 284 - Remove unnecessary SNMP MIB files - Ticket 51 - memory leaks in 389-ds-base-1.2.8.2-1.el5? - Ticket 175 - logconv.pl improvements
This commit is contained in:
parent
61d1908d60
commit
13353f7555
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
||||
/389-ds-base-1.2.10.a7.tar.bz2
|
||||
/389-ds-base-1.2.10.a8.tar.bz2
|
||||
/389-ds-base-1.2.10.rc1.tar.bz2
|
||||
/389-ds-base-1.2.10.0.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.10.rc1
|
||||
VERSION=1.2.10.0
|
||||
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.10.rc1
|
||||
VERSION=1.2.10.0
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -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 .rc1
|
||||
# % 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 1
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.10
|
||||
Release: %{?relprefix}10%{?prerel}%{?dist}.2
|
||||
Version: 1.2.10.0
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -297,6 +297,11 @@ exit 0
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.0-1
|
||||
- Ticket 284 - Remove unnecessary SNMP MIB files
|
||||
- Ticket 51 - memory leaks in 389-ds-base-1.2.8.2-1.el5?
|
||||
- Ticket 175 - logconv.pl improvements
|
||||
|
||||
* Fri Feb 10 2012 Noriko Hosoi <nhosoi@redhat.com> - 1.2.10-0.10.rc1.2
|
||||
- Introducing use_db4 macro to support db5 (libdb).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user