From a0b6cc601ff7c35e3f42d18c44fcfa358a8d0bbf Mon Sep 17 00:00:00 2001 From: Joerg Steffens Date: Fri, 18 Sep 2015 18:31:08 +0200 Subject: [PATCH] only python2 --- packaging/python-bareos.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/python-bareos.spec b/packaging/python-bareos.spec index 9f7aac95a16..bdff87c321d 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