[389-admin] Bug 740959 - 389-console put CA certificates into wrong database

Richard Allen Megginson rmeggins at fedoraproject.org
Fri Oct 28 22:58:40 UTC 2011


commit fba065a5da702e940d5c3a9f5db5ccbb38bc55e3
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Fri Oct 28 16:56:37 2011 -0600

    Bug 740959 - 389-console put CA certificates into wrong database

 .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 5ab3efb..00c3ea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /389-admin-1.1.22.tar.bz2
 /389-admin-1.1.23.tar.bz2
 /389-admin-1.1.24.tar.bz2
+/389-admin-1.1.25.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index bfad85c..de511dd 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.24
+VERSION=1.1.25
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 8e55ecc..7ec4411 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.24
+VERSION=1.1.25
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index 6440709..fb88d29 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -9,7 +9,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.24
+Version:          1.1.25
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -133,6 +133,9 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Fri Oct 28 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.25-1
+- Bug 740959 - 389-console put CA certificates into wrong database
+
 * Wed Sep 21 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.24-1
 - Bug 695741 - Providing native systemd file
 
diff --git a/sources b/sources
index b075bcf..b9c0091 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78ea668dd79cedc07fe0e12887a9fd37  389-admin-1.1.24.tar.bz2
+468727aa2699427814fb0ba2b0a72dad  389-admin-1.1.25.tar.bz2


More information about the scm-commits mailing list