From 82c430c4fbd5bb150712703f5feb897329a74534 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:37:50 +0000 Subject: [PATCH 01/33] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ed03d47..8f7f0dd 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: 389-console -# $Id$ +# $Id: Makefile,v 1.1 2009/06/18 20:28:34 tibbs Exp $ NAME := 389-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 2c4d601a2e927fcbf9c8884322513f14c852c4f4 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Fri, 18 Dec 2009 16:48:26 +0000 Subject: [PATCH 02/33] exclude platforms that do not support openjdk --- 389-console.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 0ead59e..6dc05a1 100644 --- a/389-console.spec +++ b/389-console.spec @@ -3,7 +3,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 5%{?dist} +Release: 6%{?dist} Summary: 389 Management Console Group: Applications/System @@ -23,6 +23,9 @@ BuildRequires: idm-console-framework BuildRequires: java-devel >= 1:1.6.0 Provides: fedora-idm-console = %{version}-%{release} Obsoletes: fedora-idm-console < 1.1.3-2 +%if 0%{?rhel} < 6 +ExcludeArch: ppc +%endif %description A Java based remote management console used for managing 389 @@ -64,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/%{name} %changelog +* Fri Dec 18 2009 Rich Megginson - 1.1.3-6 +- Excluding PPC for EPEL builds as there is not openjdk there + * Wed Sep 30 2009 Rich Megginson 1.1.3-5 - bug 521523 - add the "which" package to the Requires From e632dc58f6e6a3942e41b3395c01b4e19dfe0da6 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 15 Apr 2010 17:03:13 +0000 Subject: [PATCH 03/33] this is the 1.1.4 release --- .cvsignore | 2 +- 389-console.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6b9dab1..1c35865 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-console-1.1.3.tar.bz2 +389-console-1.1.4.tar.bz2 diff --git a/389-console.spec b/389-console.spec index 6dc05a1..503377c 100644 --- a/389-console.spec +++ b/389-console.spec @@ -1,9 +1,9 @@ %define major_version 1.1 -%define minor_version 3 +%define minor_version 4 Name: 389-console Version: %{major_version}.%{minor_version} -Release: 6%{?dist} +Release: 1%{?dist} Summary: 389 Management Console Group: Applications/System @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/%{name} %changelog +* Thu Apr 15 2010 Rich Megginson - 1.1.4-1 +- 1.1.4 release + * Fri Dec 18 2009 Rich Megginson - 1.1.3-6 - Excluding PPC for EPEL builds as there is not openjdk there diff --git a/sources b/sources index 7d12a79..807cb3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65cc927851ae61d0763ea61fd92f18f9 389-console-1.1.3.tar.bz2 +eaa1b54b2fcc527c37a25e3b5d194fb4 389-console-1.1.4.tar.bz2 From 444efd81833dc5c56383ea5756ca90aa33488d75 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:44:01 +0000 Subject: [PATCH 04/33] 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 8f7f0dd..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: 389-console -# $Id: Makefile,v 1.1 2009/06/18 20:28:34 tibbs Exp $ -NAME := 389-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 ecefa78..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-console-1_1_3-2:HEAD:389-console-1.1.3-2.src.rpm:1245357596 From cd2fce93eb650aed9233616e82f469de32f36b5c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 16:52:36 -0600 Subject: [PATCH 05/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 503377c..6c407ee 100644 --- a/389-console.spec +++ b/389-console.spec @@ -3,7 +3,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Management Console Group: Applications/System @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/%{name} %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Apr 15 2010 Rich Megginson - 1.1.4-1 - 1.1.4 release From 7f961ae28793f947b7ca46c456c12c9d0822107f Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 15 Jun 2011 14:49:25 -0600 Subject: [PATCH 06/33] use jpackage_script instead of packaging our own shell script use jpackage_script instead of packaging our own shell script support "skins" package for other brands/versions --- .gitignore | 1 + 389-console.spec | 51 +++++++++++++++++++++++++++++++++--------------- sources | 2 +- 3 files changed, 37 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 1c35865..757c625 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ 389-console-1.1.4.tar.bz2 +/389-console-1.1.7.tar.bz2 diff --git a/389-console.spec b/389-console.spec index 6c407ee..402dc0e 100644 --- a/389-console.spec +++ b/389-console.spec @@ -1,9 +1,12 @@ %define major_version 1.1 -%define minor_version 4 +%define minor_version 7 + +# only have localization for en right now +%global consolelang en Name: 389-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: 389 Management Console Group: Applications/System @@ -15,17 +18,16 @@ BuildArch: noarch Source: http://port389.org/sources/%{name}-%{version}.tar.bz2 Requires: idm-console-framework Requires: java >= 1:1.6.0 -Requires: which +Requires: jpackage-utils BuildRequires: ant BuildRequires: ldapjdk BuildRequires: jss BuildRequires: idm-console-framework BuildRequires: java-devel >= 1:1.6.0 -Provides: fedora-idm-console = %{version}-%{release} -Obsoletes: fedora-idm-console < 1.1.3-2 -%if 0%{?rhel} < 6 -ExcludeArch: ppc -%endif +BuildRequires: jpackage-utils +%if 0%{?rhel} < 6 +ExcludeArch: ppc +%endif %description A Java based remote management console used for managing 389 @@ -36,7 +38,8 @@ Administration Server and 389 Directory Server. %build %{ant} \ - -Dbuilt.dir=`pwd`/built + -Dbuilt.dir=`pwd`/built \ + buildnoscript # add -Dlib.dir and -Dneed_libdir on those platforms where # jss is installed in a non-standard location @@ -46,13 +49,24 @@ Administration Server and 389 Directory Server. rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_javadir} install -m644 built/*.jar $RPM_BUILD_ROOT%{_javadir} -install -d $RPM_BUILD_ROOT%{_bindir} -install -m755 built/%{name} $RPM_BUILD_ROOT/%{_bindir} +install -d $RPM_BUILD_ROOT%{_sysconfdir}/java +cat > $RPM_BUILD_ROOT%{_sysconfdir}/java/%{name}.conf < - 1.1.7-1 +- use jpackage_script instead of packaging our own shell script +- support "skins" package for other brands/versions + * Mon Feb 07 2011 Fedora Release Engineering - 1.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 807cb3b..49c37fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eaa1b54b2fcc527c37a25e3b5d194fb4 389-console-1.1.4.tar.bz2 +e2c92a908c633fffe79de8add27906c6 389-console-1.1.7.tar.bz2 From df6abcd61b6f8b38c811f30dfea479b05de5c763 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 14:09:51 -0600 Subject: [PATCH 07/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 402dc0e..9174bd1 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Management Console Group: Applications/System @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/java/%{name}.conf %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 1.1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Jun 14 2011 Rich Megginson - 1.1.7-1 - use jpackage_script instead of packaging our own shell script - support "skins" package for other brands/versions From c0e46e03c07b689ee5a2626ec89629d1db0b6be5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 07:29:28 -0500 Subject: [PATCH 08/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 9174bd1..53b5472 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: 389 Management Console Group: Applications/System @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/java/%{name}.conf %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 1.1.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jan 12 2012 Fedora Release Engineering - 1.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 9e7655942138ba4d7362b00f7441a2ec61c6321a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 08:40:02 -0600 Subject: [PATCH 09/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 53b5472..bbcd0e1 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: 389 Management Console Group: Applications/System @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/java/%{name}.conf %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1.1.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 1.1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 60c9e18a7cb703f57f06c9c5159d443cac52f3ab Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 17:22:16 -0500 Subject: [PATCH 10/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index bbcd0e1..3b87207 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: 389 Management Console Group: Applications/System @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/java/%{name}.conf %changelog +* Fri Aug 02 2013 Fedora Release Engineering - 1.1.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 1.1.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 1658d2409b1a7c600312e4cfaca8a164e86b45c9 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 28 Mar 2014 10:49:37 +0100 Subject: [PATCH 11/33] Use Requires: java-headless rebuild (#1067528) Signed-off-by: Michael Simacek Signed-off-by: Mikolaj Izdebski --- 389-console.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/389-console.spec b/389-console.spec index 3b87207..a706675 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 5%{?dist} +Release: 6%{?dist} Summary: 389 Management Console Group: Applications/System @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Source: http://port389.org/sources/%{name}-%{version}.tar.bz2 Requires: idm-console-framework -Requires: java >= 1:1.6.0 +Requires: java-headless >= 1:1.6.0 Requires: jpackage-utils BuildRequires: ant BuildRequires: ldapjdk @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/java/%{name}.conf %changelog +* Fri Mar 28 2014 Michael Simacek - 1.1.7-6 +- Use Requires: java-headless rebuild (#1067528) + * Fri Aug 02 2013 Fedora Release Engineering - 1.1.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From e6ae9adf358f8eca5314b8d436ae2165d6001fde Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 17:16:52 -0500 Subject: [PATCH 12/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index a706675..10a8074 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 6%{?dist} +Release: 7%{?dist} Summary: 389 Management Console Group: Applications/System @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/java/%{name}.conf %changelog +* Fri Jun 06 2014 Fedora Release Engineering - 1.1.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Mar 28 2014 Michael Simacek - 1.1.7-6 - Use Requires: java-headless rebuild (#1067528) From d6a16d771b6c454184dac6c04b85c90803c47573 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Fri, 29 Aug 2014 13:03:03 -0400 Subject: [PATCH 13/33] Bug 1022104 - remove versioned jars from %{_javadir} --- 389-console.spec | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/389-console.spec b/389-console.spec index 10a8074..23b616b 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 7%{?dist} +Release: 8%{?dist} Summary: 389 Management Console Group: Applications/System @@ -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: idm-console-framework Requires: java-headless >= 1:1.6.0 Requires: jpackage-utils @@ -63,25 +63,20 @@ EOF chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/java/%{name}.conf %jpackage_script com.netscape.management.client.console.Console "" "" jss4.jar:ldapjdk.jar:idm-console-base.jar:idm-console-mcc.jar:idm-console-mcc_%{consolelang}.jar:idm-console-nmclf.jar:idm-console-nmclf_%{consolelang}.jar %{name} true -# create symlinks -pushd $RPM_BUILD_ROOT%{_javadir} -ln -s %{name}-%{version}_%{consolelang}.jar %{name}-%{major_version}_%{consolelang}.jar -ln -s %{name}-%{version}_%{consolelang}.jar %{name}_%{consolelang}.jar -popd - %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE -%{_javadir}/%{name}-%{version}_%{consolelang}.jar -%{_javadir}/%{name}-%{major_version}_%{consolelang}.jar %{_javadir}/%{name}_%{consolelang}.jar %{_bindir}/%{name} %{_sysconfdir}/java/%{name}.conf %changelog +* Fri Aug 29 2014 Mark Reynolds - 1.1.7-8 +- Bug 1022104 - remove versioned jars from %{_javadir} + * Fri Jun 06 2014 Fedora Release Engineering - 1.1.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild @@ -148,5 +143,5 @@ rm -rf $RPM_BUILD_ROOT * Fri Jul 27 2007 Nathan Kinder 1.1.0-2 - Modified package name to be less generic. -* Mon Jul 26 2007 Nathan Kinder 1.1.0-1 +* Mon Jul 23 2007 Nathan Kinder 1.1.0-1 - Initial creation From 66900b98b2a4242edeb76ba4f5e6562273d40ff8 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Thu, 5 Feb 2015 10:49:55 -0800 Subject: [PATCH 14/33] 1.1.9 release - Ticket 47604 - 389-console: remove versioned jars from %{_javadir} - Ticket 97 - 389-console should provide man page --- .gitignore | 1 + 389-console.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 757c625..d320145 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ 389-console-1.1.4.tar.bz2 /389-console-1.1.7.tar.bz2 +/389-console-1.1.8.tar.bz2 diff --git a/389-console.spec b/389-console.spec index 23b616b..819aebe 100644 --- a/389-console.spec +++ b/389-console.spec @@ -1,12 +1,12 @@ %define major_version 1.1 -%define minor_version 7 +%define minor_version 9 # only have localization for en right now %global consolelang en Name: 389-console Version: %{major_version}.%{minor_version} -Release: 8%{?dist} +Release: 1%{?dist} Summary: 389 Management Console Group: Applications/System @@ -24,7 +24,6 @@ BuildRequires: ldapjdk BuildRequires: jss BuildRequires: idm-console-framework BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils %if 0%{?rhel} < 6 ExcludeArch: ppc %endif @@ -38,7 +37,7 @@ Administration Server and 389 Directory Server. %build %{ant} \ - -Dbuilt.dir=`pwd`/built \ + -Dbuilt.dir=`pwd`/built -Dman.dir=`pwd`/built%{_mandir} \ buildnoscript # add -Dlib.dir and -Dneed_libdir on those platforms where @@ -62,6 +61,8 @@ ADDITIONAL_OPTIONS=\${ADDITIONAL_OPTIONS:-"-Djava.util.prefs.systemRoot=\$HOME/. EOF chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/java/%{name}.conf %jpackage_script com.netscape.management.client.console.Console "" "" jss4.jar:ldapjdk.jar:idm-console-base.jar:idm-console-mcc.jar:idm-console-mcc_%{consolelang}.jar:idm-console-nmclf.jar:idm-console-nmclf_%{consolelang}.jar %{name} true +install -d $RPM_BUILD_ROOT%{_mandir}/man8 +install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 %clean rm -rf $RPM_BUILD_ROOT @@ -72,8 +73,14 @@ rm -rf $RPM_BUILD_ROOT %{_javadir}/%{name}_%{consolelang}.jar %{_bindir}/%{name} %{_sysconfdir}/java/%{name}.conf +%{_mandir}/man8/* %changelog +* Thu Feb 5 2015 Noriko Hosoi - 1.1.9-1 +- 1.1.9 release +- Ticket 47604 - 389-console: remove versioned jars from %{_javadir} +- Ticket 97 - 389-console should provide man page + * Fri Aug 29 2014 Mark Reynolds - 1.1.7-8 - Bug 1022104 - remove versioned jars from %{_javadir} diff --git a/sources b/sources index 49c37fc..202a5d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2c92a908c633fffe79de8add27906c6 389-console-1.1.7.tar.bz2 +25a3488edd37b2336e8a30ad5369b3fd 389-console-1.1.8.tar.bz2 From b9f05eb979f82b79ce436251c67db76677e5fa0b Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Thu, 5 Feb 2015 10:56:32 -0800 Subject: [PATCH 15/33] Additional commit for 1.1.9 From 86127f877e429b5c8093d99d7b4addf8076c0e45 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Thu, 5 Feb 2015 10:59:07 -0800 Subject: [PATCH 16/33] 1.1.9 release --- .gitignore | 1 + 389-console.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d320145..20821a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ 389-console-1.1.4.tar.bz2 /389-console-1.1.7.tar.bz2 /389-console-1.1.8.tar.bz2 +/389-console-1.1.9.tar.bz2 diff --git a/389-console.spec b/389-console.spec index 819aebe..24f1530 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Management Console Group: Applications/System @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Thu Feb 5 2015 Noriko Hosoi - 1.1.9-2 +- 1.1.9 release + * Thu Feb 5 2015 Noriko Hosoi - 1.1.9-1 - 1.1.9 release - Ticket 47604 - 389-console: remove versioned jars from %{_javadir} diff --git a/sources b/sources index 202a5d5..ea72915 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25a3488edd37b2336e8a30ad5369b3fd 389-console-1.1.8.tar.bz2 +7a838c23faf6299b3e7d0abdd1186ec2 389-console-1.1.9.tar.bz2 From 7269c0aa843c5396da656b5dd4819f222d0848b5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 22:38:19 +0000 Subject: [PATCH 17/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 24f1530..86b3285 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: 389 Management Console Group: Applications/System @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 1.1.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Thu Feb 5 2015 Noriko Hosoi - 1.1.9-2 - 1.1.9 release From cb0e367e806ff668742fab95b84c81def05d2ee7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 15:16:56 +0000 Subject: [PATCH 18/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 86b3285..6c2d2e4 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: 389 Management Console Group: Applications/System @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.1.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Jun 16 2015 Fedora Release Engineering - 1.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 64958f8c60eb796687f97af39ac9245ebd694dc9 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 12 Oct 2016 20:04:05 -0400 Subject: [PATCH 19/33] Bump version to 1.1.18-1 - Release version 1.1.17 - Release version 1.1.16 - Release version 1.1.15 - Release version 1.1.14 - Release version 1.1.13 - Release version 1.1.12 - Release version 1.1.11 - Release version 1.1.10 --- .gitignore | 1 + 389-console.spec | 22 +++++++++++++++++----- sources | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 20821a6..86d08a4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /389-console-1.1.7.tar.bz2 /389-console-1.1.8.tar.bz2 /389-console-1.1.9.tar.bz2 +/389-console-1.1.18.tar.bz2 diff --git a/389-console.spec b/389-console.spec index 6c2d2e4..81d5ac5 100644 --- a/389-console.spec +++ b/389-console.spec @@ -1,12 +1,12 @@ %define major_version 1.1 -%define minor_version 9 +%define minor_version 18 # only have localization for en right now %global consolelang en Name: 389-console Version: %{major_version}.%{minor_version} -Release: 4%{?dist} +Release: 1%{?dist} Summary: 389 Management Console Group: Applications/System @@ -17,13 +17,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: idm-console-framework -Requires: java-headless >= 1:1.6.0 +Requires: java-headless >= 1.8.0 Requires: jpackage-utils BuildRequires: ant BuildRequires: ldapjdk BuildRequires: jss BuildRequires: idm-console-framework -BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: java-devel >= 1.8.0 %if 0%{?rhel} < 6 ExcludeArch: ppc %endif @@ -37,7 +37,7 @@ Administration Server and 389 Directory Server. %build %{ant} \ - -Dbuilt.dir=`pwd`/built -Dman.dir=`pwd`/built%{_mandir} \ + -Dbuilt.dir=`pwd`/built \ buildnoscript # add -Dlib.dir and -Dneed_libdir on those platforms where @@ -55,6 +55,7 @@ for file in %{_sysconfdir}/java/*-%{name}.conf ; do . "\$file" fi done + mylang=\${mylang:-%{consolelang}} ADDITIONAL_JARS=\${ADDITIONAL_JARS:-%{name}_\$mylang.jar} ADDITIONAL_OPTIONS=\${ADDITIONAL_OPTIONS:-"-Djava.util.prefs.systemRoot=\$HOME/.%{name} -Djava.util.prefs.userRoot=\$HOME/.%{name}"} @@ -76,6 +77,17 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Wed Oct 12 2016 Mark Reynolds - 1.1.18-1 +- Bump version to 1.1.18-1 +- Release version 1.1.17 +- Release version 1.1.16 +- Release version 1.1.15 +- Release version 1.1.14 +- Release version 1.1.13 +- Release version 1.1.12 +- Release version 1.1.11 +- Release version 1.1.10 + * Wed Feb 03 2016 Fedora Release Engineering - 1.1.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index ea72915..68ed734 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a838c23faf6299b3e7d0abdd1186ec2 389-console-1.1.9.tar.bz2 +1d8ec035ad98fe750059f15a46244f82 389-console-1.1.18.tar.bz2 From 796d7ed3c713209efb0e9651c7d1c8b3a293929b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 04:56:49 +0000 Subject: [PATCH 20/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 81d5ac5..b8ca640 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Management Console Group: Applications/System @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.1.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Oct 12 2016 Mark Reynolds - 1.1.18-1 - Bump version to 1.1.18-1 - Release version 1.1.17 From 0f62acc13c93e689cebfd8b8a34efef03e6ca060 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 01:36:30 +0000 Subject: [PATCH 21/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index b8ca640..d220a2d 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: 389 Management Console Group: Applications/System @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.1.18-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.1.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 66dc73413e548bcf7a42a088943ec213c481e583 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 00:20:25 +0000 Subject: [PATCH 22/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index d220a2d..f7be2bb 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: 389 Management Console Group: Applications/System @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.1.18-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.1.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 7d3dbb318f65f4f6208cf5222a3619d9683ded54 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:04:06 +0100 Subject: [PATCH 23/33] Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- 389-console.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/389-console.spec b/389-console.spec index f7be2bb..0346623 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: 389 Management Console Group: Applications/System @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1.1.18-5 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 1.1.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -108,11 +111,11 @@ rm -rf $RPM_BUILD_ROOT * Thu Feb 5 2015 Noriko Hosoi - 1.1.9-1 - 1.1.9 release -- Ticket 47604 - 389-console: remove versioned jars from %{_javadir} +- Ticket 47604 - 389-console: remove versioned jars from %%{_javadir} - Ticket 97 - 389-console should provide man page * Fri Aug 29 2014 Mark Reynolds - 1.1.7-8 -- Bug 1022104 - remove versioned jars from %{_javadir} +- Bug 1022104 - remove versioned jars from %%{_javadir} * Fri Jun 06 2014 Fedora Release Engineering - 1.1.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 9565b3e4f8a8097a447d201839e6c00820e2567d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:00:22 +0100 Subject: [PATCH 24/33] 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-console.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 0346623..27d0e73 100644 --- a/389-console.spec +++ b/389-console.spec @@ -13,7 +13,6 @@ Group: Applications/System License: LGPLv2 URL: http://port389.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: idm-console-framework From b9dd79857820020db93dc0ffa4b659c085d23004 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:53:36 +0100 Subject: [PATCH 25/33] 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-console.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/389-console.spec b/389-console.spec index 27d0e73..63b3a62 100644 --- a/389-console.spec +++ b/389-console.spec @@ -64,9 +64,6 @@ chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/java/%{name}.conf install -d $RPM_BUILD_ROOT%{_mandir}/man8 install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc LICENSE From 853f0c9d0d1ec5f23f2a0c1f850124776e0f39f2 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 00:05:06 -0500 Subject: [PATCH 26/33] Remove needless use of %defattr --- 389-console.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 63b3a62..7676d55 100644 --- a/389-console.spec +++ b/389-console.spec @@ -65,7 +65,6 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man8 install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 %files -%defattr(-,root,root,-) %doc LICENSE %{_javadir}/%{name}_%{consolelang}.jar %{_bindir}/%{name} From 91dd0f28c6d89a37255b27a0784c1679a55c0cb9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 18:52:10 +0000 Subject: [PATCH 27/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 7676d55..f0e416d 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 5%{?dist} +Release: 6%{?dist} Summary: 389 Management Console Group: Applications/System @@ -72,6 +72,9 @@ install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 %{_mandir}/man8/* %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 1.1.18-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Igor Gnatenko - 1.1.18-5 - Escape macros in %%changelog From 5a238e1482dbe4b66def8b6a82622130c08b4873 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Thu, 18 Oct 2018 16:49:20 -0400 Subject: [PATCH 28/33] Bump version to 1.1.19-1 Add JSS's dependencies to the classpath of 389-console --- .gitignore | 1 + 389-console.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 86d08a4..69a47ba 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /389-console-1.1.8.tar.bz2 /389-console-1.1.9.tar.bz2 /389-console-1.1.18.tar.bz2 +/389-console-1.1.19.tar.bz2 diff --git a/389-console.spec b/389-console.spec index f0e416d..00d5afb 100644 --- a/389-console.spec +++ b/389-console.spec @@ -1,20 +1,20 @@ %define major_version 1.1 -%define minor_version 18 +%define minor_version 19 # only have localization for en right now %global consolelang en Name: 389-console Version: %{major_version}.%{minor_version} -Release: 6%{?dist} +Release: 1%{?dist} Summary: 389 Management Console Group: Applications/System License: LGPLv2 -URL: http://port389.org +URL: https://www.port389.org BuildArch: noarch -Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 +Source: https://releases.pagure.org/389-ds-base/%{name}-%{version}.tar.bz2 Requires: idm-console-framework Requires: java-headless >= 1.8.0 Requires: jpackage-utils @@ -72,6 +72,10 @@ install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 %{_mandir}/man8/* %changelog +* Thu Oct 18 2018 Mark Reynolds - 1.1.19-1 +- Bump version to 1.1.19-1 +- Add JSS's dependencies to the classpath of 389-console + * Thu Jul 12 2018 Fedora Release Engineering - 1.1.18-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 68ed734..204c284 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d8ec035ad98fe750059f15a46244f82 389-console-1.1.18.tar.bz2 +SHA512 (389-console-1.1.19.tar.bz2) = 8713628b1d0042acd59ff09ec487d4dccf1b3e8acf6008e7d1499e7954835744d601039ee2b6232a9d5f4022a1d56e7258fd1745dd75279b459050262599b466 From 56366b90194188bcca67ee91fb56d8bde2df680f Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Thu, 20 Dec 2018 12:11:47 -0500 Subject: [PATCH 29/33] Bump version to 1.1.19-2 Mark package as deprecated --- 389-console.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 00d5afb..17e0366 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 389 Management Console Group: Applications/System @@ -27,6 +27,8 @@ BuildRequires: java-devel >= 1.8.0 ExcludeArch: ppc %endif +Provides: deprecated() + %description A Java based remote management console used for managing 389 Administration Server and 389 Directory Server. @@ -72,6 +74,10 @@ install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 %{_mandir}/man8/* %changelog +* Thu Dec 20 2018 Mark Reynolds - 1.1.19-2 +- Bump version to 1.1.19-2 +- Mark package as deprecated + * Thu Oct 18 2018 Mark Reynolds - 1.1.19-1 - Bump version to 1.1.19-1 - Add JSS's dependencies to the classpath of 389-console From 9edc909be480eff4a4e973c7002d220a530bed62 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 30/33] Remove obsolete Group tag Signed-off-by: Igor Gnatenko --- 389-console.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 17e0366..32ea978 100644 --- a/389-console.spec +++ b/389-console.spec @@ -9,7 +9,6 @@ Version: %{major_version}.%{minor_version} Release: 2%{?dist} Summary: 389 Management Console -Group: Applications/System License: LGPLv2 URL: https://www.port389.org From a790ed318b2c76739312d0109a9285d966a1bf17 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 11:18:19 +0000 Subject: [PATCH 31/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-console.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-console.spec b/389-console.spec index 32ea978..76d8678 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: 389 Management Console License: LGPLv2 @@ -73,6 +73,9 @@ install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 %{_mandir}/man8/* %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.1.19-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Dec 20 2018 Mark Reynolds - 1.1.19-2 - Bump version to 1.1.19-2 - Mark package as deprecated From 8501db2292e3c0c53af242a36a24253de89d042f Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Mon, 25 Feb 2019 15:48:17 +0000 Subject: [PATCH 32/33] Update dependencies for jss >= 4.5.0 Signed-off-by: Alexander Scheel Signed-off-by: Mark Reynolds --- 389-console.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/389-console.spec b/389-console.spec index 76d8678..4f2fb63 100644 --- a/389-console.spec +++ b/389-console.spec @@ -6,7 +6,7 @@ Name: 389-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: 389 Management Console License: LGPLv2 @@ -34,7 +34,7 @@ Administration Server and 389 Directory Server. %prep %setup -q - + %build %{ant} \ -Dbuilt.dir=`pwd`/built \ @@ -61,7 +61,7 @@ ADDITIONAL_JARS=\${ADDITIONAL_JARS:-%{name}_\$mylang.jar} ADDITIONAL_OPTIONS=\${ADDITIONAL_OPTIONS:-"-Djava.util.prefs.systemRoot=\$HOME/.%{name} -Djava.util.prefs.userRoot=\$HOME/.%{name}"} EOF chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/java/%{name}.conf -%jpackage_script com.netscape.management.client.console.Console "" "" jss4.jar:ldapjdk.jar:idm-console-base.jar:idm-console-mcc.jar:idm-console-mcc_%{consolelang}.jar:idm-console-nmclf.jar:idm-console-nmclf_%{consolelang}.jar %{name} true +%jpackage_script com.netscape.management.client.console.Console "" "" apache-commons-codec.jar:apache-commons-lang.jar:slf4j-api.jar:jss4.jar:ldapjdk.jar:idm-console-base.jar:idm-console-mcc.jar:idm-console-mcc_%{consolelang}.jar:idm-console-nmclf.jar:idm-console-nmclf_%{consolelang}.jar %{name} true install -d $RPM_BUILD_ROOT%{_mandir}/man8 install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 @@ -73,6 +73,10 @@ install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8 %{_mandir}/man8/* %changelog +* Mon Feb 25 2019 Alexander Scheel - 1.1.19-4 +- Update classpath for jss >= 4.5.0 +- rhbz: 1634525 + * Thu Jan 31 2019 Fedora Release Engineering - 1.1.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 070ed9cf3afc889c4a166a2c946ab06ae3c5d797 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 24 Jul 2019 11:14:02 -0400 Subject: [PATCH 33/33] Retiring 389-console as its been replaced by Cockpit UI plugin --- .gitignore | 6 -- 389-console.spec | 201 ----------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 208 deletions(-) delete mode 100644 .gitignore delete mode 100644 389-console.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 69a47ba..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -389-console-1.1.4.tar.bz2 -/389-console-1.1.7.tar.bz2 -/389-console-1.1.8.tar.bz2 -/389-console-1.1.9.tar.bz2 -/389-console-1.1.18.tar.bz2 -/389-console-1.1.19.tar.bz2 diff --git a/389-console.spec b/389-console.spec deleted file mode 100644 index 4f2fb63..0000000 --- a/389-console.spec +++ /dev/null @@ -1,201 +0,0 @@ -%define major_version 1.1 -%define minor_version 19 - -# only have localization for en right now -%global consolelang en - -Name: 389-console -Version: %{major_version}.%{minor_version} -Release: 4%{?dist} -Summary: 389 Management Console - -License: LGPLv2 -URL: https://www.port389.org - -BuildArch: noarch -Source: https://releases.pagure.org/389-ds-base/%{name}-%{version}.tar.bz2 -Requires: idm-console-framework -Requires: java-headless >= 1.8.0 -Requires: jpackage-utils -BuildRequires: ant -BuildRequires: ldapjdk -BuildRequires: jss -BuildRequires: idm-console-framework -BuildRequires: java-devel >= 1.8.0 -%if 0%{?rhel} < 6 -ExcludeArch: ppc -%endif - -Provides: deprecated() - -%description -A Java based remote management console used for managing 389 -Administration Server and 389 Directory Server. - -%prep -%setup -q - -%build -%{ant} \ - -Dbuilt.dir=`pwd`/built \ - buildnoscript - -# add -Dlib.dir and -Dneed_libdir on those platforms where -# jss is installed in a non-standard location -# -Dneed_libdir=yes - -%install -rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_javadir} -install -m644 built/*.jar $RPM_BUILD_ROOT%{_javadir} -install -d $RPM_BUILD_ROOT%{_sysconfdir}/java -cat > $RPM_BUILD_ROOT%{_sysconfdir}/java/%{name}.conf < - 1.1.19-4 -- Update classpath for jss >= 4.5.0 -- rhbz: 1634525 - -* Thu Jan 31 2019 Fedora Release Engineering - 1.1.19-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Dec 20 2018 Mark Reynolds - 1.1.19-2 -- Bump version to 1.1.19-2 -- Mark package as deprecated - -* Thu Oct 18 2018 Mark Reynolds - 1.1.19-1 -- Bump version to 1.1.19-1 -- Add JSS's dependencies to the classpath of 389-console - -* Thu Jul 12 2018 Fedora Release Engineering - 1.1.18-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Igor Gnatenko - 1.1.18-5 -- Escape macros in %%changelog - -* Wed Feb 07 2018 Fedora Release Engineering - 1.1.18-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.1.18-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.1.18-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Oct 12 2016 Mark Reynolds - 1.1.18-1 -- Bump version to 1.1.18-1 -- Release version 1.1.17 -- Release version 1.1.16 -- Release version 1.1.15 -- Release version 1.1.14 -- Release version 1.1.13 -- Release version 1.1.12 -- Release version 1.1.11 -- Release version 1.1.10 - -* Wed Feb 03 2016 Fedora Release Engineering - 1.1.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jun 16 2015 Fedora Release Engineering - 1.1.9-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Feb 5 2015 Noriko Hosoi - 1.1.9-2 -- 1.1.9 release - -* Thu Feb 5 2015 Noriko Hosoi - 1.1.9-1 -- 1.1.9 release -- Ticket 47604 - 389-console: remove versioned jars from %%{_javadir} -- Ticket 97 - 389-console should provide man page - -* Fri Aug 29 2014 Mark Reynolds - 1.1.7-8 -- Bug 1022104 - remove versioned jars from %%{_javadir} - -* Fri Jun 06 2014 Fedora Release Engineering - 1.1.7-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Mar 28 2014 Michael Simacek - 1.1.7-6 -- Use Requires: java-headless rebuild (#1067528) - -* Fri Aug 02 2013 Fedora Release Engineering - 1.1.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 1.1.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 1.1.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 1.1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Jun 14 2011 Rich Megginson - 1.1.7-1 -- use jpackage_script instead of packaging our own shell script -- support "skins" package for other brands/versions - -* Mon Feb 07 2011 Fedora Release Engineering - 1.1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Apr 15 2010 Rich Megginson - 1.1.4-1 -- 1.1.4 release - -* Fri Dec 18 2009 Rich Megginson - 1.1.3-6 -- Excluding PPC for EPEL builds as there is not openjdk there - -* Wed Sep 30 2009 Rich Megginson 1.1.3-5 -- bug 521523 - add the "which" package to the Requires - -* Wed Aug 12 2009 Rich Megginson - 1.1.3-4 -- final rebuild for 1.1.3 release - -* Fri Jul 24 2009 Fedora Release Engineering - 1.1.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed May 13 2009 Rich Megginson 1.1.3-2 -- rename to 389 - -* Tue Mar 31 2009 Rich Megginson 1.1.3-1 -- the 1.1.3 release - -* Tue Apr 15 2008 Rich Megginson 1.1.1-2 -- use java > 1.5.0 for requirements - -* Thu Jan 10 2008 Rich Megginson 1.1.1-1 -- this is the fedora package review candidate -- added LICENSE file -- changed permissions on jar files and shell script - -* Wed Dec 19 2007 Rich Megginson 1.1.0-5 -- for the Fedora DS 1.1 release - -* Thu Oct 25 2007 Nathan Kinder 1.1.0-4 -- Removed noarch to ensure we find the 64-bit library. - -* Wed Aug 1 2007 Nathan Kinder 1.1.0-3 -- Separated theme package. - -* Fri Jul 27 2007 Nathan Kinder 1.1.0-2 -- Modified package name to be less generic. - -* Mon Jul 23 2007 Nathan Kinder 1.1.0-1 -- Initial creation diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..08589b0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retiring 389-console as its been replaced by Cockpit UI plugin diff --git a/sources b/sources deleted file mode 100644 index 204c284..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (389-console-1.1.19.tar.bz2) = 8713628b1d0042acd59ff09ec487d4dccf1b3e8acf6008e7d1499e7954835744d601039ee2b6232a9d5f4022a1d56e7258fd1745dd75279b459050262599b466