Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package javapackages-tools for openSUSE:Factory checked in at 2021-08-02 12:04:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/javapackages-tools (Old) and /work/SRC/openSUSE:Factory/.javapackages-tools.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "javapackages-tools" Mon Aug 2 12:04:41 2021 rev:28 rq:908796 version:5.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/javapackages-tools/javapackages-tools.changes 2021-04-01 14:16:08.527882232 +0200 +++ /work/SRC/openSUSE:Factory/.javapackages-tools.new.1899/javapackages-tools.changes 2021-08-02 12:05:04.277656015 +0200 @@ -1,0 +2,5 @@ +Tue Jul 27 13:39:39 UTC 2021 - Fridrich Strba <[email protected]> + +- Do not run tests on SLE12, since python3-test is not accessible + +------------------------------------------------------------------- Old: ---- _service ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ javapackages-tools.spec ++++++ --- /var/tmp/diff_new_pack.hdDO56/_old 2021-08-02 12:05:05.997655649 +0200 +++ /var/tmp/diff_new_pack.hdDO56/_new 2021-08-02 12:05:06.001655648 +0200 @@ -1,7 +1,7 @@ # -# spec file for package javapackages-tools +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -61,7 +61,9 @@ Obsoletes: jpackage-utils < %{version} %if %{with python} BuildRequires: %{python_module lxml} +%if 0%{?suse_version} > 1320 BuildRequires: %{python_module pytest} +%endif BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: python-rpm-macros @@ -101,7 +103,6 @@ This package contains files needed by local mode for Gradle, which allows artifact resolution using XMvn resolver. - %package -n javapackages-ivy Summary: Local mode for Apache Ivy (files) Group: Development/Languages/Java @@ -124,6 +125,7 @@ packaging in Linux distributions %else + %package -n python3-javapackages Summary: Module for handling various files for Java packaging Group: Development/Languages/Java @@ -216,6 +218,7 @@ %fdupes %{buildroot}/%{_prefix} +%if 0%{?suse_version} > 1320 %check # reference: ./check, but we don't want to check coverage and don't need old nose ( @@ -233,6 +236,7 @@ %pytest popd %endif +%endif %if !%{with python} %files -f files-tools @@ -241,6 +245,7 @@ %files -n javapackages-filesystem -f files-filesystem %else + %files -n javapackages-local -f files-local %dir %{_datadir}/java-utils
