The package rpms/nfs-ganesha.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/nfs-ganesha.git/commit/?id=b85803fad....
Change: +%ifnarch ppc64
Thanks.
Full change: ============
commit b85803fad4c58368ab656fa66e24c531aa31f1a4 Author: Kaleb S. KEITHLEY kkeithle@redhat.com Date: Mon Jul 31 08:22:52 2017 -0400
nfs-ganesha 2.5.1 w/ FSAL_CEPH and FSAL_RGW on i686, armv7hl
diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 0264b78..42d70cb 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -52,14 +52,14 @@ Requires: openSUSE-release %bcond_without xfs %global use_fsal_xfs %{on_off_switch xfs}
-%ifnarch i686 armv7hl ppc64 +%ifnarch ppc64 %bcond_without ceph %else %bcond_with ceph %endif %global use_fsal_ceph %{on_off_switch ceph}
-%ifnarch i686 armv7hl ppc64 +%ifnarch ppc64 %bcond_without rgw %else %bcond_with rgw @@ -98,7 +98,7 @@ Requires: openSUSE-release
Name: nfs-ganesha Version: 2.5.1 -Release: 6%{?dev:%{dev}}%{?dist} +Release: 7%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space Group: Applications/System License: LGPLv3+ @@ -283,7 +283,7 @@ be used with NFS-Ganesha to support GPFS backend %endif
# CEPH -%ifnarch i686 armv7hl ppc64 +%ifnarch ppc64 %if %{with ceph} %package ceph Summary: The NFS-GANESHA's CephFS FSAL @@ -425,7 +425,7 @@ install -m 644 scripts/init.d/sysconfig/ganesha %{buildroot}%{_sysconfdir}/sysc install -m 644 config_samples/xfs.conf %{buildroot}%{_sysconfdir}/ganesha %endif
-%ifnarch i686 armv7hl ppc64 +%ifnarch ppc64 %if %{with ceph} install -m 644 config_samples/ceph.conf %{buildroot}%{_sysconfdir}/ganesha %endif @@ -592,7 +592,7 @@ exit 0 %endif %endif
-%ifnarch i686 armv7hl ppc64 +%ifnarch ppc64 %if %{with ceph} %files ceph %{_libdir}/ganesha/libfsalceph* @@ -663,6 +663,9 @@ exit 0 %endif
%changelog +* Mon Jul 31 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.1-7 +- nfs-ganesha 2.5.1 w/ FSAL_CEPH and FSAL_RGW on i686, armv7hl + * Wed Jul 26 2017 Fedora Release Engineering releng@fedoraproject.org - 2.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
arch-excludes@lists.fedoraproject.org