[389-admin] 1.1.11.rc2 release

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Aug 4 17:11:31 UTC 2010


commit c9f10df4ce0173fc2d1d330309e10df6bf0e6fc7
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Wed Aug 4 11:10:00 2010 -0600

    1.1.11.rc2 release
    
    git tag 389-admin-1.1.11.rc2
    Bug 594745 - Get rid of dirsrv_lib_t label

 .gitignore             |    3 ++-
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    9 +++++++--
 sources                |    2 +-
 5 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc5278c..079ac02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-389-admin-1.1.11.rc1.tar.bz2
+389-admin-1.1.11.rc2.tar.bz2
+*~
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 0e3bcb5..a3c3935 100755
--- a/389-admin-git-local.sh
+++ b/389-admin-git-local.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.11.rc1
+VERSION=1.1.11.rc2
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index e06144b..368760a 100755
--- a/389-admin-git.sh
+++ b/389-admin-git.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.11.rc1
+VERSION=1.1.11.rc2
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index 353d130..fd3be8a 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -1,6 +1,6 @@
 %global pkgname   dirsrv
 # for a pre-release, define the prerel field - comment out for official release
-%global prerel .rc1
+%global prerel .rc2
 # 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}6%{?prerel}%{?dist}
+Release:          %{?relprefix}7%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -217,6 +217,11 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* Wed Aug  4 2010 Rich Megginson <rmeggins at redhat.com> - 1.1.11-0.7.rc2
+- 1.1.11.rc2 release
+- git tag 389-admin-1.1.11.rc2
+- Bug 594745 - Get rid of dirsrv_lib_t label
+
 * Wed Jun  9 2010 Rich Megginson <rmeggins at redhat.com> - 1.1.11-0.6.rc1
 - 1.1.11.rc1 release
 
diff --git a/sources b/sources
index dbbfb93..377b04c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc80b47ce1e5bd39d8e5632dd359d1df  389-admin-1.1.11.rc1.tar.bz2
+b766fc81b26d92172115004499b3fe8d  389-admin-1.1.11.rc2.tar.bz2


More information about the scm-commits mailing list