From 49d9aecd49f7402f82dd6e712e692d24419ff7ec Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:37:48 +0000 Subject: [PATCH 01/42] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a6f205..d17111f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From bce8fd8eb8a2553948379230bbdd19071b9c7f73 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:49:51 +0000 Subject: [PATCH 02/42] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a6f205..d17111f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From b02ccc15dd5f96c1c5bc7d2c4ada43740b9906c2 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Fri, 18 Dec 2009 16:47:50 +0000 Subject: [PATCH 03/42] exclude platforms that do not support openjdk --- 389-admin-console.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 9062537..3898035 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?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,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Fri Dec 18 2009 Rich Megginson - 1.1.4-3 +- Excluding PPC for EPEL builds as there is not openjdk there + * Fri Jul 24 2009 Fedora Release Engineering - 1.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 29b39f0b5bf0af74864d4110d399c06a57e10b6a Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Fri, 18 Dec 2009 16:47:50 +0000 Subject: [PATCH 04/42] exclude platforms that do not support openjdk --- 389-admin-console.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 9062537..3898035 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?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,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Fri Dec 18 2009 Rich Megginson - 1.1.4-3 +- Excluding PPC for EPEL builds as there is not openjdk there + * Fri Jul 24 2009 Fedora Release Engineering - 1.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From b7f10370ee14c26d33a9075ea2b9d6f9b2a3acd6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 01:40:57 +0000 Subject: [PATCH 05/42] Initialize branch EL-6 for 389-admin-console --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 88993fa6e4c5ae0ff9d254ff37258c8468672f57 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Wed, 2 Jun 2010 15:11:52 +0000 Subject: [PATCH 06/42] the 1.1.5 release --- .cvsignore | 2 +- 389-admin-console.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8805f0c..02726e2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-admin-console-1.1.4.tar.bz2 +389-admin-console-1.1.5.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 3898035..84843f8 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,12 +1,12 @@ %define major_version 1.1 -%define minor_version 4 +%define minor_version 5 %define shortname 389-admin %define pkgname dirsrv Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Jun 2 2010 Rich Megginson - 1.1.5-1 +- the 1.1.5 release + * Fri Dec 18 2009 Rich Megginson - 1.1.4-3 - Excluding PPC for EPEL builds as there is not openjdk there diff --git a/sources b/sources index 7423bfb..66b3eb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55c661be949c27b9ff2f754abbc2607f 389-admin-console-1.1.4.tar.bz2 +14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2 From 499ade9a14e855ae3b73cf173f9538cf376485fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:43:46 +0000 Subject: [PATCH 07/42] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d17111f..0000000 --- a/Makefile +++ /dev/null @@ -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 $$d/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) diff --git a/import.log b/import.log deleted file mode 100644 index 09c8bf4..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-admin-console-1_1_4-1:HEAD:389-admin-console-1.1.4-1.src.rpm:1247850936 From 881cbce16418f63bfa754eaff6582ebfee26d100 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:43:47 +0000 Subject: [PATCH 08/42] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d17111f..0000000 --- a/Makefile +++ /dev/null @@ -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 $$d/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) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 diff --git a/import.log b/import.log deleted file mode 100644 index 09c8bf4..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-admin-console-1_1_4-1:HEAD:389-admin-console-1.1.4-1.src.rpm:1247850936 From 3be55798dc882aa1f7d1177374ef2a32cd7bf846 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 16:51:43 -0600 Subject: [PATCH 09/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 84843f8..2009b36 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Jun 2 2010 Rich Megginson - 1.1.5-1 - the 1.1.5 release From 72c7de70d0251df8495d9c5415209934e51cf838 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 23 Feb 2011 10:55:15 -0700 Subject: [PATCH 10/42] 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 --- .gitignore | 1 + 389-admin-console.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02726e2..9d13341 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ 389-admin-console-1.1.5.tar.bz2 +/389-admin-console-1.1.6.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 2009b36..3ded1d2 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 5 +%define minor_version 6 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,11 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Feb 23 2011 Rich Megginson - 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 + * Mon Feb 07 2011 Fedora Release Engineering - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 66b3eb7..2c71f13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2 +6c0d749eb120686e8eb212d5bd59bf6a 389-admin-console-1.1.6.tar.bz2 From 4f23e3c02b7a6e3915392a0d9b3546ed09d0c064 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 30 Mar 2011 08:44:16 -0600 Subject: [PATCH 11/42] 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) --- .gitignore | 1 + 389-admin-console.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9d13341..8b44c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ 389-admin-console-1.1.5.tar.bz2 /389-admin-console-1.1.6.tar.bz2 +/389-admin-console-1.1.7.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 3ded1d2..d901a1f 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 6 +%define minor_version 7 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,12 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Mar 30 2011 Rich Megginson - 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 - 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 diff --git a/sources b/sources index 2c71f13..61049ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c0d749eb120686e8eb212d5bd59bf6a 389-admin-console-1.1.6.tar.bz2 +0a140efa49c50730bfc73ba5d8d4d2cc 389-admin-console-1.1.7.tar.bz2 From bb1b9e534bbfb8b033b30da7ff9e892e1f366b17 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Wed, 2 Jun 2010 15:11:52 +0000 Subject: [PATCH 12/42] the 1.1.5 release (cherry picked from commit 88993fa6e4c5ae0ff9d254ff37258c8468672f57) --- .gitignore | 2 +- 389-admin-console.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8805f0c..02726e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -389-admin-console-1.1.4.tar.bz2 +389-admin-console-1.1.5.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 3898035..84843f8 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,12 +1,12 @@ %define major_version 1.1 -%define minor_version 4 +%define minor_version 5 %define shortname 389-admin %define pkgname dirsrv Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Jun 2 2010 Rich Megginson - 1.1.5-1 +- the 1.1.5 release + * Fri Dec 18 2009 Rich Megginson - 1.1.4-3 - Excluding PPC for EPEL builds as there is not openjdk there diff --git a/sources b/sources index 7423bfb..66b3eb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55c661be949c27b9ff2f754abbc2607f 389-admin-console-1.1.4.tar.bz2 +14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2 From b03feb643565401f37dbac5df6ed717afd0e71c7 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 23 Feb 2011 10:55:15 -0700 Subject: [PATCH 13/42] 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 205b466588301f300fce221d17a6504739b8408e) --- .gitignore | 1 + 389-admin-console.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02726e2..9d13341 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ 389-admin-console-1.1.5.tar.bz2 +/389-admin-console-1.1.6.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 84843f8..24bd7c4 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 5 +%define minor_version 6 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,11 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Feb 23 2011 Rich Megginson - 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 - 1.1.5-1 - the 1.1.5 release diff --git a/sources b/sources index 66b3eb7..2c71f13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2 +6c0d749eb120686e8eb212d5bd59bf6a 389-admin-console-1.1.6.tar.bz2 From 90dcac2f65db59457d709e90d84b6d61de86df53 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 30 Mar 2011 08:44:16 -0600 Subject: [PATCH 14/42] 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 4f23e3c02b7a6e3915392a0d9b3546ed09d0c064) (cherry picked from commit 79fa1e4f6468480ce1ecef2c6963127abadb8af3) --- .gitignore | 1 + 389-admin-console.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9d13341..8b44c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ 389-admin-console-1.1.5.tar.bz2 /389-admin-console-1.1.6.tar.bz2 +/389-admin-console-1.1.7.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 24bd7c4..1a99fc5 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 6 +%define minor_version 7 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,12 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Mar 30 2011 Rich Megginson - 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 - 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 diff --git a/sources b/sources index 2c71f13..61049ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c0d749eb120686e8eb212d5bd59bf6a 389-admin-console-1.1.6.tar.bz2 +0a140efa49c50730bfc73ba5d8d4d2cc 389-admin-console-1.1.7.tar.bz2 From 8c9da0871ad8508f9eeb34d5bab6051c25540557 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 8 Aug 2011 20:37:28 -0600 Subject: [PATCH 15/42] Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. --- .gitignore | 1 + 389-admin-console.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b44c7b..0ec8040 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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 diff --git a/389-admin-console.spec b/389-admin-console.spec index d901a1f..2ffa2cb 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,12 +1,12 @@ %define major_version 1.1 -%define minor_version 7 +%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 @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Tue Aug 9 2011 Rich Megginson - 1.1.8-1 +- Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. + * Wed Mar 30 2011 Rich Megginson - 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 diff --git a/sources b/sources index 61049ee..2f77179 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a140efa49c50730bfc73ba5d8d4d2cc 389-admin-console-1.1.7.tar.bz2 +7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2 From 29c9589916c9b08f803ec2947d73b6604e5c8589 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 8 Aug 2011 20:37:28 -0600 Subject: [PATCH 16/42] Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. (cherry picked from commit 8c9da0871ad8508f9eeb34d5bab6051c25540557) (cherry picked from commit ce46013464bf05925d42488baacf794bb6dbb770) --- .gitignore | 1 + 389-admin-console.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8b44c7b..0ec8040 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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 diff --git a/389-admin-console.spec b/389-admin-console.spec index 1a99fc5..7573fac 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 7 +%define minor_version 8 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Tue Aug 9 2011 Rich Megginson - 1.1.8-1 +- Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. + * Wed Mar 30 2011 Rich Megginson - 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 diff --git a/sources b/sources index 61049ee..2f77179 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a140efa49c50730bfc73ba5d8d4d2cc 389-admin-console-1.1.7.tar.bz2 +7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2 From 4ed43462c5ce07db61bd05aee2f8192e88b58e78 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 14 Dec 2011 13:24:26 -0700 Subject: [PATCH 17/42] Resolves: Bug 766011 - Selecting "Administration Server" in Server Group causes stack trace bump rel for java rebuild --- 389-admin-console.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 2ffa2cb..ba8f387 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Dec 14 2011 Rich Megginson - 1.1.8-2 +- Resolves: Bug 766011 - Selecting "Administration Server" in Server Group causes stack trace +- bump rel for java rebuild + * Tue Aug 9 2011 Rich Megginson - 1.1.8-1 - Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. From 56029ef83ccf103d67ee4487b0a5ba9a9b35178b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 14:09:30 -0600 Subject: [PATCH 18/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index ba8f387..9e1a5f5 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 1.1.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Dec 14 2011 Rich Megginson - 1.1.8-2 - Resolves: Bug 766011 - Selecting "Administration Server" in Server Group causes stack trace - bump rel for java rebuild From 778ed4ef6494cd5a0f2aba2807dc77ef104c62a0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 07:27:18 -0500 Subject: [PATCH 19/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 9e1a5f5..fce2098 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 1.1.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jan 12 2012 Fedora Release Engineering - 1.1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 2b98aca3a743ccce677ef44f5623cbb3e8556dd5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 08:39:29 -0600 Subject: [PATCH 20/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index fce2098..8668e5f 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1.1.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 1.1.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From fe6ae5b83a1c09ff6ee2650e9e81b26bd2549d28 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 17:21:30 -0500 Subject: [PATCH 21/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 8668e5f..d253c0c 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 5%{?dist} +Release: 6%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Fri Aug 02 2013 Fedora Release Engineering - 1.1.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 1.1.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From fe09d49bdbdb5e79b8b41284158e129344e23462 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 17:16:16 -0500 Subject: [PATCH 22/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index d253c0c..0321f54 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 6%{?dist} +Release: 7%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Fri Jun 06 2014 Fedora Release Engineering - 1.1.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Aug 02 2013 Fedora Release Engineering - 1.1.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From eb61388b3166669eba8d4a6bc1529829bb21ade1 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Fri, 3 Oct 2014 11:43:24 -0400 Subject: [PATCH 23/42] Ticket 47917 - Fix Source location to use new wiki url --- 389-admin-console.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 0321f54..4c8453f 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -15,7 +15,7 @@ URL: http://port389.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Source: http://port389.org/sources/%{name}-%{version}.tar.bz2 +Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: 389-admin BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk From b66b16e08af3f589210b318cedc05a70275d07be Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Fri, 3 Oct 2014 11:48:13 -0400 Subject: [PATCH 24/42] Ticket 47917 - Fix Source location to use new wiki url --- 389-admin-console.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 7573fac..1ca56e3 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -15,7 +15,7 @@ URL: http://port389.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Source: http://port389.org/sources/%{name}-%{version}.tar.bz2 +Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: 389-admin BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk From e378bd68e5b711800a5dd2472a4e5f6e7028c576 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 4 Feb 2015 17:30:36 -0800 Subject: [PATCH 25/42] bump version to 1.1.9 - Bug 886407 - Cannot restart SSL-admin server from console (#47477) - Bug 966958 - Improve online help for Add CRL dialog (#47467) - Bug 844764 - Directory Console generates insufficient key strength (#362) --- .gitignore | 1 + 389-admin-console.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ec8040..58a561c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /389-admin-console-1.1.6.tar.bz2 /389-admin-console-1.1.7.tar.bz2 /389-admin-console-1.1.8.tar.bz2 +/389-admin-console-1.1.9.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 4c8453f..3636fb6 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,12 +1,12 @@ %define major_version 1.1 -%define minor_version 8 +%define minor_version 9 %define shortname 389-admin %define pkgname dirsrv Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 7%{?dist} +Release: 1%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,12 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Feb 04 2015 Noriko Hosoi - 1.1.9-1 +- bump version to 1.1.9 +- Bug 886407 - Cannot restart SSL-admin server from console (#47477) +- Bug 966958 - Improve online help for Add CRL dialog (#47467) +- Bug 844764 - Directory Console generates insufficient key strength (#362) + * Fri Jun 06 2014 Fedora Release Engineering - 1.1.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 2f77179..66d887d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2 +5f2b8a660a0032665933a79a3a97794d 389-admin-console-1.1.9.tar.bz2 From e1b883bf8162d383852c3c5bba2f38ddb1b2e0b2 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 11 Feb 2015 14:33:13 -0800 Subject: [PATCH 26/42] bump version to 1.1.10 - Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) --- .gitignore | 1 + 389-admin-console.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 58a561c..5a6c631 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /389-admin-console-1.1.7.tar.bz2 /389-admin-console-1.1.8.tar.bz2 /389-admin-console-1.1.9.tar.bz2 +/389-admin-console-1.1.10.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 3636fb6..74b7725 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 9 +%define minor_version 10 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Feb 11 2015 Noriko Hosoi - 1.1.10-1 +- bump version to 1.1.10 +- Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) + * Wed Feb 04 2015 Noriko Hosoi - 1.1.9-1 - bump version to 1.1.9 - Bug 886407 - Cannot restart SSL-admin server from console (#47477) diff --git a/sources b/sources index 66d887d..b5b2a98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f2b8a660a0032665933a79a3a97794d 389-admin-console-1.1.9.tar.bz2 +d50d2ffa1cdcab9a8d6c8f9378266e3e 389-admin-console-1.1.10.tar.bz2 From 0c527667f0584fe202ac7a52036764d41e54ae79 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 22:38:01 +0000 Subject: [PATCH 27/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 74b7725..d94463d 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 1.1.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Feb 11 2015 Noriko Hosoi - 1.1.10-1 - bump version to 1.1.10 - Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) From f74997279805a291962284e0a1fe04e6694f712f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 15:16:43 +0000 Subject: [PATCH 28/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index d94463d..0a76d56 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.1.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Jun 16 2015 Fedora Release Engineering - 1.1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From c88b345db860cefe762927484b7c4718c80f7b6c Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 1 Jul 2016 14:33:17 -0700 Subject: [PATCH 29/42] Release 1.1.11 - Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. - Bug 1022104 - Remove versioned jarfiles from _javadir - Bug 1234441 - Security info from Help should be removed - Ticket 362 - Directory Console generates insufficient key strength - Ticket 47467 - Improve online help for Add CRL dialog - Ticket 47477 - Cannot restart SSL-admin server from console --- .gitignore | 1 + 389-admin-console.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0ec8040..d48747b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /389-admin-console-1.1.6.tar.bz2 /389-admin-console-1.1.7.tar.bz2 /389-admin-console-1.1.8.tar.bz2 +/389-admin-console-1.1.11.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 1ca56e3..c0fd07a 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 8 +%define minor_version 11 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,15 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Fri Jul 1 2016 Noriko Hosoi - 1.1.11-1 +- Release 1.1.11 +- Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. +- Bug 1022104 - Remove versioned jarfiles from _javadir +- Bug 1234441 - Security info from Help should be removed +- Ticket 362 - Directory Console generates insufficient key strength +- Ticket 47467 - Improve online help for Add CRL dialog +- Ticket 47477 - Cannot restart SSL-admin server from console + * Tue Aug 9 2011 Rich Megginson - 1.1.8-1 - Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. diff --git a/sources b/sources index 2f77179..5d664a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2 +8fa4bba6df8faf3839db23d9f9ebb889 389-admin-console-1.1.11.tar.bz2 From 5e0e384b46d0eede2ff7b6324b21d1a2506e6bdc Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 12 Oct 2016 13:31:17 -0400 Subject: [PATCH 30/42] bump version to 1.1.12 - Ticket 48823 - admin-console - Add IPv6 support - Ticket 48809 - Admin conosle displays the wrong log names - bump version to 1.1.11 - Bug 1234441 - Security info from Help should be removed --- .gitignore | 1 + 389-admin-console.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5a6c631..e9788ad 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /389-admin-console-1.1.8.tar.bz2 /389-admin-console-1.1.9.tar.bz2 /389-admin-console-1.1.10.tar.bz2 +/389-admin-console-1.1.12.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 0a76d56..8f0f83b 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,21 +1,21 @@ %define major_version 1.1 -%define minor_version 10 +%define minor_version 12 %define shortname 389-admin %define pkgname dirsrv Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System -License: GPLv2 -URL: http://port389.org +License: GPLv3 +URL: http://www.port389.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 +Source: http://www.port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: 389-admin BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk @@ -87,6 +87,13 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Oct 12 2016 Mark Reynolds - 1.1.12-1 +- bump version to 1.1.12 +- Ticket 48823 - admin-console - Add IPv6 support +- Ticket 48809 - Admin conosle displays the wrong log names +- bump version to 1.1.11 +- Bug 1234441 - Security info from Help should be removed + * Wed Feb 03 2016 Fedora Release Engineering - 1.1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index b5b2a98..6b34b7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d50d2ffa1cdcab9a8d6c8f9378266e3e 389-admin-console-1.1.10.tar.bz2 +0043e11613d32b6f728c5fa21792ab7f 389-admin-console-1.1.12.tar.bz2 From 751c96d4c738ebe48b9d750b46f807fa4d231658 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 04:56:35 +0000 Subject: [PATCH 31/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 8f0f83b..2b5f060 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.1.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Oct 12 2016 Mark Reynolds - 1.1.12-1 - bump version to 1.1.12 - Ticket 48823 - admin-console - Add IPv6 support From ba520d01c22bb28ba51695035bc2319ce55b0432 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 01:36:17 +0000 Subject: [PATCH 32/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 2b5f060..b74789b 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.1.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 143445552842e96793f69b109b6bd34eb1b17d1a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 00:20:01 +0000 Subject: [PATCH 33/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index b74789b..4bb750b 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.1.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.1.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From c9217591687ca03ef8a6d2efa401fd58a775aa44 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:00:22 +0100 Subject: [PATCH 34/42] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- 389-admin-console.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 4bb750b..2036cd4 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -13,7 +13,6 @@ Group: Applications/System License: GPLv3 URL: http://www.port389.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Source: http://www.port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: 389-admin From 7da255f44cee394ce6ed2aba5a603696ea820fd9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:53:36 +0100 Subject: [PATCH 35/42] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- 389-admin-console.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 2036cd4..a0729d6 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -65,9 +65,6 @@ ln -s %{shortname}-%{version}_en.jar %{shortname}-%{major_version}_en.jar ln -s %{shortname}-%{version}_en.jar %{shortname}_en.jar popd -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc LICENSE From 87e657e070fa1e5d0ae1025b92821567c5a9f44d Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 00:04:58 -0500 Subject: [PATCH 36/42] Remove needless use of %defattr --- 389-admin-console.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index a0729d6..51b51eb 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -66,7 +66,6 @@ ln -s %{shortname}-%{version}_en.jar %{shortname}_en.jar popd %files -%defattr(-,root,root,-) %doc LICENSE %{_datadir}/%{pkgname}/html/java/%{shortname}-%{version}.jar %{_datadir}/%{pkgname}/html/java/%{shortname}-%{major_version}.jar @@ -76,7 +75,6 @@ popd %{_datadir}/%{pkgname}/html/java/%{shortname}_en.jar %files doc -%defattr(-,root,root,-) %dir %{_datadir}/%{pkgname}/manual/en/admin %doc %{_datadir}/%{pkgname}/manual/en/admin/tokens.map %doc %{_datadir}/%{pkgname}/manual/en/admin/*.html From 204a3b76ceb850d924665ed4e0e5d7b022a1dc2e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 18:51:57 +0000 Subject: [PATCH 37/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 51b51eb..bf675c8 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -81,6 +81,9 @@ popd %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 1.1.12-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 1.1.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 799a499ddd4dfed9e66b83127a7a2a1ed383ffe7 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Thu, 20 Dec 2018 12:20:47 -0500 Subject: [PATCH 38/42] Bump version to 1.1.12-6 Mark package as deprecated --- 389-admin-console.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index bf675c8..5e95b8b 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,15 +6,15 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 5%{?dist} +Release: 6%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System License: GPLv3 -URL: http://www.port389.org +URL: https://www.port389.org BuildArch: noarch -Source: http://www.port389.org/binaries/%{name}-%{version}.tar.bz2 +Source: https://www.port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: 389-admin BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk @@ -26,6 +26,7 @@ Obsoletes: fedora-ds-admin-console < 1.1.4-1 ExcludeArch: ppc %endif +Provides: deprecated() %description A Java based remote management console used for Managing 389 @@ -81,6 +82,10 @@ popd %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Thu Dec 20 2018 Mark Reynolds - 1.1.12-6 +- Bump version to 1.1.12-6 +- Mark package as deprecated + * Thu Jul 12 2018 Fedora Release Engineering - 1.1.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 1bb78cc769337f181a8123d028a8dc5b6921a605 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Thu, 20 Dec 2018 12:26:24 -0500 Subject: [PATCH 39/42] Bump version to 1.1.12-7 Mark doc sub package as deprecated --- 389-admin-console.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 5e95b8b..8d1cea9 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 6%{?dist} +Release: 7%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -37,6 +37,7 @@ jar files. Summary: Web docs for 389 Admin Server Management Console Group: Documentation Requires: %{name} = %{version}-%{release} +Provides: deprecated() %description doc Web docs for 389 Admin Server Management Console @@ -82,6 +83,10 @@ popd %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Thu Dec 20 2018 Mark Reynolds - 1.1.12-7 +- Bump version to 1.1.12-7 +- Mark doc sub package as deprecated + * Thu Dec 20 2018 Mark Reynolds - 1.1.12-6 - Bump version to 1.1.12-6 - Mark package as deprecated From 3ceaf9bacb8b1e8ba80033e620951bbda7e82819 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 40/42] Remove obsolete Group tag Signed-off-by: Igor Gnatenko --- 389-admin-console.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 8d1cea9..d1cf91a 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -9,7 +9,6 @@ Version: %{major_version}.%{minor_version} Release: 7%{?dist} Summary: 389 Admin Server Management Console -Group: Applications/System License: GPLv3 URL: https://www.port389.org @@ -35,7 +34,6 @@ jar files. %package doc Summary: Web docs for 389 Admin Server Management Console -Group: Documentation Requires: %{name} = %{version}-%{release} Provides: deprecated() From 1df8259aac855478d6e0fdb3968956e9cd8db129 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 11:18:00 +0000 Subject: [PATCH 41/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-admin-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index d1cf91a..af3f1e7 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 7%{?dist} +Release: 8%{?dist} Summary: 389 Admin Server Management Console License: GPLv3 @@ -81,6 +81,9 @@ popd %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.1.12-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Dec 20 2018 Mark Reynolds - 1.1.12-7 - Bump version to 1.1.12-7 - Mark doc sub package as deprecated From 6cd116f047ada3c0e6d75a3e29e8476cfe336721 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 24 Jul 2019 11:09:47 -0400 Subject: [PATCH 42/42] Retiring 389-admin-console as its been replaced by Cockpit UI plugin --- .gitignore | 7 -- 389-admin-console.spec | 206 ----------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 214 deletions(-) delete mode 100644 .gitignore delete mode 100644 389-admin-console.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e9788ad..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -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 -/389-admin-console-1.1.9.tar.bz2 -/389-admin-console-1.1.10.tar.bz2 -/389-admin-console-1.1.12.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec deleted file mode 100644 index af3f1e7..0000000 --- a/389-admin-console.spec +++ /dev/null @@ -1,206 +0,0 @@ -%define major_version 1.1 -%define minor_version 12 - -%define shortname 389-admin -%define pkgname dirsrv - -Name: 389-admin-console -Version: %{major_version}.%{minor_version} -Release: 8%{?dist} -Summary: 389 Admin Server Management Console - -License: GPLv3 -URL: https://www.port389.org - -BuildArch: noarch -Source: https://www.port389.org/binaries/%{name}-%{version}.tar.bz2 -Requires: 389-admin -BuildRequires: ant >= 1.6.2 -BuildRequires: ldapjdk -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 - -Provides: deprecated() - -%description -A Java based remote management console used for Managing 389 -Admin Server. Requires the 389 Console to load and run the -jar files. - -%package doc -Summary: Web docs for 389 Admin Server Management Console -Requires: %{name} = %{version}-%{release} -Provides: deprecated() - -%description doc -Web docs for 389 Admin Server Management Console - -%prep -%setup -q - -%build -%{ant} \ - -Dconsole.location=%{_javadir} \ - -Dbuilt.dir=`pwd`/built - -%install -rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/html/java -install -m644 built/package/%{shortname}* $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/html/java -install -d $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/manual/en/admin/help -install -m644 help/en/*.html $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/manual/en/admin -install -m644 help/en/tokens.map $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/manual/en/admin -install -m644 help/en/help/*.html $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/manual/en/admin/help - -# create symlinks -pushd $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/html/java -ln -s %{shortname}-%{version}.jar %{shortname}-%{major_version}.jar -ln -s %{shortname}-%{version}.jar %{shortname}.jar -ln -s %{shortname}-%{version}_en.jar %{shortname}-%{major_version}_en.jar -ln -s %{shortname}-%{version}_en.jar %{shortname}_en.jar -popd - -%files -%doc LICENSE -%{_datadir}/%{pkgname}/html/java/%{shortname}-%{version}.jar -%{_datadir}/%{pkgname}/html/java/%{shortname}-%{major_version}.jar -%{_datadir}/%{pkgname}/html/java/%{shortname}.jar -%{_datadir}/%{pkgname}/html/java/%{shortname}-%{version}_en.jar -%{_datadir}/%{pkgname}/html/java/%{shortname}-%{major_version}_en.jar -%{_datadir}/%{pkgname}/html/java/%{shortname}_en.jar - -%files doc -%dir %{_datadir}/%{pkgname}/manual/en/admin -%doc %{_datadir}/%{pkgname}/manual/en/admin/tokens.map -%doc %{_datadir}/%{pkgname}/manual/en/admin/*.html -%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html - -%changelog -* Thu Jan 31 2019 Fedora Release Engineering - 1.1.12-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Dec 20 2018 Mark Reynolds - 1.1.12-7 -- Bump version to 1.1.12-7 -- Mark doc sub package as deprecated - -* Thu Dec 20 2018 Mark Reynolds - 1.1.12-6 -- Bump version to 1.1.12-6 -- Mark package as deprecated - -* Thu Jul 12 2018 Fedora Release Engineering - 1.1.12-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 1.1.12-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.1.12-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.1.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Oct 12 2016 Mark Reynolds - 1.1.12-1 -- bump version to 1.1.12 -- Ticket 48823 - admin-console - Add IPv6 support -- Ticket 48809 - Admin conosle displays the wrong log names -- bump version to 1.1.11 -- Bug 1234441 - Security info from Help should be removed - -* Wed Feb 03 2016 Fedora Release Engineering - 1.1.10-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jun 16 2015 Fedora Release Engineering - 1.1.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 11 2015 Noriko Hosoi - 1.1.10-1 -- bump version to 1.1.10 -- Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) - -* Wed Feb 04 2015 Noriko Hosoi - 1.1.9-1 -- bump version to 1.1.9 -- Bug 886407 - Cannot restart SSL-admin server from console (#47477) -- Bug 966958 - Improve online help for Add CRL dialog (#47467) -- Bug 844764 - Directory Console generates insufficient key strength (#362) - -* Fri Jun 06 2014 Fedora Release Engineering - 1.1.8-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Aug 02 2013 Fedora Release Engineering - 1.1.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 1.1.8-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 1.1.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 1.1.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Dec 14 2011 Rich Megginson - 1.1.8-2 -- Resolves: Bug 766011 - Selecting "Administration Server" in Server Group causes stack trace -- bump rel for java rebuild - -* Tue Aug 9 2011 Rich Megginson - 1.1.8-1 -- Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. - -* Wed Mar 30 2011 Rich Megginson - 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 - 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 - -* Mon Feb 07 2011 Fedora Release Engineering - 1.1.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Jun 2 2010 Rich Megginson - 1.1.5-1 -- the 1.1.5 release - -* Fri Dec 18 2009 Rich Megginson - 1.1.4-3 -- Excluding PPC for EPEL builds as there is not openjdk there - -* Fri Jul 24 2009 Fedora Release Engineering - 1.1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Jul 14 2009 Rich Megginson 1.1.4-1 -- relicense source files under GPLv2 -- create doc sub package - -* Fri May 15 2009 Rich Megginson 1.1.3-2 -- rename to 389 - -* Tue Mar 31 2009 Rich Megginson 1.1.3-1 -- this is the 1.1.3 release - -* Thu Jul 3 2008 Rich Megginson 1.1.2-1 -- disable SSLv2 settings - -* Wed Jan 16 2008 Rich Megginson 1.1.1-2 -- rename package to fedora-ds-admin-console - -* Thu Jan 10 2008 Rich Megginson 1.1.1-1 -- changes for fedora package review -- added requires for icedtea java -- added LICENSE - -* Wed Dec 19 2007 Rich Megginson - 1.1.0-4 -- This is for the Fedora DS 1.1 release - -* Thu Oct 25 2007 Rich Megginson - 1.1.0-3 -- updated sources - use dirsrv as package name - -* Wed Aug 8 2007 Nathan Kinder 1.1.0-2 -- Added online help files into package. - -* Thu Aug 2 2007 Nathan Kinder 1.1.0-1 -- Initial creation diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..aaaca66 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retiring 389-admin-console as its been replaced by Cockpit UI plugin diff --git a/sources b/sources deleted file mode 100644 index 6b34b7f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0043e11613d32b6f728c5fa21792ab7f 389-admin-console-1.1.12.tar.bz2