portblock RA (1389293)
This commit is contained in:
parent
f78d93315a
commit
efe2e85190
@ -168,7 +168,7 @@ Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.9.0
|
||||
Release: 0.1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: 0.2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Vendor: Fedora Project
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
@ -424,8 +424,10 @@ Requires: pcs, dbus
|
||||
%if ( 0%{?rhel} && 0%{?rhel} == 6 )
|
||||
Requires: cman, pacemaker, corosync
|
||||
%endif
|
||||
# we need portblock resource-agent
|
||||
Requires: %{_prefix}/lib/ocf/resource.d/portblock
|
||||
%if ( 0%{?fedora} )
|
||||
# we need portblock resource-agent in 3.9.6 and later.
|
||||
Requires: resource-agents >= 3.9.6
|
||||
%endif
|
||||
|
||||
%description ganesha
|
||||
GlusterFS is a distributed file-system capable of scaling to several
|
||||
@ -1298,6 +1300,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 27 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.9.0-0.2rc2
|
||||
- portblock RA (1389293)
|
||||
|
||||
* Wed Oct 26 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.9.0-0.1rc2
|
||||
- 3.9.0rc2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user