From b935fbcb7d1c7034132e7b87495ad8b7283e8c63 Mon Sep 17 00:00:00 2001 From: Pavel Filipenský Date: Jan 26 2022 09:35:36 +0000 Subject: vfs_cephfs on ppc64le is excluded till ceph is fixed on ppc64le --- diff --git a/samba.spec b/samba.spec index dc8a9ab..c37413b 100644 --- a/samba.spec +++ b/samba.spec @@ -52,7 +52,9 @@ # Build vfs_ceph module and ctdb cepth mutex helper by default on 64bit Fedora %if 0%{?fedora} -%ifarch aarch64 ppc64le s390x x86_64 +# ppc64le excluded pending resolution of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104172 +#%%ifarch aarch64 ppc64le s390x x86_64 +%ifarch aarch64 s390x x86_64 %bcond_without vfs_cephfs %bcond_without ceph_mutex %else @@ -4129,6 +4131,9 @@ fi %endif %changelog +* Wed Jan 26 2022 Pavel Filipenský - 4.16.0rc1 +- Exclude temporarily ceph on ppc64le to fix failing build + * Tue Jan 25 2022 Pavel Filipenský - 4.16.0rc1 - Update to Samba 4.16.0rc1 - resolves: #2042518