[389-admin] this is the final 1.1.11 release

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Aug 26 21:37:45 UTC 2010


commit 028e0e9bd90ac93986f0d259dc3db5b1417f5f44
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Aug 26 15:38:03 2010 -0600

    this is the final 1.1.11 release

 .gitignore             |    2 +-
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    9 ++++++---
 sources                |    2 +-
 5 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 079ac02..7da61c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-389-admin-1.1.11.rc2.tar.bz2
 *~
+/389-admin-1.1.11.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index a3c3935..96fd6f6 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.rc2
+VERSION=1.1.11
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 368760a..a0337b9 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.rc2
+VERSION=1.1.11
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index fd3be8a..e997154 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -1,15 +1,15 @@
 %global pkgname   dirsrv
 # for a pre-release, define the prerel field - comment out for official release
-%global prerel .rc2
+# % global prerel .rc2
 # also need the relprefix 0. field for a pre-release - also comment out for official release
-%global relprefix 0.
+# % global relprefix 0.
 
 %global selinux_variants mls targeted
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
 Version:          1.1.11
-Release:          %{?relprefix}7%{?prerel}%{?dist}
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -217,6 +217,9 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* Thu Aug 26 2010 Rich Megginson <rmeggins at redhat.com> - 1.1.11-1
+- This is the final 1.1.11 release
+
 * 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
diff --git a/sources b/sources
index 377b04c..fdd0757 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b766fc81b26d92172115004499b3fe8d  389-admin-1.1.11.rc2.tar.bz2
+3301554c3cd9cb26216a43c037695559  389-admin-1.1.11.tar.bz2


More information about the scm-commits mailing list