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.

7 commits

Author SHA1 Message Date
Rich Megginson
e2df7a44ba Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently.
(cherry picked from commit 8c9da0871a)
(cherry picked from commit ce46013464)
(cherry picked from commit 29c9589916)
2011-08-08 20:39:45 -06:00
Rich Megginson
955bdb6075 the 1.1.7 release - git tag 389-admin-console-1.1.7
the 1.1.7 release - git tag 389-admin-console-1.1.7
Bug 476925 - Admin Server: Do not allow 8-bit passwords for
the admin user
Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc)
(cherry picked from commit 4f23e3c02b)
(cherry picked from commit 79fa1e4f64)
(cherry picked from commit 5f8e9ec316)
2011-03-30 08:54:38 -06:00
Rich Megginson
620e97cd1c the 1.1.6 release - git tag 389-admin-console-1.1.6
- the 1.1.6 release - git tag 389-admin-console-1.1.6
- Bug 668950 - Add posix group support to Console
- Bug 151705 - Need to update Console Cipher Preferences with new ciphers

- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
(cherry picked from commit 205b466588)
(cherry picked from commit 0a5f3020fb)
2011-02-23 18:52:35 -07:00
Fedora Release Engineering
39b84e6f46 dist-git conversion 2010-07-28 08:43:46 +00:00
Richard Allen Megginson
098052a947 the 1.1.5 release 2010-06-25 19:26:01 +00:00
Michael Stahnke
43f5df9fe5 Removing ppc as an arch because no ppc openjdk 2009-11-04 13:55:10 +00:00
Kevin Fenzi
c5f2acefe3 Initialize branch EL-5 for 389-admin-console 2009-11-03 04:42:29 +00:00
6 changed files with 31 additions and 26 deletions

View file

@ -1 +0,0 @@
389-admin-console-1.1.4.tar.bz2

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
389-admin-console-1.1.5.tar.bz2
/389-admin-console-1.1.6.tar.bz2
/389-admin-console-1.1.7.tar.bz2
/389-admin-console-1.1.8.tar.bz2

View file

@ -1,12 +1,12 @@
%define major_version 1.1
%define minor_version 4
%define minor_version 8
%define shortname 389-admin
%define pkgname dirsrv
Name: 389-admin-console
Version: %{major_version}.%{minor_version}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: 389 Admin Server Management Console
Group: Applications/System
@ -23,6 +23,10 @@ BuildRequires: idm-console-framework
BuildRequires: java-devel >= 1:1.6.0
Provides: fedora-ds-admin-console = %{version}-%{release}
Obsoletes: fedora-ds-admin-console < 1.1.4-1
%if 0%{?rhel} < 6
ExcludeArch: ppc
%endif
%description
A Java based remote management console used for Managing 389
@ -83,6 +87,26 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
%changelog
* Tue Aug 9 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.8-1
- Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently.
* Wed Mar 30 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.7-1
- the 1.1.7 release - git tag 389-admin-console-1.1.7
- Bug 476925 - Admin Server: Do not allow 8-bit passwords for
- the admin user
- Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc)
* Wed Feb 23 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.6-1
- the 1.1.6 release - git tag 389-admin-console-1.1.6
- Bug 668950 - Add posix group support to Console
- Bug 151705 - Need to update Console Cipher Preferences with new ciphers
* Wed Jun 2 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.5-1
- the 1.1.5 release
* Wed Nov 04 2009 Michael Stahnke <stahnma@fedoraproject.org> - 1.1.4-3
- ExcludeArch ppc due to no openjdk, thus no idm-console-framework
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: 389-admin-console
# $Id$
NAME := 389-admin-console
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +0,0 @@
89-admin-console-1_1_4-1:HEAD:389-admin-console-1.1.4-1.src.rpm:1247850936

View file

@ -1 +1 @@
55c661be949c27b9ff2f754abbc2607f 389-admin-console-1.1.4.tar.bz2
7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2