Compare commits
35 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b5e98064f | ||
|
|
9903263b76 | ||
|
|
fab09e5f9f | ||
|
|
4ea1026492 | ||
|
|
a064fa81b0 | ||
|
|
9a50eb29de | ||
|
|
78005abd06 | ||
|
|
4f5a7b9cc2 | ||
|
|
b37a20ff60 | ||
|
|
5ac7ba5325 | ||
|
|
28ee6cd220 | ||
|
|
0709227774 | ||
|
|
7b3679c797 | ||
|
|
3904766c4e | ||
|
|
f1fc4bd472 | ||
|
|
257b40a5bd | ||
|
|
88bf12e50d | ||
|
|
fab8eb9d1c | ||
|
|
bd9bf5b2a8 | ||
|
|
353946930a | ||
|
|
8f96015e0a | ||
|
|
7d4a4686d2 | ||
|
|
e9d9d42ca2 | ||
|
|
e7c15754ef | ||
|
|
0038c88d05 | ||
|
|
3390e66684 | ||
|
|
744a69eb10 | ||
|
|
bd05556e7b | ||
|
|
b82029acb9 | ||
|
|
8a36f49228 | ||
|
|
0e05cab812 | ||
|
|
ba0aff5fd3 | ||
|
|
c79db26e62 | ||
|
|
5f4597ec93 | ||
|
|
cb89562cd0 |
5 changed files with 30 additions and 14 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
*~
|
*~
|
||||||
/389-admin-1.1.11.tar.bz2
|
389-admin-1.1.12.tar.bz2
|
||||||
|
/389-admin-1.1.13.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,14 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
VERSION=1.1.11
|
VERSION=1.1.13
|
||||||
PKGNAME=389-admin
|
PKGNAME=389-admin
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
SRCNAME=${PKGNAME}-${VERSION}
|
SRCNAME=${PKGNAME}-${VERSION}
|
||||||
echo you must be in the admin server git repo to use this
|
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
|
if [ -z "$1" ] ; then
|
||||||
dir=.
|
dir=.
|
||||||
else
|
else
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
VERSION=1.1.11
|
VERSION=1.1.13
|
||||||
PKGNAME=389-admin
|
PKGNAME=389-admin
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
SRCNAME=$PKGNAME-$VERSION
|
SRCNAME=$PKGNAME-$VERSION
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
%global pkgname dirsrv
|
%global pkgname dirsrv
|
||||||
# for a pre-release, define the prerel field - comment out for official release
|
# for a pre-release, define the prerel field - comment out for official release
|
||||||
# % global prerel .rc2
|
# % global prerel .a2
|
||||||
# also need the relprefix 0. field for a pre-release - also comment out for official release
|
# also need the relprefix 0. field for a pre-release - also comment out for official release
|
||||||
# % global relprefix 0.
|
# % global relprefix 0.
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Summary: 389 Administration Server (admin)
|
Summary: 389 Administration Server (admin)
|
||||||
Name: 389-admin
|
Name: 389-admin
|
||||||
Version: 1.1.11
|
Version: 1.1.13
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 and ASL 2.0
|
License: GPLv2 and ASL 2.0
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
|
|
@ -217,30 +217,43 @@ end
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
|
* Fri Nov 12 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.1.12-1
|
||||||
|
- This is the final 1.1.12 release
|
||||||
|
- git tag 389-admin-1.1.12
|
||||||
|
|
||||||
|
* Tue Oct 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.12-0.2.a2
|
||||||
|
- fix mozldap build breakage
|
||||||
|
|
||||||
|
* 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
|
* Thu Aug 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-1
|
||||||
- This is the final 1.1.11 release
|
- This is the final 1.1.11 release
|
||||||
|
|
||||||
* Wed Aug 4 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.7.rc2
|
* Wed Aug 4 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.6.rc2
|
||||||
- 1.1.11.rc2 release
|
- 1.1.11.rc2 release
|
||||||
- git tag 389-admin-1.1.11.rc2
|
- git tag 389-admin-1.1.11.rc2
|
||||||
- Bug 594745 - Get rid of dirsrv_lib_t label
|
- Bug 594745 - Get rid of dirsrv_lib_t label
|
||||||
|
|
||||||
* Wed Jun 9 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.6.rc1
|
* Wed Jun 9 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.5.rc1
|
||||||
- 1.1.11.rc1 release
|
- 1.1.11.rc1 release
|
||||||
|
|
||||||
* Wed May 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.5.a4
|
* Wed May 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.4.a4
|
||||||
- 1.1.11.a4 release
|
- 1.1.11.a4 release
|
||||||
|
|
||||||
* Tue Apr 7 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.11-0.4.a3
|
* Tue Apr 7 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.11-0.3.a3
|
||||||
- 1.1.11.a3 release
|
- 1.1.11.a3 release
|
||||||
- Bug 570912 - dirsrv-admin SELinux module fails to install
|
- Bug 570912 - dirsrv-admin SELinux module fails to install
|
||||||
- Change parsing of start-slapd for instance name
|
- Change parsing of start-slapd for instance name
|
||||||
- Bug 574233 - Updated requirements for selinux policy
|
- Bug 574233 - Updated requirements for selinux policy
|
||||||
- Moved selinux subpackage into base package
|
- Moved selinux subpackage into base package
|
||||||
|
|
||||||
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> - 1.1.11.a2-0.3
|
|
||||||
- rebuild for icu 4.4
|
|
||||||
|
|
||||||
* Fri Feb 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11.a2-0.2
|
* Fri Feb 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11.a2-0.2
|
||||||
- the 1.1.11.a2 release
|
- the 1.1.11.a2 release
|
||||||
- Bug 460162 - FedoraDS "with-FHS" installs init.d StartupScript in wrong location
|
- Bug 460162 - FedoraDS "with-FHS" installs init.d StartupScript in wrong location
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
3301554c3cd9cb26216a43c037695559 389-admin-1.1.11.tar.bz2
|
0dd329ee4a20a86425e14e3f894e46ae 389-admin-1.1.13.tar.bz2
|
||||||
|
|
|
||||||
Reference in a new issue