Require the Python interpreter directly
... instead of using the package name. Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
79f959b02c
commit
e9097d2ad0
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
Name: booth
|
Name: booth
|
||||||
Version: %{boothver}
|
Version: %{boothver}
|
||||||
Release: %{boothrel}%{?dist}.1
|
Release: %{boothrel}%{?dist}.2
|
||||||
Summary: Ticket Manager for Multi-site Clusters
|
Summary: Ticket Manager for Multi-site Clusters
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: https://github.com/%{github_owner}/%{name}
|
Url: https://github.com/%{github_owner}/%{name}
|
||||||
@ -179,7 +179,7 @@ Requires: %{name}-arbitrator = %{version}-%{release}
|
|||||||
## (and /usr/lib/ocf/resource.d/booth)
|
## (and /usr/lib/ocf/resource.d/booth)
|
||||||
Requires: %{name}-site = %{version}-%{release}
|
Requires: %{name}-site = %{version}-%{release}
|
||||||
Requires: gdb
|
Requires: gdb
|
||||||
Requires: python3
|
Requires: %{__python3}
|
||||||
Requires: python3-pexpect
|
Requires: python3-pexpect
|
||||||
# runtests.py suite (for perl and netstat)
|
# runtests.py suite (for perl and netstat)
|
||||||
Requires: perl-interpreter net-tools
|
Requires: perl-interpreter net-tools
|
||||||
@ -291,6 +291,9 @@ VERBOSE=1 make check
|
|||||||
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
|
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 2 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-6.ac1d34c.git.2
|
||||||
|
- Require the Python interpreter directly instead of using the package name
|
||||||
|
|
||||||
* Tue Jun 2 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-6.ac1d34c.git.1
|
* Tue Jun 2 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-6.ac1d34c.git.1
|
||||||
- Update to current snapshot (commit ac1d34c) to fix test suite
|
- Update to current snapshot (commit ac1d34c) to fix test suite
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user