From ec8599808b8c1b814abfaa3cff1e51d06d68c52173c423899d0f1dc8dbff3842 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 8 Jun 2021 06:11:22 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-logging?expand=0&rev=50 --- apache-commons-logging.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 55ae631..911e9c4 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -1,5 +1,5 @@ # -# spec file for package apache-commons-logging +# spec file # # Copyright (c) 2021 SUSE LLC # Copyright (c) 2000-2007, JPackage Project @@ -65,7 +65,7 @@ logging implementation. %patch1 -p1 %patch2 -p1 # Disable tests on arm6 -%ifarch %{arm6} +%ifarch armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb armv5tel armv5tejl armv6l armv6hl %patch3 -p1 %endif From 40450a447465705603fac1b7b2621df181923643304794fa85437f82c3a05408 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 9 Jun 2021 07:05:54 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-logging?expand=0&rev=51 --- apache-commons-logging.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 911e9c4..4ddd7d2 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -64,10 +64,7 @@ logging implementation. %patch0 -p1 %patch1 -p1 %patch2 -p1 -# Disable tests on arm6 -%ifarch armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb armv5tel armv5tejl armv6l armv6hl %patch3 -p1 -%endif sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt From 8f6494bea0c72c3ed9b0bcd5f198c551d55f4466103bc132cc5bf4f352e8972f Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 27 Jul 2021 13:59:04 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-logging?expand=0&rev=52 --- apache-commons-logging.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 4ddd7d2..fbed7c0 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -17,7 +17,6 @@ # -%{!?arm6:%global arm6 armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb armv5tel armv5tejl armv6l armv6hl} %define base_name logging %define short_name commons-%{base_name} Name: apache-%{short_name} @@ -35,11 +34,9 @@ Patch1: commons-logging-1.2-sourcetarget.patch Patch2: commons-logging-manifests.patch Patch3: no-tests.patch BuildRequires: ant -BuildRequires: ant-junit BuildRequires: glassfish-servlet-api BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local -BuildRequires: junit BuildRequires: log4j12-mini >= 1.2 Requires: java >= 1.8 Provides: jakarta-%{short_name} = %{version}-%{release} @@ -79,7 +76,6 @@ mkdir -p $MAVEN_REPO_LOCAL export CLASSPATH=$(build-classpath \ plexus/ \ - junit \ ):target/classes:target/test-classes ant \ -Dmaven.mode.offline=true -lib %{_javadir} \ From e5e3fbf92c1eb4408a7deb04ed7abde32b4b32b885e93cb730a2093ccc77fe27 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 28 Jul 2021 07:29:22 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-logging?expand=0&rev=53 --- apache-commons-logging.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apache-commons-logging.changes b/apache-commons-logging.changes index 415c4b7..e413880 100644 --- a/apache-commons-logging.changes +++ b/apache-commons-logging.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 28 07:28:43 UTC 2021 - Fridrich Strba + +- Disable tests everywhere, not only for arm6 + ------------------------------------------------------------------- Wed Mar 24 09:22:40 UTC 2021 - Fridrich Strba