RHEL6 still needs the patches applied, even with grizzly,

resource-agents -> noarch
This commit is contained in:
Kaleb S. KEITHLEY 2013-04-18 14:26:26 -04:00
parent 3d0cab2798
commit 0d92f7745d

View File

@ -53,7 +53,7 @@ Summary: Cluster File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 3.4.0
Release: 0.1%{?prereltag:.%{prereltag}}%{?dist}
Release: 0.2%{?prereltag:.%{prereltag}}%{?dist}
%else
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
@ -265,6 +265,7 @@ This package provides the glusterfs server daemon.
%package resource-agents
Summary: OCF Resource Agents for GlusterFS
License: GPLv3+
BuildArch: noarch
# this Group handling comes from the Fedora resource-agents package
%if ( 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} )
Group: System Environment/Base
@ -543,13 +544,13 @@ storage costs.
%endif
%endif
cd swift-%{SWIFTVER}
%if "%{SWIFTVER}" == "1.7.4"
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
%patch20 -p1
%patch21 -p1
%endif
%if "%{SWIFTVER}" == "1.7.4"
%patch22 -p1
%else
#else
%patch23 -p1
%endif
%if ( 0%{_for_fedora_koji_builds} )
@ -1338,6 +1339,11 @@ fi
%endif
%changelog
* Thu Apr 18 2013 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.4.0-0.2alpha3
- prerelease 3.4.0alpha3 for oVirt/vdsm dependencies in Fedora19
- RHEL6 still needs the patches applied, even with grizzly
- resource-agents -> noarch
* Wed Apr 17 2013 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.4.0-0.1alpha3
- prerelease 3.4.0alpha3 for oVirt/vdsm dependencies in Fedora19