From e551479ac2759341f54c201f0b24cf050f623aaa Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 11 Feb 2015 13:48:01 -0800 Subject: [PATCH 1/5] Bumped version to 1.2.10 - Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) - Bug 1184175 - DS Console always sets nsSSL3 to "on" when a securty setting is adjusted (DS 47994) - Bug 916045 - RFE: Winsync loses connection with AD objects when they move from the console. (#47380) - Bug 1173281 - DS console - right clicking an object does not select that object (#135) - Bug 1134688 - DS Console does not correctly disable SSL (#47887) - Bug 963254 - DS instance cannot be restored from remote console (#47485) - Ticket 47886 - DS Console - mouse wheel speed very slow - Bug 758983 - DS Console should timeout when mismatched port and protocol combination is chosen (#176) - Bug 1173283 - DS Console - java exception when refreshing schema (#47883) - Bug 1173284 - Window too large for Manage password policy (#96) --- .gitignore | 2 ++ 389-ds-console.spec | 17 +++++++++++++++-- sources | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a767e5..ddf9f25 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /389-ds-console-1.2.5.tar.bz2 /389-ds-console-1.2.6.tar.bz2 /389-ds-console-1.2.7.tar.bz2 +/389-ds-console-1.2.9.tar.bz2 +/389-ds-console-1.2.10.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index 0334bf6..7b9dece 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,12 +1,12 @@ %define major_version 1.2 -%define minor_version 7 +%define minor_version 10 %define shortname 389-ds %define pkgname dirsrv Name: 389-ds-console Version: %{major_version}.%{minor_version} -Release: 4%{?dist} +Release: 1%{?dist} Summary: 389 Directory Server Management Console Group: Applications/System @@ -85,6 +85,19 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Mon Mar 9 2015 Noriko Hosoi - 1.2.10-1 +- Bumped version to 1.2.10 +- Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) +- Bug 1184175 - DS Console always sets nsSSL3 to "on" when a securty setting is adjusted (DS 47994) +- Bug 916045 - RFE: Winsync loses connection with AD objects when they move from the console. (#47380) +- Bug 1173281 - DS console - right clicking an object does not select that object (#135) +- Bug 1134688 - DS Console does not correctly disable SSL (#47887) +- Bug 963254 - DS instance cannot be restored from remote console (#47485) +- Ticket 47886 - DS Console - mouse wheel speed very slow +- Bug 758983 - DS Console should timeout when mismatched port and protocol combination is chosen (#176) +- Bug 1173283 - DS Console - java exception when refreshing schema (#47883) +- Bug 1173284 - Window too large for Manage password policy (#96) + * Fri Jun 06 2014 Fedora Release Engineering - 1.2.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index dc09ff9..2d4632c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3972f6b0e606804f00781021fb9c6154 389-ds-console-1.2.7.tar.bz2 +f1398caedbeaf1ab9d67a857ff06ae1b 389-ds-console-1.2.10.tar.bz2 From 0044db717ad3da5a93b57705c530259de32f1e07 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 10 Jun 2015 17:14:48 -0700 Subject: [PATCH 2/5] Release 1.2.12 - Ticket 48139 - drop support for legacy replication - Ticket 48130 - Add "+all" and "-TLS_RSA_WITH_AES_128_GCM_SHA256" to Console Cipher Preference for TLS --- .gitignore | 1 + 389-ds-console.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ddf9f25..f62ddc4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /389-ds-console-1.2.7.tar.bz2 /389-ds-console-1.2.9.tar.bz2 /389-ds-console-1.2.10.tar.bz2 +/389-ds-console-1.2.12.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index 7b9dece..a3092a1 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,5 +1,5 @@ %define major_version 1.2 -%define minor_version 10 +%define minor_version 12 %define shortname 389-ds %define pkgname dirsrv @@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Wed Jun 10 2015 Noriko Hosoi - 1.2.12-1 +- Release 1.2.12 +- Ticket 48139 - drop support for legacy replication +- Ticket 48130 - Add "+all" and "-TLS_RSA_WITH_AES_128_GCM_SHA256" to Console Cipher Preference for TLS + * Mon Mar 9 2015 Noriko Hosoi - 1.2.10-1 - Bumped version to 1.2.10 - Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) diff --git a/sources b/sources index 2d4632c..9178cfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1398caedbeaf1ab9d67a857ff06ae1b 389-ds-console-1.2.10.tar.bz2 +423108a3daf39f33e5de5a424c9212fb 389-ds-console-1.2.12.tar.bz2 From b575fb837e3c3fed965c96397191e76a01739cdc Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 12 Oct 2016 13:18:21 -0400 Subject: [PATCH 3/5] Bumped version to 1.2.15 - Ticket 49003 - Managed role error dialog empty - Ticket 49003 - Add the host and port to the ldapurl in the role form - Ticket 48926 - Fixed reset & save button behavior in the password/account lockout panels - Bumped version to 1.2.14 - Ticket 48926 - fix "expiresin" entry definition - Bumped version to 1.2.13 - Ticket #48933 - drop support for legacy replication - need to clean code - Ticket 48926 - Inactive "save" button in "Password policy" dialog - Ticket 47469 - Cannot enter time in Replication schedule in console - Ticket 48823 - ds-console - add IPv6 support - Ticket #48417 - ds-console: lower password history minimum to 1 --- .gitignore | 1 + 389-ds-console.spec | 28 ++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f62ddc4..9a89c58 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /389-ds-console-1.2.9.tar.bz2 /389-ds-console-1.2.10.tar.bz2 /389-ds-console-1.2.12.tar.bz2 +/389-ds-console-1.2.15.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index a3092a1..404bc41 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,5 +1,5 @@ %define major_version 1.2 -%define minor_version 12 +%define minor_version 15 %define shortname 389-ds %define pkgname dirsrv @@ -10,12 +10,12 @@ Release: 1%{?dist} Summary: 389 Directory 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 @@ -85,6 +85,26 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Wed Oct 12 2016 Mark Reynolds - 1.2.15-1 +- Bumped version to 1.2.15 +- Ticket 49003 - Managed role error dialog empty +- Ticket 49003 - Add the host and port to the ldapurl in the role form +- Ticket 48926 - Fixed reset & save button behavior in the password/account lockout panels +- Bumped version to 1.2.14 +- Ticket 48926 - fix "expiresin" entry definition +- Bumped version to 1.2.13 +- Ticket #48933 - drop support for legacy replication - need to clean code +- Ticket 48926 - Inactive "save" button in "Password policy" dialog +- Ticket 47469 - Cannot enter time in Replication schedule in console +- Ticket 48823 - ds-console - add IPv6 support +- Ticket #48417 - ds-console: lower password history minimum to 1 + +* Wed Feb 03 2016 Fedora Release Engineering - 1.2.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Jun 16 2015 Fedora Release Engineering - 1.2.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Noriko Hosoi - 1.2.12-1 - Release 1.2.12 - Ticket 48139 - drop support for legacy replication diff --git a/sources b/sources index 9178cfa..30f586c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -423108a3daf39f33e5de5a424c9212fb 389-ds-console-1.2.12.tar.bz2 +c1732bf57416ca188f6c713e6c61f13e 389-ds-console-1.2.15.tar.bz2 From b7b5fe4b07d49dcdc24f838b2b7ff31bbdd9e258 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 19 Oct 2016 07:15:41 -0400 Subject: [PATCH 4/5] Bump version to 1.2.16 - Ticket 48743 - ds-console enables obsolete SSL ciphers by default (cherry picked from commit 2bbad6a30dabe6586a27a549a0e4e5c9edc2ded0) --- .gitignore | 1 + 389-ds-console.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a89c58..966d149 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /389-ds-console-1.2.10.tar.bz2 /389-ds-console-1.2.12.tar.bz2 /389-ds-console-1.2.15.tar.bz2 +/389-ds-console-1.2.16.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index 404bc41..3e0e852 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,5 +1,5 @@ %define major_version 1.2 -%define minor_version 15 +%define minor_version 16 %define shortname 389-ds %define pkgname dirsrv @@ -85,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Wed Oct 19 2016 Mark Reynolds - 1.2.16-1 +- Bump version to 1.2.16 +- Ticket 48743 - ds-console enables obsolete SSL ciphers by default + * Wed Oct 12 2016 Mark Reynolds - 1.2.15-1 - Bumped version to 1.2.15 - Ticket 49003 - Managed role error dialog empty diff --git a/sources b/sources index 30f586c..85136b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1732bf57416ca188f6c713e6c61f13e 389-ds-console-1.2.15.tar.bz2 +e79378cd3bbfe54a9c6e01f3adf6d4ee 389-ds-console-1.2.16.tar.bz2 From e2122b1034f48f88866586febc9de7017b6dfae2 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Thu, 9 Nov 2023 11:06:21 +0100 Subject: [PATCH 5/5] Retiring 389-ds-console as its been replaced by Cockpit UI plugin --- .gitignore | 10 -- 389-ds-console.spec | 242 -------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 253 deletions(-) delete mode 100644 .gitignore delete mode 100644 389-ds-console.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 966d149..0000000 --- a/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -389-ds-console-1.2.3.tar.bz2 -/389-ds-console-1.2.4.tar.bz2 -/389-ds-console-1.2.5.tar.bz2 -/389-ds-console-1.2.6.tar.bz2 -/389-ds-console-1.2.7.tar.bz2 -/389-ds-console-1.2.9.tar.bz2 -/389-ds-console-1.2.10.tar.bz2 -/389-ds-console-1.2.12.tar.bz2 -/389-ds-console-1.2.15.tar.bz2 -/389-ds-console-1.2.16.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec deleted file mode 100644 index 3e0e852..0000000 --- a/389-ds-console.spec +++ /dev/null @@ -1,242 +0,0 @@ -%define major_version 1.2 -%define minor_version 16 - -%define shortname 389-ds -%define pkgname dirsrv - -Name: 389-ds-console -Version: %{major_version}.%{minor_version} -Release: 1%{?dist} -Summary: 389 Directory Server Management Console - -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 -BuildRequires: ant >= 1.6.2 -BuildRequires: ldapjdk -BuildRequires: idm-console-framework >= 1.1 -BuildRequires: java-devel >= 1:1.6.0 -%if 0%{?rhel} < 6 -ExcludeArch: ppc -%endif - - -%description -A Java based remote management console used for managing 389 -Directory Server. The 389 Console is required to load and -run these jar files. - -%package doc -Summary: Web docs for 389 Directory Server Management Console -Group: Documentation -Requires: %{name} = %{version}-%{release} - -%description doc -Web docs for 389 Directory 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/slapd/help -install -m644 help/en/*.html $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/manual/en/slapd -install -m644 help/en/tokens.map $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/manual/en/slapd -install -m644 help/en/help/*.html $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/manual/en/slapd/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 - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -%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 -%defattr(-,root,root,-) -%dir %{_datadir}/%{pkgname}/manual/en/slapd -%doc %{_datadir}/%{pkgname}/manual/en/slapd/tokens.map -%doc %{_datadir}/%{pkgname}/manual/en/slapd/*.html -%doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html - -%changelog -* Wed Oct 19 2016 Mark Reynolds - 1.2.16-1 -- Bump version to 1.2.16 -- Ticket 48743 - ds-console enables obsolete SSL ciphers by default - -* Wed Oct 12 2016 Mark Reynolds - 1.2.15-1 -- Bumped version to 1.2.15 -- Ticket 49003 - Managed role error dialog empty -- Ticket 49003 - Add the host and port to the ldapurl in the role form -- Ticket 48926 - Fixed reset & save button behavior in the password/account lockout panels -- Bumped version to 1.2.14 -- Ticket 48926 - fix "expiresin" entry definition -- Bumped version to 1.2.13 -- Ticket #48933 - drop support for legacy replication - need to clean code -- Ticket 48926 - Inactive "save" button in "Password policy" dialog -- Ticket 47469 - Cannot enter time in Replication schedule in console -- Ticket 48823 - ds-console - add IPv6 support -- Ticket #48417 - ds-console: lower password history minimum to 1 - -* Wed Feb 03 2016 Fedora Release Engineering - 1.2.12-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jun 16 2015 Fedora Release Engineering - 1.2.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Jun 10 2015 Noriko Hosoi - 1.2.12-1 -- Release 1.2.12 -- Ticket 48139 - drop support for legacy replication -- Ticket 48130 - Add "+all" and "-TLS_RSA_WITH_AES_128_GCM_SHA256" to Console Cipher Preference for TLS - -* Mon Mar 9 2015 Noriko Hosoi - 1.2.10-1 -- Bumped version to 1.2.10 -- Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) -- Bug 1184175 - DS Console always sets nsSSL3 to "on" when a securty setting is adjusted (DS 47994) -- Bug 916045 - RFE: Winsync loses connection with AD objects when they move from the console. (#47380) -- Bug 1173281 - DS console - right clicking an object does not select that object (#135) -- Bug 1134688 - DS Console does not correctly disable SSL (#47887) -- Bug 963254 - DS instance cannot be restored from remote console (#47485) -- Ticket 47886 - DS Console - mouse wheel speed very slow -- Bug 758983 - DS Console should timeout when mismatched port and protocol combination is chosen (#176) -- Bug 1173283 - DS Console - java exception when refreshing schema (#47883) -- Bug 1173284 - Window too large for Manage password policy (#96) - -* Fri Jun 06 2014 Fedora Release Engineering - 1.2.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Aug 02 2013 Fedora Release Engineering - 1.2.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 1.2.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Fri Sep 21 2012 Mark Reynolds 1.2.7-1 -- git tag 389-ds-console-1.2.7 -- Bug 806566 - Opening merge qualifier CoS entry using RHDS console changes the entr -- Bug 757773 - SSL Port issue in Console - -* Wed Jul 18 2012 Fedora Release Engineering - 1.2.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 1.2.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Jun 17 2011 Rich Megginson 1.2.6-1 -- git tag 389-ds-console-1.2.6 -- added skins support -- Bug 700908 - Validate matching rules when creating a new attribute -- Bug 705753 - Refresh problem in Console directory browser - -* Wed Mar 30 2011 Rich Megginson 1.2.5-1 -- the 1.2.5 release - git tag 389-ds-console-1.2.5 -- Bug 616707 - Add attribute matching rule UI to Console -- Bug 533505 - Warn about CA cert trust when enabling SSL in Console -- Bug 158262 - Windows Sync UI is inconistent -- Bug 504803 - Allow nsslapd-*-logmaxdiskspace to be set to -1 in UI -- Bug 474113 - Allow access log level to be configured from Console -- Bug 229693 - Update naming attribute when objectclass is removed -- Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc) - -* Wed Feb 23 2011 Rich Megginson 1.2.4-1 -- the 1.2.4 release - git tag 389-ds-console-1.2.4 -- Bug 450016 - RFE- Console display values in KB/MB/GB -- Bug 387981 - plain files can be chosen on the Restore Directory dialog -- Bug 661116 - 389-console Configuration tab admin permissions (nsslapd-referral ?) and folder not expending immediatly -- Bug 151705 - Need to update Console Cipher Preferences with new ciphers -- Bug 553066 - Directory Console: do not display "subtree" index type -- Bug 599732 - Root node in directory browser shows DN syntax error - -* Mon Feb 07 2011 Fedora Release Engineering - 1.2.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu May 13 2010 Rich Megginson 1.2.3-1 -- the 1.2.3 release - -* Fri Apr 30 2010 Rich Megginson 1.2.2-1 -- the 1.2.2 release - -* Thu Apr 15 2010 Rich Megginson 1.2.1-1 -- the 1.2.1 release - -* Fri Dec 18 2009 Rich Megginson - 1.2.0-6 -- Excluding PPC for EPEL builds as there is not openjdk there - -* Wed Aug 12 2009 Rich Megginson 1.2.0-5 -- final rebuild for 1.2.0 release - -* Fri Jul 24 2009 Fedora Release Engineering - 1.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Jul 14 2009 Rich Megginson 1.2.0-3 -- added doc subpackage - -* Fri May 15 2009 Rich Megginson 1.2.0-2 -- rename to 389 - -* Tue Mar 31 2009 Rich Megginson 1.2.0-1 -- this is the 1.2.0 release - -* Tue Mar 31 2009 Rich Megginson 1.1.3-1 -- this is the 1.1.3 release - -* Thu Sep 4 2008 Rich Megginson 1.1.2-2 -- fixed incorrect source - -* Thu Jul 3 2008 Rich Megginson 1.1.2-1 -- fix threading issues with create new ds instance dialog - -* Wed Apr 16 2008 Rich Megginson 1.1.1-3 -- use java-devel > 1.5.0 for build requires - -* Tue Jan 22 2008 Rich Megginson 1.1.1-2 -- resolves bug 429421 -- had incorrect source - new source has been uploaded - -* 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-5 -- This is for the Fedora DS 1.1 release - -* Mon Aug 13 2007 Nathan Kinder 1.1.0-4 -- Added online help files to package. Use pkgname for filesystem - path naming instead of shortname. - -* Wed Aug 1 2007 Nathan Kinder 1.1.0-3 -- Updated build requirement for new console framework package. -Updated install location and Admin Server dependency. Also did -some specfile cleanup. - -* Mon Jul 30 2007 Nathan Kinder 1.1.0-2 -- Updated requirements. - -* Mon Nov 14 2005 Nathan Kinder 1.1.0-1 -- Initial creation diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a4d705a --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retiring 389-ds-console as its been replaced by Cockpit UI plugin diff --git a/sources b/sources deleted file mode 100644 index 85136b3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -e79378cd3bbfe54a9c6e01f3adf6d4ee 389-ds-console-1.2.16.tar.bz2