Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08cc1363b7 | ||
|
|
064570070a | ||
|
|
b134a61203 | ||
|
|
e1592f5cf7 |
5 changed files with 33 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -17,3 +17,5 @@
|
|||
/389-admin-1.1.28.tar.bz2
|
||||
/389-admin-1.1.29.tar.bz2
|
||||
/389-admin-1.1.30.tar.bz2
|
||||
/389-admin-1.1.31.tar.bz2
|
||||
/389-admin-1.1.35.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.30
|
||||
VERSION=1.1.35
|
||||
PKGNAME=389-admin
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
SRCNAME=${PKGNAME}-${VERSION}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.30
|
||||
VERSION=1.1.35
|
||||
PKGNAME=389-admin
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
SRCNAME=$PKGNAME-$VERSION
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
Summary: 389 Administration Server (admin)
|
||||
Name: 389-admin
|
||||
Version: 1.1.30
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.1
|
||||
Version: 1.1.35
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -85,7 +85,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
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
|
@ -97,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%post -p <lua>
|
||||
-- do the usual daemon post setup stuff
|
||||
os.execute('/bin/systemctl enable %{pkgname}-admin.service >/dev/null 2>&1 || :')
|
||||
os.execute('/bin/systemctl preset %{pkgname}-admin.service >/dev/null 2>&1 || :')
|
||||
os.execute('/sbin/ldconfig')
|
||||
-- restore permissions if upgrading
|
||||
if %{pkgname}admin_adminserv then
|
||||
|
|
@ -110,11 +109,7 @@ if %{pkgname}admin_consoleconf then
|
|||
end
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ]; then
|
||||
# Package removal, not upgrade
|
||||
/bin/systemctl stop %{pkgname}-admin.service > /dev/null 2>&1 || :
|
||||
/bin/systemctl --no-reload disable %{pkgname}-admin.service >/dev/null 2>&1 || :
|
||||
fi
|
||||
%systemd_preun %{pkgname}-admin.service
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
|
@ -133,6 +128,30 @@ fi
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 20 2013 Rich Megginson <rmeggins@redhat.com> - 1.1.35-1
|
||||
- 0417dc7 add Eclipse and patch files
|
||||
- f2004ea compiler warning - ldif_read_record lineno type depends on openldap version
|
||||
- Ticket #47413 389-admin fails to build with latest httpd
|
||||
- 2a67826 add more debugging for SSL connection problems
|
||||
- Ticket #47465 problem with 389-adminutil detection in m4/adminutil.m4 in 389-admin and 389-dsgw
|
||||
- Ticket #47486 compiler warnings in adminutil, admin, dsgw
|
||||
- 14b1bf9 ignore files generated by Eclipse
|
||||
- Ticket 47467 - Improve CRL import error messages
|
||||
- Ticket 362 - Directory Console generates insufficient key strength
|
||||
- Ticket 47466 - Importing CA cert with existing name crashes security CGI
|
||||
- Ticket 47468 - Change security password validation error is out of order
|
||||
- Ticket #47334 - Avoid quoting all settings in console.conf
|
||||
- Ticket #47333 - Relabel lockfile when starting Admin Server
|
||||
- Ticket #47298 - remove-ds-admin.pl does not stop the admin server
|
||||
- Ticket #567 - Restart of Admin server from console fails on segfault
|
||||
|
||||
* Wed Jan 16 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.1.31-1
|
||||
- bump version to 1.1.31
|
||||
- Ticket #476 - 389 ds do not start on F18 due to missing modules
|
||||
- Ticket #293 - remove-ds-admin.pl does not remove everything
|
||||
- Ticket 400 - BIND operation result not checked properly in admin server
|
||||
- Ticket 401 - Console login fails with anonymous access disabled
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.30-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
2a163a73d9eb96062b27e5d94e36e80f 389-admin-1.1.30.tar.bz2
|
||||
e35a453e92648b1ca980bb0abe1904e4 389-admin-1.1.35.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue