this is the 1.1.11.rc1 release
This commit is contained in:
parent
79b7232975
commit
6b47516751
5 changed files with 9 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
389-admin-1.1.11.a4.tar.bz2
|
||||
389-admin-1.1.11.rc1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.11.a4
|
||||
VERSION=1.1.11.rc1
|
||||
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.a4
|
||||
VERSION=1.1.11.rc1
|
||||
PKGNAME=389-admin
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
SRCNAME=$PKGNAME-$VERSION
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
%global pkgname dirsrv
|
||||
# for a pre-release, define the prerel field - comment out for official release
|
||||
%global prerel .a4
|
||||
%global prerel .rc1
|
||||
# also need the relprefix 0. field for a pre-release - also comment out for official release
|
||||
%global relprefix 0.
|
||||
|
||||
Summary: 389 Administration Server (admin)
|
||||
Name: 389-admin
|
||||
Version: 1.1.11
|
||||
Release: %{?relprefix}5%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}6%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -161,6 +161,9 @@ end
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 9 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.6.rc1
|
||||
- 1.1.11.rc1 release
|
||||
|
||||
* Wed May 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.5.a4
|
||||
- 1.1.11.a4 release
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
e7404ffd7245d7a88e09ca5f627ec339 389-admin-1.1.11.a4.tar.bz2
|
||||
fc80b47ce1e5bd39d8e5632dd359d1df 389-admin-1.1.11.rc1.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue