RHEL6 still needs the patches applied, even with grizzly,
resource-agents -> noarch
This commit is contained in:
parent
3d0cab2798
commit
0d92f7745d
@ -53,7 +53,7 @@ Summary: Cluster File System
|
|||||||
%if ( 0%{_for_fedora_koji_builds} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 0.1%{?prereltag:.%{prereltag}}%{?dist}
|
Release: 0.2%{?prereltag:.%{prereltag}}%{?dist}
|
||||||
%else
|
%else
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
@ -265,6 +265,7 @@ This package provides the glusterfs server daemon.
|
|||||||
%package resource-agents
|
%package resource-agents
|
||||||
Summary: OCF Resource Agents for GlusterFS
|
Summary: OCF Resource Agents for GlusterFS
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
BuildArch: noarch
|
||||||
# this Group handling comes from the Fedora resource-agents package
|
# this Group handling comes from the Fedora resource-agents package
|
||||||
%if ( 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} )
|
%if ( 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} )
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -543,13 +544,13 @@ storage costs.
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
cd swift-%{SWIFTVER}
|
cd swift-%{SWIFTVER}
|
||||||
%if "%{SWIFTVER}" == "1.7.4"
|
|
||||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{SWIFTVER}" == "1.7.4"
|
||||||
%patch22 -p1
|
%patch22 -p1
|
||||||
%else
|
#else
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%endif
|
%endif
|
||||||
%if ( 0%{_for_fedora_koji_builds} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
@ -1338,6 +1339,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- prerelease 3.4.0alpha3 for oVirt/vdsm dependencies in Fedora19
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user