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-05-19 11:37:06 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-06-22 12:42:59 +0300
commit7297eec400e5dd91b8242949a3110b388ac81553 (patch)
treeb5974d2f436b65ccb48ba27c8f3cb5db585c49dd /python-bareos
parentd91e2850cf09382ee8d28ac6a67b56b756bdac25 (diff)
build: add EL_9 support
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 f15c07e56..a628dc0b9 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
+%if 0%{?fedora} >= 35 || 0%{?suse_version} >= 1550 || 0%{?rhel_version} >= 900
%define skip_python2 1
%endif