Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2020-07-01 18:22:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages"

Wed Jul  1 18:22:34 2020 rev:140 rq:817898 version:5.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes      2020-06-11 
14:43:48.897227456 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new.3060/man-pages.changes    
2020-07-01 18:22:36.361933603 +0200
@@ -1,0 +2,7 @@
+Tue Jun 30 14:10:19 UTC 2020 - pgaj...@suse.com
+
+- added patches
+  fix [bsc#1173382]
+  + man-pages-openat2.h-location.patch
+
+-------------------------------------------------------------------

New:
----
  man-pages-openat2.h-location.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.H8RbjS/_old  2020-07-01 18:22:36.961935454 +0200
+++ /var/tmp/diff_new_pack.H8RbjS/_new  2020-07-01 18:22:36.965935466 +0200
@@ -31,6 +31,8 @@
 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 @@
 %patch3
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 find -name "*.orig" | xargs rm -fv
 
 %build

++++++ man-pages-openat2.h-location.patch ++++++
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 ");

Reply via email to