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

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@dass-it.de>2015-09-18 19:31:08 +0300
committerJoerg Steffens <joerg.steffens@dass-it.de>2015-09-18 19:31:08 +0300
commita0b6cc601ff7c35e3f42d18c44fcfa358a8d0bbf (patch)
treeba0f5dd559756d35b84b49623dcbbcb65c6721af
parent828de0bf89e28f08748c16714429793e2ba71b23 (diff)
only python2
-rw-r--r--packaging/python-bareos.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/python-bareos.spec b/packaging/python-bareos.spec
index 9f7aac9..bdff87c 100644
--- a/packaging/python-bareos.spec
+++ b/packaging/python-bareos.spec
@@ -1,10 +1,10 @@
%global srcname bareos
-%if 0%{?rhel} || 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
-%bcond_without python2
-%else
+#%%if 0%%{?rhel} || 0%%{?suse_version} == 1110 || 0%%{?suse_version} == 1315
+#%%bcond_without python2
+#%%else
%bcond_with python2
-%endif
+#%%endif
%if 0%{?with_python2}
%global PYVER 2