this is the 1.1.11.rc1 release

This commit is contained in:
Richard Allen Megginson 2010-06-09 15:03:24 +00:00
commit 4f2637ae3e
5 changed files with 9 additions and 6 deletions

View file

@ -1 +1 @@
389-admin-1.1.11.a4.tar.bz2
389-admin-1.1.11.rc1.tar.bz2

View file

@ -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}

View file

@ -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

View file

@ -1,6 +1,6 @@
%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.
@ -9,7 +9,7 @@
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.11
Release: %{?relprefix}4%{?prerel}%{?dist}
Release: %{?relprefix}5%{?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 Jun 9 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.5.rc1
- 1.1.11.rc1 release
* Wed May 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.4.a4
- 1.1.11.a4 release

View file

@ -1 +1 @@
e7404ffd7245d7a88e09ca5f627ec339 389-admin-1.1.11.a4.tar.bz2
fc80b47ce1e5bd39d8e5632dd359d1df 389-admin-1.1.11.rc1.tar.bz2