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

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


commit 6da9f2919d4eec25d5a59be962306636f4b9a6ee
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)

 .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 ed494cd..24bf32f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,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 34e5fbf..e5afd17 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,7 +6,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/
@@ -132,6 +132,9 @@ fi
 %{_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