Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nfs-ganesha for openSUSE:Factory checked in at 2021-11-11 21:38:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nfs-ganesha (Old) and /work/SRC/openSUSE:Factory/.nfs-ganesha.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nfs-ganesha" Thu Nov 11 21:38:03 2021 rev:16 rq:930772 version:3.3+git0.39e0cf712 Changes: -------- --- /work/SRC/openSUSE:Factory/nfs-ganesha/nfs-ganesha.changes 2021-07-30 23:22:22.519623311 +0200 +++ /work/SRC/openSUSE:Factory/.nfs-ganesha.new.1890/nfs-ganesha.changes 2021-11-11 21:39:09.197008171 +0100 @@ -1,0 +2,8 @@ +Thu Nov 11 00:07:56 UTC 2021 - Michael Fritch <[email protected]> + +- Add patch to fix getopt return value on aarch64 (bsc#1192367) + * Add getopt_aarch64.patch +- Disable build of the XFS FSAL + + https://github.com/nfs-ganesha/nfs-ganesha/issues/533 + +------------------------------------------------------------------- New: ---- getopt_aarch64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfs-ganesha.spec ++++++ --- /var/tmp/diff_new_pack.mWnHPK/_old 2021-11-11 21:39:09.657008507 +0100 +++ /var/tmp/diff_new_pack.mWnHPK/_new 2021-11-11 21:39:09.657008507 +0100 @@ -52,7 +52,7 @@ %bcond_with gpfs %global use_fsal_gpfs %{on_off_switch gpfs} -%bcond_without xfs +%bcond_with xfs %global use_fsal_xfs %{on_off_switch xfs} %bcond_with lustre @@ -119,6 +119,7 @@ Source: %{name}-%{version}.tar.bz2 Patch0: fix-compilation--faulty-version-comparison.patch +Patch1: getopt_aarch64.patch %if 0%{?suse_version} %if 0%{?is_opensuse} @@ -494,6 +495,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build export LANGUAGE=en_US.UTF-8 ++++++ getopt_aarch64.patch ++++++ diff -ruN nfs-ganesha-3.3+git0.39e0cf712/tools/ganesha-rados-grace.c nfs-ganesha-3.3+git0.39e0cf712-arm/tools/ganesha-rados-grace.c --- nfs-ganesha-3.3+git0.39e0cf712/tools/ganesha-rados-grace.c 2020-06-08 14:08:32.000000000 +0000 +++ nfs-ganesha-3.3+git0.39e0cf712-arm/tools/ganesha-rados-grace.c 2021-11-10 23:59:12.967403140 +0000 @@ -108,7 +108,7 @@ char *pool = DEFAULT_RADOS_GRACE_POOL; char *oid = DEFAULT_RADOS_GRACE_OID; char *ns = NULL; - char c; + int c; const char * const *nodeids; bool do_add;
