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:
Rich Megginson 2012-02-13 12:56:00 -07:00
parent 61d1908d60
commit 13353f7555
5 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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).

View File

@ -1 +1 @@
8465e59a6b54717c4ff8ea028083cd31 389-ds-base-1.2.10.rc1.tar.bz2
936afee1da4e49e636696577c5cf1dd8 389-ds-base-1.2.10.0.tar.bz2