Bug 740959 - 389-console put CA certificates into wrong database
This commit is contained in:
parent
7c57f8eb77
commit
0fd93fe7cf
5 changed files with 12 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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@redhat.com> - 1.1.25-1
|
||||
- Bug 740959 - 389-console put CA certificates into wrong database
|
||||
|
||||
* Wed Sep 21 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.24-1
|
||||
- Bug 695741 - Providing native systemd file
|
||||
|
||||
* Thu Aug 11 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.23-1
|
||||
- Bug 730079 - Update SELinux policy during upgrades
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
34d7608a1b4b7c1b56d649a3dc407682 389-admin-1.1.23.tar.bz2
|
||||
468727aa2699427814fb0ba2b0a72dad 389-admin-1.1.25.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue