Remove librbd from ppc64le as it's no longer built there
This commit is contained in:
parent
8edd049bed
commit
258ff36978
9
fio.spec
9
fio.spec
@ -25,7 +25,7 @@ BuildRequires: libpmem-devel
|
||||
BuildRequires: libpmemblk-devel
|
||||
%endif
|
||||
|
||||
%ifnarch %{arm} %{ix86}
|
||||
%ifnarch %{arm} %{ix86} ppc64le
|
||||
BuildRequires: librbd1-devel
|
||||
%endif
|
||||
|
||||
@ -50,7 +50,7 @@ Recommends: %{name}-engine-dev-dax
|
||||
Recommends: %{name}-engine-pmemblk
|
||||
Recommends: %{name}-engine-libpmem
|
||||
%endif
|
||||
%ifnarch %{arm} %{ix86}
|
||||
%ifnarch %{arm} %{ix86} ppc64le
|
||||
Recommends: %{name}-engine-rados
|
||||
Recommends: %{name}-engine-rbd
|
||||
%endif
|
||||
@ -120,7 +120,7 @@ Read and write using mmap I/O to a file on a filesystem mounted with DAX
|
||||
on a persistent memory device through the PMDK libpmem library.
|
||||
%endif
|
||||
|
||||
%ifnarch %{arm} %{ix86}
|
||||
%ifnarch %{arm} %{ix86} ppc64le
|
||||
%package engine-rados
|
||||
Summary: Rados engine for %{name}.
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
@ -200,7 +200,7 @@ make install prefix=%{_prefix} mandir=%{_mandir} libdir=%{_libdir}/fio DESTDIR=$
|
||||
%{_libdir}/fio/fio-pmemblk.so
|
||||
%endif
|
||||
|
||||
%ifnarch %{arm} %{ix86}
|
||||
%ifnarch %{arm} %{ix86} ppc64le
|
||||
%files engine-rados
|
||||
%{_libdir}/fio/fio-rados.so
|
||||
|
||||
@ -216,6 +216,7 @@ make install prefix=%{_prefix} mandir=%{_mandir} libdir=%{_libdir}/fio DESTDIR=$
|
||||
%changelog
|
||||
* Wed Jan 26 2022 Eric Sandeen <sandeen@redhat.com> 3.29-1
|
||||
- New upstream version
|
||||
- Drop librbd for ppc64le as ceph no longer builds for that arch
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.28-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user