Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory checked 
in at 2017-07-30 11:20:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psmisc (Old)
 and      /work/SRC/openSUSE:Factory/.psmisc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psmisc"

Sun Jul 30 11:20:40 2017 rev:64 rq:509834 version:23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/psmisc/psmisc.changes    2017-07-12 
19:30:07.854101125 +0200
+++ /work/SRC/openSUSE:Factory/.psmisc.new/psmisc.changes       2017-07-30 
11:20:41.358031801 +0200
@@ -1,0 +2,6 @@
+Thu Jul  6 13:59:36 UTC 2017 - wer...@suse.de
+
+- Update patch
+  0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch ++++++
--- /var/tmp/diff_new_pack.mVJ8yF/_old  2017-07-30 11:20:42.137921844 +0200
+++ /var/tmp/diff_new_pack.mVJ8yF/_new  2017-07-30 11:20:42.141921281 +0200
@@ -1,4 +1,4 @@
-From 5bcb9ee808fa6f35b7fb2fb986cd9d8486720410 Mon Sep 17 00:00:00 2001
+From 60bbf03a076374e20aa62e1f3297be170403fcb7 Mon Sep 17 00:00:00 2001
 From: Werner Fink <wer...@suse.de>
 Date: Thu, 29 Jun 2017 15:18:28 +0200
 Subject: [PATCH] Use mountinfo to be able to use the mount identity
@@ -64,7 +64,7 @@
  dnl Checks for typedefs, structures, and compiler characteristics.
  AC_C_CONST
 diff --git src/fuser.c src/fuser.c
-index 31ef30c..74c2353 100644
+index 31ef30c..4ef7cfd 100644
 --- src/fuser.c
 +++ src/fuser.c
 @@ -32,6 +32,10 @@
@@ -247,7 +247,7 @@
 +      count = 0;
 +      list_for_each(ptr, &mntinfo) {
 +              mntinfo_t *mnt = list_entry(ptr, mntinfo_t);
-+              if (match_device != mnt->dev)
++              if (match_device != mnt->dev || this_name->mnt_id != mnt->id)
 +                      continue;
 +              if (!mountinfo)
 +                      mountinfo = mnt;


Reply via email to