Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2018-08-17 23:58:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.nfs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfs-utils"

Fri Aug 17 23:58:03 2018 rev:147 rq:628535 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes      2018-08-02 
14:49:45.787437050 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2018-08-17 
23:58:06.942004491 +0200
@@ -1,0 +2,11 @@
+Mon Aug  6 07:29:37 UTC 2018 - [email protected]
+
+- sysmacros.patch: include <sys/sysmacros.h> for major
+
+-------------------------------------------------------------------
+Thu Aug  2 01:31:30 UTC 2018 - [email protected]
+
+- use packageand for nfs documentation rather then always
+  installing nfs-doc as part of the documentation pattern.
+
+-------------------------------------------------------------------

New:
----
  sysmacros.patch

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

Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.lPMIRH/_old  2018-08-17 23:58:09.386011755 +0200
+++ /var/tmp/diff_new_pack.lPMIRH/_new  2018-08-17 23:58:09.386011755 +0200
@@ -55,6 +55,7 @@
 Patch2:         0002-mount-call-setgroups-before-setuid.patch
 Patch3:         0003-nfs-server-generator-handle-noauto-mounts-correctly.patch
 Patch4:         nsm-headers.patch
+Patch5:         sysmacros.patch
 
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fedfs-utils-devel
@@ -120,6 +121,7 @@
 Group:          Productivity/Networking/NFS
 Requires:       latex2html-pngicons
 Obsoletes:      nfs-utils < 1.1.0
+Supplements:    (nfs-utils and patterns-base-documentation)
 
 %description -n nfs-doc
 This package contains additional NFS documentation.
@@ -131,6 +133,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 cp %{SOURCE6} .
 

++++++ sysmacros.patch ++++++
Index: nfs-utils-2.1.1/utils/blkmapd/device-discovery.c
===================================================================
--- nfs-utils-2.1.1.orig/utils/blkmapd/device-discovery.c
+++ nfs-utils-2.1.1/utils/blkmapd/device-discovery.c
@@ -27,6 +27,7 @@
  */
 
 #include <sys/types.h>
+#include <sys/sysmacros.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/mount.h>

Reply via email to