the 1.3.1.11 release - fix tmpfiles.d again

Ticket 47513 - Set localrundir outside of the "with-fhs" block
Ticket 47513 - Refine the check for @localrundir@
Ticket 47510 - remove unnecessary typedef
Ticket 47510 - Repl Sync does not compile against MozLDAP libraries
This commit is contained in:
Rich Megginson 2013-09-30 12:06:24 -06:00
parent 997a433718
commit 7d2d84fc84
5 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -78,3 +78,4 @@
/389-ds-base-1.3.1.8.tar.bz2 /389-ds-base-1.3.1.8.tar.bz2
/389-ds-base-1.3.1.9.tar.bz2 /389-ds-base-1.3.1.9.tar.bz2
/389-ds-base-1.3.1.10.tar.bz2 /389-ds-base-1.3.1.10.tar.bz2
/389-ds-base-1.3.1.11.tar.bz2

View File

@ -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.10 VERSION=1.3.1.11
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE #SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -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.10 VERSION=1.3.1.11
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"

View File

@ -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.10 Version: 1.3.1.11
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,12 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.* %{_libdir}/%{pkgname}/libslapd.so.*
%changelog %changelog
* Mon Sep 30 2013 Rich Megginson <rmeggins@redhat.com> - 1.3.1.11-1
- Ticket 47513 - Set localrundir outside of the "with-fhs" block
- Ticket 47513 - Refine the check for @localrundir@
- Ticket 47510 - remove unnecessary typedef
- Ticket 47510 - Repl Sync does not compile against MozLDAP libraries
* Fri Sep 27 2013 Rich Megginson <rmeggins@redhat.com> - 1.3.1.10-1 * Fri Sep 27 2013 Rich Megginson <rmeggins@redhat.com> - 1.3.1.10-1
- Ticket #47534 - RUV tombstone search with scope "one" doesn`t work - Ticket #47534 - RUV tombstone search with scope "one" doesn`t work
- Ticket 47510 - 389-ds-base does not compile against MozLDAP libraries - Ticket 47510 - 389-ds-base does not compile against MozLDAP libraries

View File

@ -1 +1 @@
c632840c3f9d8642bb28902fef853c5d 389-ds-base-1.3.1.10.tar.bz2 360184456abb940cf0fe208a7484abe7 389-ds-base-1.3.1.11.tar.bz2