The package rpms/fio.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/fio.git/commit/?id=eb680872c830b58fc....
Change: +%ifnarch ppc64
Thanks.
Full change: ============
commit eb680872c830b58fcf36e1bb2235585eb4c18b9f Author: Eric Sandeen sandeen@redhat.com Date: Mon Jul 31 11:38:27 2017 -0500
Exclude ceph libs on ppc64 until they're building again
diff --git a/fio.spec b/fio.spec index fc197f3..a373d2a 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 2.99 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Multithreaded IO generation tool
Group: Applications/System @@ -11,12 +11,14 @@ Source: http://brick.kernel.dk/snaps/%%7Bname%7D-%%7Bversion%7D.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libaio-devel -BuildRequires: librbd1-devel BuildRequires: zlib-devel BuildRequires: librdmacm-devel %ifarch x86_64 BuildRequires: libpmem-devel %endif +%ifnarch ppc64 +BuildRequires: librbd1-devel +%endif
%description fio is an I/O tool that will spawn a number of threads or processes doing @@ -49,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/*
%changelog +* Mon Jul 10 2017 Eric Sandeen sandeen@redhat.com 2.99-3 +- Exclude ceph-related deps on ppc64 + * Wed Jul 26 2017 Fedora Release Engineering releng@fedoraproject.org - 2.99-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
arch-excludes@lists.fedoraproject.org