The package rpms/ceph.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/ceph.git/commit/?id=84c3ccc84dbdeb3c....
Change: -%ifarch x86_64
Thanks.
Full change: ============
commit 84c3ccc84dbdeb3c2cb12f07ab0e583e53a09e82 Author: Kaleb S. KEITHLEY kkeithle@redhat.com Date: Tue Apr 20 08:34:14 2021 -0400
16.2.1 GA
Signed-off-by: Kaleb S. KEITHLEY kkeithle@redhat.com
diff --git a/ceph.spec b/ceph.spec index 5b81d7f..e7bb309 100644 --- a/ceph.spec +++ b/ceph.spec @@ -125,8 +125,8 @@ # main package definition ################################################################################# Name: ceph -Version: 16.2.0 -Release: 3%{?dist} +Version: 16.2.1 +Release: 1%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -154,7 +154,7 @@ Patch0009: 0009-librgw-notifications-initialize-kafka-and-amqp.patch Patch0010: 0010-os-bluestore-strip-trailing-slash-for-directory-list.patch Patch0011: 0011-src-test-rgw-amqp_mock.cc.patch Patch0012: 0012-rgw.patch -Source1: cmake-modules-BuildBoost.cmake.noautopatch +# Source1: cmake-modules-BuildBoost.cmake.noautopatch # ceph 14.0.1 does not support 32-bit architectures, bugs #1727788, #1727787 ExcludeArch: i686 armv7hl %if 0%{?suse_version} @@ -1224,9 +1224,9 @@ This package provides Ceph default alerts for Prometheus. ################################################################################# %prep %autosetup -p1 -%ifarch x86_64 -patch -p1 < %{SOURCE1} -%endif +# %%ifarch x86_64 +# patch -p1 < %{SOURCE1} +# %%endif
%build # LTO can be enabled as soon as the following GCC bug is fixed: @@ -2494,8 +2494,8 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
%changelog -* Wed Apr 14 2021 Richard W.M. Jones rjones@redhat.com - 2:16.2.0-3 -- Rebuild for updated liburing. +* Tue Apr 20 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:16.2.1-1 +- 16.2.1 GA
* Sat Apr 10 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:16.2.0-2 - 16.2.0, libamqp_mock fix (FTBFS, #1947281), rgw fix diff --git a/sources b/sources index dbd8960..3de5593 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ceph-16.2.0.tar.gz) = aeb9a91c33221c64ea24603dc88cab346bf0abdf0d41ff85c2e1cf134130737ec1fab1246be0a2fa3af8a655ae1dabb69688855f229f54438e60cb8098175b8e +SHA512 (ceph-16.2.1.tar.gz) = 42e404aa41565485dc4c08b66efb3de719adee72cfc535586992e15ab4601bfbd909ef61abf412badbbfa7ef13bf91a7c0576fbbf3f9f687bc7b465b21a8c416
commit 976474060f24909ff0c8fb4c5a9d2be63a587657 Author: Richard W.M. Jones rjones@redhat.com Date: Wed Apr 14 10:22:45 2021 +0100
Rebuild for updated liburing.
diff --git a/ceph.spec b/ceph.spec index ebd4262..5b81d7f 100644 --- a/ceph.spec +++ b/ceph.spec @@ -126,7 +126,7 @@ ################################################################################# Name: ceph Version: 16.2.0 -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -2494,6 +2494,9 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
%changelog +* Wed Apr 14 2021 Richard W.M. Jones rjones@redhat.com - 2:16.2.0-3 +- Rebuild for updated liburing. + * Sat Apr 10 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:16.2.0-2 - 16.2.0, libamqp_mock fix (FTBFS, #1947281), rgw fix
arch-excludes@lists.fedoraproject.org