version 1.1.12.a1 - openldap support
version 1.1.12.a1 - uses openldap instead of mozldap on those platforms that use moznss for openldap crypto (F-14 and later)
This commit is contained in:
parent
b37a20ff60
commit
78005abd06
5 changed files with 13 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
|||
*~
|
||||
/389-admin-1.1.11.tar.bz2
|
||||
389-admin-1.1.12.a1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.11
|
||||
VERSION=1.1.12.a1
|
||||
PKGNAME=389-admin
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
SRCNAME=${PKGNAME}-${VERSION}
|
||||
echo you must be in the admin server git repo to use this
|
||||
test -d .git || {echo bye ; exit 1 }
|
||||
test -d .git || {
|
||||
echo bye ; exit 1
|
||||
}
|
||||
if [ -z "$1" ] ; then
|
||||
dir=.
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.11
|
||||
VERSION=1.1.12.a1
|
||||
PKGNAME=389-admin
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
SRCNAME=$PKGNAME-$VERSION
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
%global pkgname dirsrv
|
||||
# for a pre-release, define the prerel field - comment out for official release
|
||||
# % global prerel .rc2
|
||||
%global prerel .a1
|
||||
# also need the relprefix 0. field for a pre-release - also comment out for official release
|
||||
# % global relprefix 0.
|
||||
%global relprefix 0.
|
||||
|
||||
%global selinux_variants mls targeted
|
||||
|
||||
Summary: 389 Administration Server (admin)
|
||||
Name: 389-admin
|
||||
Version: 1.1.11
|
||||
Version: 1.1.12
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
|
|
@ -217,6 +217,9 @@ end
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 28 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.12-0.1.a1
|
||||
- This is the 1.1.12 alpha 1 release - with openldap support
|
||||
|
||||
* Thu Aug 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-1
|
||||
- This is the final 1.1.11 release
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3301554c3cd9cb26216a43c037695559 389-admin-1.1.11.tar.bz2
|
||||
63b67d24c236994e90777a90599ddb67 389-admin-1.1.12.a1.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue