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-17 17:44:56 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-06-22 12:44:48 +0300
commitecbc7b87732ad18cf9f8dc487d81fe8eec6d1059 (patch)
treed9525b16649b85c6ef4f1bea608a98b7e9c28db8 /python-bareos
parent9a5a309d11019df2e3d443e3bda00ad0bab36d50 (diff)
python-bareos: disable python2 on Fedora>=35
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 e126a6c13..2dfe23ba5 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} >= 36 || 0%{?rhel_version} >= 900 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
+%if 0%{?fedora} >= 35 || 0%{?rhel_version} >= 900 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
%define skip_python2 1
%endif