From 849510e33bf1e335184c01b3be4d44bbb9295c3d Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Thu, 18 Oct 2018 16:49:20 -0400 Subject: [PATCH 1/2] 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 a9cd3eeb3e4c4e5e2edf703388beafa8b6772e79 Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Mon, 15 Oct 2018 09:09:48 -0400 Subject: [PATCH 2/2] Update dependencies for jss >= 4.5.0 Signed-off-by: Alexander Scheel --- 389-console.spec | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/389-console.spec b/389-console.spec index 00d5afb..d8bb22c 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: 4%{?dist} Summary: 389 Management Console Group: Applications/System @@ -33,7 +33,7 @@ Administration Server and 389 Directory Server. %prep %setup -q - + %build %{ant} \ -Dbuilt.dir=`pwd`/built \ @@ -60,7 +60,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 @@ -72,6 +72,17 @@ 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 + +* 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