aboutsummaryrefslogtreecommitdiffhomepage
path: root/packaging
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-08-19 22:51:33 +0200
committerGuido Günther <agx@sigxcpu.org>2015-08-19 22:54:57 +0200
commit50767fd155640f038bdcf321cd51c8bb011156e5 (patch)
treeec6213b6d98b6660887d9cfff73f813d2bd5ed82 /packaging
parentda78c098a51ba5a10310601e155903c6ce27b300 (diff)
spec: Only OpenSuSE seems to use python-base
so make python the default
Diffstat (limited to 'packaging')
-rw-r--r--packaging/git-buildpackage.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec
index 531e8292..02a59535 100644
--- a/packaging/git-buildpackage.spec
+++ b/packaging/git-buildpackage.spec
@@ -34,10 +34,10 @@ Source0: %{name}_%{version}.tar.gz
%define man_pkg_name man
%endif
-%if 0%{?fedora} || 0%{?centos_version} || 0%{?centos_ver} || 0%{?tizen_version:1}
-%define python_pkg_name python
-%else
+%if 0%{?suse_version}
%define python_pkg_name python-base
+%else
+%define python_pkg_name python
%endif
%if 0%{?tizen_version:1}