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:
parent
997a433718
commit
7d2d84fc84
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,3 +78,4 @@
|
||||
/389-ds-base-1.3.1.8.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.11.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.3.1.10
|
||||
VERSION=1.3.1.11
|
||||
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.3.1.10
|
||||
VERSION=1.3.1.11
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
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)
|
||||
Name: 389-ds-base
|
||||
Version: 1.3.1.10
|
||||
Version: 1.3.1.11
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -314,6 +314,12 @@ fi
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%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
|
||||
- Ticket #47534 - RUV tombstone search with scope "one" doesn`t work
|
||||
- Ticket 47510 - 389-ds-base does not compile against MozLDAP libraries
|
||||
|
Loading…
Reference in New Issue
Block a user