diff --git a/samba.spec b/samba.spec index e359ae26520a9ef30bfda2c24a407003f0f78b06..7b9494c2a5a179756048beacc7bac31f737f1deb 100644 --- a/samba.spec +++ b/samba.spec @@ -44,14 +44,16 @@ %global with_winexe 0 +%ifnarch ppc64le %global with_vfs_io_uring 0 +%endif %global _systemd_extra "Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba" %global samba_depver %{version}-%{release} Name: samba Version: 4.19.3 -Release: 3 +Release: 4 Summary: A suite for Linux to interoperate with Windows License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -611,7 +613,7 @@ rm -f lib/crypto/{aes,rijndael}*.c export python_LDFLAGS="$(echo %{__global_ldflags} | sed -e 's/-Wl,-z,defs//g')" -%ifnarch riscv64 loongarch64 +%ifnarch riscv64 loongarch64 ppc64le export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" %else export LDFLAGS="%{__global_ldflags} -fuse-ld=bfd" @@ -3587,6 +3589,12 @@ fi %endif %changelog +* Thu Feb 1 2024 jiahua.yu - 4.19.3-4 +- Type:feature +- ID:NA +- SUG:NA +- DESC:init support for arch ppc64le + * Fri Jan 19 2024 xinghe - 4.19.3-3 - Type:bugfix - ID:NA