- added patches

fix [bsc#1173382]
  + man-pages-openat2.h-location.patch

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=211
This commit is contained in:
Petr Gajdos 2020-06-30 14:10:49 +00:00 committed by Git OBS Bridge
parent 239c76fc26
commit 271bceaf58
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Index: man-pages-5.07/man2/openat2.2
===================================================================
--- man-pages-5.07.orig/man2/openat2.2 2020-06-09 14:45:54.000000000 +0200
+++ man-pages-5.07/man2/openat2.2 2020-06-30 16:07:09.655352702 +0200
@@ -29,7 +29,7 @@ openat2 \- open and possibly create a fi
.B #include <sys/types.h>
.B #include <sys/stat.h>
.B #include <fcntl.h>
-.B #include <openat2.h>
+.B #include <linux/openat2.h>
.PP
.BI "int openat2(int " dirfd ", const char *" pathname ,
.BI " struct open_how *" how ", size_t " size ");

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 30 14:10:19 UTC 2020 - pgajdos@suse.com
- added patches
fix [bsc#1173382]
+ man-pages-openat2.h-location.patch
-------------------------------------------------------------------
Wed Jun 10 06:37:13 UTC 2020 - pgajdos@suse.com

View File

@ -31,6 +31,8 @@ Patch3: %{name}_gai.conf-reference.patch
Patch5: %{name}-tty_ioctl.patch
# [bsc#1154701]
Patch6: man-pages-tcp_fack.patch
# [bsc#1173382]
Patch7: man-pages-openat2.h-location.patch
BuildRequires: fdupes
Supplements: packageand(man:patterns-base-documentation)
BuildArch: noarch
@ -51,6 +53,7 @@ only).
%patch3
%patch5 -p1
%patch6 -p1
%patch7 -p1
find -name "*.orig" | xargs rm -fv
%build