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

Richard Allen Megginson rmeggins at fedoraproject.org
Fri Oct 28 23:33:06 UTC 2011


commit 0fd93fe7cfb384144e0ce70de0cec4ad2ef0d045
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             |    2 ++
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    8 +++++++-
 sources                |    2 +-
 5 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3d3fd2..00c3ea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@
 /389-admin-1.1.21.tar.bz2
 /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 d5bdce8..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.23
+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 82a549a..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.23
+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 8d1d999..8ae340f 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,7 +6,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.23
+Version:          1.1.25
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -134,6 +134,12 @@ 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
+
 * Thu Aug 11 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.23-1
 - Bug 730079 - Update SELinux policy during upgrades
 
diff --git a/sources b/sources
index 5e0e19f..b9c0091 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34d7608a1b4b7c1b56d649a3dc407682  389-admin-1.1.23.tar.bz2
+468727aa2699427814fb0ba2b0a72dad  389-admin-1.1.25.tar.bz2


More information about the scm-commits mailing list