[389-admin/el5] look for separate openldap ldif library

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Jun 28 15:44:17 UTC 2011


commit d9d9c781137c40da633256221a18282701f6369d
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Jun 28 09:39:13 2011 -0600

    look for separate openldap ldif library
    
    look for separate openldap ldif library
    (cherry picked from commit 982560d4f80f15eeb87e87f5e82337d555e4d924)
    (cherry picked from commit 1508a1a5b5d21b06c7d14b5360f3c3e754aa872b)
    (cherry picked from commit 6da9f2919d4eec25d5a59be962306636f4b9a6ee)
    (cherry picked from commit d85010ffbeae25d0cb00599ae8844ca4b4d80cca)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    5 ++++-
 sources                |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 789171f..4b22ec3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /389-admin-1.1.16.tar.bz2
 /389-admin-1.1.17.tar.bz2
 /389-admin-1.1.18.tar.bz2
+/389-admin-1.1.19.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 7a472de..3b23a53 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.18
+VERSION=1.1.19
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index e5bec9b..3596a5b 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.18
+VERSION=1.1.19
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index 9ffbff1..0246124 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -8,7 +8,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.18
+Version:          1.1.19
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -217,6 +217,9 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* Tue Jun 28 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.19-1
+- look for separate openldap ldif library
+
 * Tue Jun 21 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.18-1
 - skip rebranding current brand
 - support for skins
diff --git a/sources b/sources
index f69b53c..56f967e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82ae2ada4f6c03d70f21e3254aad5cf3  389-admin-1.1.18.tar.bz2
+30a3add5cd160c7ce5ee25fdd8b02a15  389-admin-1.1.19.tar.bz2


More information about the scm-commits mailing list