Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

27 commits

Author SHA1 Message Date
Rich Megginson
4d1544d05a Merge branch 'f13' into el4
Conflicts:

	389-admin.spec
2010-10-26 13:33:21 -06:00
Rich Megginson
9a50eb29de version 1.1.12.a2 to fix mozldap build breakage 2010-10-26 12:52:30 -06:00
Rich Megginson
78005abd06 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)
2010-10-26 10:59:13 -06:00
Rich Megginson
4ac571cf69 Merge branch 'master' into el4 2010-08-26 15:47:58 -06:00
Rich Megginson
b37a20ff60 Merge branch 'master' into f13
Conflicts:

	389-admin.spec
2010-08-26 15:43:23 -06:00
Rich Megginson
59d0b3103d Merge branch 'master' into el4
Conflicts:

	.gitignore
	389-admin-git-local.sh
	389-admin-git.sh
	389-admin.spec
	sources
2010-08-04 11:34:14 -06:00
Rich Megginson
28ee6cd220 Merge branch 'master' into f13
Conflicts:

	.gitignore
	389-admin-git-local.sh
	389-admin-git.sh
	389-admin.spec
	sources
2010-08-04 11:19:01 -06:00
Fedora Release Engineering
1880d5ddeb dist-git conversion 2010-07-28 08:43:32 +00:00
Fedora Release Engineering
7b3679c797 dist-git conversion 2010-07-28 08:43:30 +00:00
Richard Allen Megginson
f1fc4bd472 this is the 1.1.11.rc1 release 2010-06-09 15:03:25 +00:00
Richard Allen Megginson
6b47516751 this is the 1.1.11.rc1 release 2010-06-09 15:03:22 +00:00
Richard Allen Megginson
257b40a5bd this is the 1.1.11.a4 release 2010-05-26 21:48:15 +00:00
Richard Allen Megginson
79b7232975 this is the 1.1.11.a4 release 2010-05-26 21:48:14 +00:00
Richard Allen Megginson
eeebc3ff09 there is no patch2 anymore 2010-04-15 18:20:03 +00:00
Richard Allen Megginson
fab8eb9d1c sources for the 1.1.11.a3 release 2010-04-15 18:15:18 +00:00
Richard Allen Megginson
a260890cb9 sources for the 1.1.11.a3 release 2010-04-15 18:15:15 +00:00
Richard Allen Megginson
ad44197a31 for the 1.2.6.a3 release 2010-04-07 23:38:40 +00:00
Nathan Kinder
353946930a Moved selinux subpackage into base package. 2010-04-07 22:44:40 +00:00
Nathan Kinder
7d4a4686d2 Updated spec files for 1.1.11.a3 release. 2010-04-06 19:12:46 +00:00
Richard Allen Megginson
e7c15754ef the 1.1.11.a2 release Bug 460162 - FedoraDS "with-FHS" installs init.d
StartupScript in wrong location Bug 460209 - Correct configure help
    message Bug 560827 - Admin Server: DistinguishName validation fails
    Make check for threaded httpd work with Apache 2.0
2010-02-27 02:08:56 +00:00
Richard Allen Megginson
d2faab9c1b the 1.1.11.a2 release Bug 460162 - FedoraDS "with-FHS" installs init.d
StartupScript in wrong location Bug 460209 - Correct configure help
    message Bug 560827 - Admin Server: DistinguishName validation fails
    Make check for threaded httpd work with Apache 2.0
2010-02-27 02:08:53 +00:00
Jesse Keating
3390e66684 Initialize branch F-13 for 389-admin 2010-02-17 00:45:25 +00:00
Richard Allen Megginson
0818119ae8 this is the 1.1.11.a1 release - this is the first release that supports
SELinux enforcement
2010-01-26 02:19:00 +00:00
Richard Allen Megginson
71c1b8c9d4 this is the 1.1.10 release 2010-01-21 00:04:27 +00:00
Richard Allen Megginson
cb466fc2ab this is the 1.1.10.a3 release - address some ICU genrb related build issues
on rawhide and other platforms
2010-01-14 22:39:03 +00:00
Richard Allen Megginson
8d893d4340 this is the 1.1.10.a2 release 2009-12-18 20:13:36 +00:00
Kevin Fenzi
14f236a30d Initialize branch EL-4 for 389-admin 2009-11-03 04:41:41 +00:00
5 changed files with 27 additions and 44 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
*~
/389-admin-1.1.11.tar.bz2
389-admin-1.1.12.a2.tar.bz2

View file

@ -1,12 +1,14 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.11
VERSION=1.1.12.a2
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

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.11
VERSION=1.1.12.a2
PKGNAME=389-admin
#SRCNAME=$PKGNAME-$VERSION-$DATE
SRCNAME=$PKGNAME-$VERSION

View file

@ -1,15 +1,13 @@
%global pkgname dirsrv
# 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
# % global relprefix 0.
%global selinux_variants mls targeted
%global relprefix 0.
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.11
Release: %{?relprefix}1%{?prerel}%{?dist}
Version: 1.1.12
Release: %{?relprefix}2%{?prerel}%{?dist}
License: GPLv2 and ASL 2.0
URL: http://port389.org/
Group: System Environment/Daemons
@ -83,18 +81,6 @@ export USE_64=1
make %{?_smp_mflags}
# Build the SELinux policy module for each variant
cd selinux-built
cp %{_datadir}/%{pkgname}-selinux/%{pkgname}.if .
cp %{_datadir}/%{pkgname}-selinux/%{pkgname}.te .
for selinuxvariant in %{selinux_variants}
do
make NAME=${selinuxvariant} -f /usr/share/selinux/devel/Makefile
mv %{pkgname}-admin.pp %{pkgname}-admin.pp.${selinuxvariant}
make NAME=${selinuxvariant} -f /usr/share/selinux/devel/Makefile clean
done
cd -
%install
rm -rf $RPM_BUILD_ROOT
@ -110,16 +96,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/modules/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/modules/*.la
# Install the SELinux policy
cd selinux-built
for selinuxvariant in %{selinux_variants}
do
install -d %{buildroot}%{_datadir}/selinux/${selinuxvariant}
install -p -m 644 %{pkgname}-admin.pp.${selinuxvariant} \
%{buildroot}%{_datadir}/selinux/${selinuxvariant}/%{pkgname}-admin.pp
done
cd -
%clean
rm -rf $RPM_BUILD_ROOT
@ -216,30 +192,35 @@ end
%{_libdir}/%{pkgname}
%{_mandir}/man8/*
%changelog
* 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
- 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
- git tag 389-admin-1.1.11.rc2
- 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
* 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
* Tue Apr 7 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.11-0.4.a3
- 1.1.11.a3 release
- Bug 570912 - dirsrv-admin SELinux module fails to install
- Change parsing of start-slapd for instance name
- Bug 574233 - Updated requirements for selinux policy
- Moved selinux subpackage into base package
* Thu Apr 15 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-0.4.a3
- There is no patch2 anymore
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> - 1.1.11.a2-0.3
- rebuild for icu 4.4
* Tue Apr 6 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.11-0.3.a3
- 1.1.11.a3 release
- Change parsing of start-slapd for instance name
- Removed selinux subpackage since EL4 has no module support
* Fri Feb 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11.a2-0.2
- the 1.1.11.a2 release

View file

@ -1 +1 @@
3301554c3cd9cb26216a43c037695559 389-admin-1.1.11.tar.bz2
a471527e3b6920e9eb42f8b445c4c235 389-admin-1.1.12.a2.tar.bz2