Accepting request 513155 from home:Andreas_Schwab:glibc:rebuild

- nsm-headers.patch: add missing <stdint.h>

OBS-URL: https://build.opensuse.org/request/show/513155
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=181
This commit is contained in:
Neil Brown 2017-08-01 04:45:23 +00:00 committed by Git OBS Bridge
parent b2e355e02f
commit a3b584ade6
3 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 5 11:02:51 UTC 2017 - schwab@suse.de
- nsm-headers.patch: add missing <stdint.h>
-------------------------------------------------------------------
Tue May 2 13:51:27 CEST 2017 - kukuk@suse.de

View File

@ -48,6 +48,7 @@ Patch0: nfs-utils-1.0.7-bind-syntax.patch
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 @@ This package contains additional NFS documentation.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
cp %{SOURCE6} .

12
nsm-headers.patch Normal file
View File

@ -0,0 +1,12 @@
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>