Bug 740959 - 389-console put CA certificates into wrong database
This commit is contained in:
parent
363621b40a
commit
fba065a5da
5 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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@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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
78ea668dd79cedc07fe0e12887a9fd37 389-admin-1.1.24.tar.bz2
|
||||
468727aa2699427814fb0ba2b0a72dad 389-admin-1.1.25.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue