the 1.1.11.a2 release Bug 460162 - FedoraDS "with-FHS" installs init.d

StartupScript in wrong location Bug 460209 - Correct configure help
    message Bug 560827 - Admin Server: DistinguishName validation fails
    Make check for threaded httpd work with Apache 2.0
This commit is contained in:
Richard Allen Megginson 2010-02-27 02:08:54 +00:00
commit 2aed25ab8d
5 changed files with 13 additions and 6 deletions

View file

@ -1 +1 @@
389-admin-1.1.11.a1.tar.bz2
389-admin-1.1.11.a2.tar.bz2

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.11.a1
VERSION=1.1.11.a2
PKGNAME=389-admin
TAG=${TAG:-$PKGNAME-$VERSION}
SRCNAME=${PKGNAME}-${VERSION}

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.11.a1
VERSION=1.1.11.a2
PKGNAME=389-admin
#SRCNAME=$PKGNAME-$VERSION-$DATE
SRCNAME=$PKGNAME-$VERSION

View file

@ -1,6 +1,6 @@
%global pkgname dirsrv
# for a pre-release, define the prerel field - comment out for official release
%global prerel .a1
%global prerel .a2
# also need the relprefix 0. field for a pre-release - also comment out for official release
%global relprefix 0.
@ -9,7 +9,7 @@
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.11
Release: %{?relprefix}1%{?prerel}%{?dist}
Release: %{?relprefix}2%{?prerel}%{?dist}
License: GPLv2 and ASL 2.0
URL: http://port389.org/
Group: System Environment/Daemons
@ -231,6 +231,13 @@ fi
%{_datadir}/selinux/*/%{pkgname}-admin.pp
%changelog
* Fri Feb 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11.a2-0.2
- the 1.1.11.a2 release
- Bug 460162 - FedoraDS "with-FHS" installs init.d StartupScript in wrong location
- Bug 460209 - Correct configure help message
- Bug 560827 - Admin Server: DistinguishName validation fails
- Make check for threaded httpd work with Apache 2.0
* Thu Jan 21 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.11.a1-0.1
- the 1.1.11.a1 release
- added SELinux subpackage

View file

@ -1 +1 @@
2d5c5e2058429086bbced744590aba7f 389-admin-1.1.11.a1.tar.bz2
0148b864e82a79d4cc9e5340befce8b9 389-admin-1.1.11.a2.tar.bz2