[389-admin/f13/master] version 1.1.12.a2 to fix mozldap build breakage

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Oct 26 18:51:12 UTC 2010


commit 9a50eb29de9eb680305d30dc501add3224696f40
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Oct 26 11:56:42 2010 -0600

    version 1.1.12.a2 to fix mozldap build breakage

 .gitignore             |    2 +-
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    7 +++++--
 sources                |    2 +-
 5 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09550b3..70e26a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 *~
-389-admin-1.1.12.a1.tar.bz2
+389-admin-1.1.12.a2.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 2a6f449..0d8a4cb 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.12.a1
+VERSION=1.1.12.a2
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 7eafcd7..91fbfe5 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.12.a1
+VERSION=1.1.12.a2
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index c7d3eba..0d8197a 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 .a1
+%global prerel .a2
 # 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.12
-Release:          %{?relprefix}1%{?prerel}%{?dist}
+Release:          %{?relprefix}2%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -217,6 +217,9 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* Tue Oct 26 2010 Rich Megginson <rmeggins at redhat.com> - 1.1.12-0.2.a2
+- fix mozldap build breakage
+
 * Tue Sep 28 2010 Rich Megginson <rmeggins at redhat.com> - 1.1.12-0.1.a1
 - This is the 1.1.12 alpha 1 release - with openldap support
 
diff --git a/sources b/sources
index 8d3bc36..f2480dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63b67d24c236994e90777a90599ddb67  389-admin-1.1.12.a1.tar.bz2
+a471527e3b6920e9eb42f8b445c4c235  389-admin-1.1.12.a2.tar.bz2


More information about the scm-commits mailing list