this is the 1.1.11.a4 release
This commit is contained in:
parent
bd9bf5b2a8
commit
88bf12e50d
5 changed files with 9 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
389-admin-1.1.11.a3.tar.bz2
|
||||
389-admin-1.1.11.a4.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.11.a3
|
||||
VERSION=1.1.11.a4
|
||||
PKGNAME=389-admin
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
SRCNAME=${PKGNAME}-${VERSION}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.11.a3
|
||||
VERSION=1.1.11.a4
|
||||
PKGNAME=389-admin
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
SRCNAME=$PKGNAME-$VERSION
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%global pkgname dirsrv
|
||||
# for a pre-release, define the prerel field - comment out for official release
|
||||
%global prerel .a3
|
||||
%global prerel .a4
|
||||
# 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}3%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}4%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -217,6 +217,9 @@ end
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed May 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.4.a4
|
||||
- 1.1.11.a4 release
|
||||
|
||||
* Tue Apr 7 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.11-0.3.a3
|
||||
- 1.1.11.a3 release
|
||||
- Bug 570912 - dirsrv-admin SELinux module fails to install
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
24ccd2beb11d7e120b24af38149e4b70 389-admin-1.1.11.a3.tar.bz2
|
||||
e7404ffd7245d7a88e09ca5f627ec339 389-admin-1.1.11.a4.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue