Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Storz <philipp.storz@bareos.com>2022-06-15 18:01:00 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-06-22 12:44:28 +0300
commitc494e328de23568c03f67fc95b2f10f7b3efed14 (patch)
tree61c8370597cc00defccf610d89b668022c4f2d41 /python-bareos
parent552a4d6e13c084886e479a790e59a4b1b068fe23 (diff)
bareos.spec,python-bareos.spec: disable python2 on Fedora>= 36
Diffstat (limited to 'python-bareos')
-rw-r--r--python-bareos/packaging/python-bareos.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-bareos/packaging/python-bareos.spec b/python-bareos/packaging/python-bareos.spec
index 050ccda4a..e126a6c13 100644
--- a/python-bareos/packaging/python-bareos.spec
+++ b/python-bareos/packaging/python-bareos.spec
@@ -29,7 +29,7 @@
%define python2_build_requires python-rpm-macros python2-rpm-macros python-devel python-setuptools
%endif
-%if 0%{?fedora} >= 35 || 0%{?suse_version} >= 1550 || 0%{?rhel_version} >= 900 || 0%{?sle_version} >= 150400
+%if 0%{?fedora} >= 36 || 0%{?rhel_version} >= 900 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
%define skip_python2 1
%endif