1.1.13-2.rev9: make pacemaker pkg depend on python 2.4+
(Partly adopted from another spec) Signed-off-by: Jan Pokorný <jpokorny@redhat.com> Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
parent
effcecdf7b
commit
7b590c52ba
@ -2,7 +2,7 @@
|
||||
%global uname hacluster
|
||||
%global pcmk_docdir %{_docdir}/%{name}
|
||||
|
||||
%global specversion 2.rev8
|
||||
%global specversion 2.rev9
|
||||
%global commit 6052cd16c2f455809f8088af76ce86483bf98353
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global github_owner ClusterLabs
|
||||
@ -58,6 +58,8 @@ Source0: https://github.com/%{github_owner}/%{name}/archive/%{commit}/%{na
|
||||
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
AutoReqProv: on
|
||||
# for docker-wrapper RA (and perhaps more)
|
||||
Requires: python >= 2.4
|
||||
Requires: resource-agents
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: %{name}-cluster-libs = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user