forked from pool/javapackages-tools
This commit is contained in:
parent
276cef97c5
commit
a8f08fa3e2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 26 16:43:02 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Don't use SUSE patches when not building on any of SUSE platforms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 25 16:27:58 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Thu Mar 25 16:27:58 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -65,7 +65,6 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
# TW: generate subpackages for every python3 flavor
|
# TW: generate subpackages for every python3 flavor
|
||||||
%define python_subpackage_only 1
|
%define python_subpackage_only 1
|
||||||
@ -78,7 +77,7 @@ BuildArch: noarch
|
|||||||
Provides: mvn(com.sun:tools) = SYSTEM
|
Provides: mvn(com.sun:tools) = SYSTEM
|
||||||
Provides: mvn(sun.jdk:jconsole) = SYSTEM
|
Provides: mvn(sun.jdk:jconsole) = SYSTEM
|
||||||
%endif
|
%endif
|
||||||
%if ! 0%{?suse_version}
|
%if ! 0%{?suse_version} || %{with python}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user