projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bb712
)
spec: Swtich requires to python3 too
author
Guido Günther
<agx@sigxcpu.org>
Fri, 30 Apr 2021 07:03:46 +0000
(09:03 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Fri, 30 Apr 2021 07:45:46 +0000
(09:45 +0200)
Thanks: Quanah Gibson-Mount
packaging/git-buildpackage.spec
patch
|
blob
|
history
diff --git
a/packaging/git-buildpackage.spec
b/packaging/git-buildpackage.spec
index c0bb0c5b0c69854c641d9261131dbdbdb260e317..4ada8c5d624aac31d4e798b51d2198f8f313c278 100644
(file)
--- a/
packaging/git-buildpackage.spec
+++ b/
packaging/git-buildpackage.spec
@@
-31,13
+31,13
@@
Source0: %{name}_%{version}.tar.gz
%if 0%{?suse_version}
%define python_pkg_name python-base
%else
-%define python_pkg_name python
+%define python_pkg_name python
3
%endif
%if 0%{?tizen_version:1}
%define rpm_python_pkg_name python-rpm
%else
-%define rpm_python_pkg_name
rpm-python
+%define rpm_python_pkg_name
python3-rpm
%endif
Requires: %{name}-common = %{version}-%{release}