diff --git a/man-pages-openat2.h-location.patch b/man-pages-openat2.h-location.patch new file mode 100644 index 0000000..654323f --- /dev/null +++ b/man-pages-openat2.h-location.patch @@ -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 + .B #include + .B #include +-.B #include ++.B #include + .PP + .BI "int openat2(int " dirfd ", const char *" pathname , + .BI " struct open_how *" how ", size_t " size "); diff --git a/man-pages.changes b/man-pages.changes index bc3954b..998b43f 100644 --- a/man-pages.changes +++ b/man-pages.changes @@ -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 diff --git a/man-pages.spec b/man-pages.spec index c01dab1..cfe6a19 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -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