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