restore i686

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-08-01 15:31:45 -04:00
parent f2eb7b6403
commit 334e4ddc87

View File

@ -210,7 +210,7 @@ Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 6.4
Release: %{?prereltag:1.}2%{?prereltag:.%{prereltag}}%{?dist}
Release: %{?prereltag:1.}3%{?prereltag:.%{prereltag}}%{?dist}
%else
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
@ -218,11 +218,6 @@ Release: 0.@PACKAGE_RELEASE@%{?dist}.9
%endif
License: GPLv2 or LGPLv3+
URL: http://docs.gluster.org/
# temporary Exclude i686 until firewalld issue is resolved
# https://bugzilla.redhat.com/show_bug.cgi?id=1734866
# https://bugzilla.redhat.com/show_bug.cgi?id=1735397
# https://bugzilla.redhat.com/show_bug.cgi?id=1733602
ExcludeArch: i686
%if ( 0%{_for_fedora_koji_builds} )
Source0: http://download.gluster.org/pub/gluster/%{name}/4.1/%{version}%{?prereltag}/%{name}-%{version}%{?prereltag}.tar.gz
Source1: glusterd.sysconfig
@ -1411,6 +1406,9 @@ exit 0
%endif
%changelog
* Thu Aug 1 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.4-3
- restore i686
* Thu Aug 1 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.4-2
- temporarily exclude i686 pending firewalld resolution