spec: Swtich requires to python3 too
authorGuido Günther <agx@sigxcpu.org>
Fri, 30 Apr 2021 07:03:46 +0000 (09:03 +0200)
committerGuido Günther <agx@sigxcpu.org>
Fri, 30 Apr 2021 07:45:46 +0000 (09:45 +0200)
Thanks: Quanah Gibson-Mount

packaging/git-buildpackage.spec

index c0bb0c5b0c69854c641d9261131dbdbdb260e317..4ada8c5d624aac31d4e798b51d2198f8f313c278 100644 (file)
@@ -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 python3
 %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}