- This is the final 1.1.13 release
- git tag 389-admin-1.1.13 - Bug 656441 - Missing library path entry causes LD_PRELOAD error - setup-ds-admin.pl -u exits with ServerAdminID and as_uid related error
This commit is contained in:
parent
51659b27b2
commit
8ff78e5b16
5 changed files with 12 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
*~
|
||||
389-admin-1.1.12.tar.bz2
|
||||
/389-admin-1.1.13.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.12
|
||||
VERSION=1.1.13
|
||||
PKGNAME=389-admin
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
SRCNAME=${PKGNAME}-${VERSION}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.12
|
||||
VERSION=1.1.13
|
||||
PKGNAME=389-admin
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
SRCNAME=$PKGNAME-$VERSION
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
Summary: 389 Administration Server (admin)
|
||||
Name: 389-admin
|
||||
Version: 1.1.12
|
||||
Release: %{?relprefix}2%{?prerel}%{?dist}
|
||||
Version: 1.1.13
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -171,6 +171,12 @@ end
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.13-1
|
||||
- This is the final 1.1.13 release
|
||||
- git tag 389-admin-1.1.13
|
||||
- Bug 656441 - Missing library path entry causes LD_PRELOAD error
|
||||
- setup-ds-admin.pl -u exits with ServerAdminID and as_uid related error
|
||||
|
||||
* Wed Nov 17 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.1.12-2
|
||||
- This is the final 1.1.12 release
|
||||
- git tag 389-admin-1.1.12
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cc14c629bfd66d6a35862fcc1ad9973a 389-admin-1.1.12.tar.bz2
|
||||
0dd329ee4a20a86425e14e3f894e46ae 389-admin-1.1.13.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue