From b935fbcb7d1c7034132e7b87495ad8b7283e8c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= Date: Wed, 26 Jan 2022 10:30:59 +0100 Subject: [PATCH] vfs_cephfs on ppc64le is excluded till ceph is fixed on ppc64le --- samba.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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