Hello community, here is the log from the commit of package nfs-utils for openSUSE:Factory checked in at 2017-08-10 13:45:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old) and /work/SRC/openSUSE:Factory/.nfs-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nfs-utils" Thu Aug 10 13:45:52 2017 rev:142 rq:513638 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes 2017-05-10 20:33:29.934924574 +0200 +++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2017-08-10 13:46:08.439759009 +0200 @@ -1,0 +2,5 @@ +Wed Jul 5 11:02:51 UTC 2017 - [email protected] + +- nsm-headers.patch: add missing <stdint.h> + +------------------------------------------------------------------- New: ---- nsm-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfs-utils.spec ++++++ --- /var/tmp/diff_new_pack.Gp4EvF/_old 2017-08-10 13:46:12.339210044 +0200 +++ /var/tmp/diff_new_pack.Gp4EvF/_new 2017-08-10 13:46:12.355207792 +0200 @@ -48,6 +48,7 @@ Patch1: 0001-conffile-ignore-empty-environment-variables.patch Patch2: 0002-mount-call-setgroups-before-setuid.patch Patch3: 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch +Patch4: nsm-headers.patch BuildRequires: e2fsprogs-devel BuildRequires: fedfs-utils-devel @@ -123,6 +124,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 cp %{SOURCE6} . ++++++ nsm-headers.patch ++++++ Index: nfs-utils-2.1.1/support/nsm/rpc.c =================================================================== --- nfs-utils-2.1.1.orig/support/nsm/rpc.c +++ nfs-utils-2.1.1/support/nsm/rpc.c @@ -41,6 +41,7 @@ #include <time.h> #include <stdbool.h> #include <string.h> +#include <stdint.h> #include <unistd.h> #include <fcntl.h>
