From e9097d2ad082d36f4d6b0c35da50e978d117b104 Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Tue, 2 Jun 2020 14:35:45 +0200 Subject: [PATCH] Require the Python interpreter directly ... instead of using the package name. Signed-off-by: Jan Friesse --- booth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/booth.spec b/booth.spec index 32ffce0..a12840b 100644 --- a/booth.spec +++ b/booth.spec @@ -61,7 +61,7 @@ Name: booth Version: %{boothver} -Release: %{boothrel}%{?dist}.1 +Release: %{boothrel}%{?dist}.2 Summary: Ticket Manager for Multi-site Clusters License: GPLv2+ Url: https://github.com/%{github_owner}/%{name} @@ -179,7 +179,7 @@ Requires: %{name}-arbitrator = %{version}-%{release} ## (and /usr/lib/ocf/resource.d/booth) Requires: %{name}-site = %{version}-%{release} Requires: gdb -Requires: python3 +Requires: %{__python3} Requires: python3-pexpect # runtests.py suite (for perl and netstat) Requires: perl-interpreter net-tools @@ -291,6 +291,9 @@ VERBOSE=1 make check %{_usr}/lib/ocf/resource.d/booth/sharedrsc %changelog +* Tue Jun 2 2020 Jan Friesse - 1.0-6.ac1d34c.git.2 +- Require the Python interpreter directly instead of using the package name + * Tue Jun 2 2020 Jan Friesse - 1.0-6.ac1d34c.git.1 - Update to current snapshot (commit ac1d34c) to fix test suite