File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
%{nil }
28
28
%endif
29
29
# Run tests on openSUSE Tumbleweed and supported openSUSE Leap versions
30
- %if 0%{?suse_version } >= 1550 || ( 0%{?is_opensuse } && 0%{?sle_version } >= 150100 )
30
+ %if 0%{?suse_version } >= 1550 || ( 0%{?is_opensuse } && 0%{?suse_version } >= 1500 )
31
31
%ifarch x86_64
32
32
%bcond_without tests
33
33
%else
37
37
%bcond_with tests
38
38
%endif
39
39
# SLE < 15 does not provide many of the dependencies for the python sub-package
40
- %if 0%{?sle_version } < 150000 && ! 0%{?is_opensuse }
40
+ %if 0%{?suse_version } < 1500 && ! 0%{?is_opensuse }
41
41
%bcond_with python_scripts
42
42
%else
43
43
%bcond_without python_scripts
44
44
%endif
45
45
# exclude additional sub packages that would pull in a lot of extra dependencies on SLE
46
- %if 0%{?sle_version } && ! 0%{?is_opensuse }
46
+ %if 0%{?suse_version } && ! 0%{?is_opensuse }
47
47
%bcond_with devel_package
48
48
%bcond_with munin_package
49
49
%else
@@ -104,7 +104,7 @@ BuildRequires: fdupes
104
104
%if 0%{?is_opensuse }
105
105
BuildRequires: openSUSE-release
106
106
%endif
107
- %if 0%{?sle_version } && ! 0%{?is_opensuse }
107
+ %if 0%{?suse_version } && ! 0%{?is_opensuse }
108
108
BuildRequires: sles-release
109
109
%endif
110
110
BuildRequires: %{build_requires }
You can’t perform that action at this time.
0 commit comments