Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory checked 
in at 2018-05-23 16:06:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psmisc (Old)
 and      /work/SRC/openSUSE:Factory/.psmisc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psmisc"

Wed May 23 16:06:44 2018 rev:67 rq:610044 version:23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/psmisc/psmisc.changes    2017-10-23 
16:38:27.934316599 +0200
+++ /work/SRC/openSUSE:Factory/.psmisc.new/psmisc.changes       2018-05-23 
16:06:48.207032945 +0200
@@ -1,0 +2,6 @@
+Thu May 17 10:32:53 UTC 2018 - [email protected]
+
+- Modify patch 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch
+  to let fuser -m also work for private mounts as well (boo#1093665)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ psmisc.spec ++++++
--- /var/tmp/diff_new_pack.JCoqxC/_old  2018-05-23 16:06:48.995004082 +0200
+++ /var/tmp/diff_new_pack.JCoqxC/_new  2018-05-23 16:06:48.999003935 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package psmisc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,7 @@
 Provides:       ps:/usr/bin/killall
 Recommends:     %{name}-lang
 Summary:        Utilities for managing processes on your system
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Monitoring
 %define hash 67b1da268f4c0ce6859980e3dfcfaec5b2448e80
 Source:         
https://gitlab.com/%{name}/%{name}/repository/archive.tar.bz2?ref=v%{version}#/%{name}-%{version}.tar.bz2

++++++ 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch ++++++
--- /var/tmp/diff_new_pack.JCoqxC/_old  2018-05-23 16:06:49.019003203 +0200
+++ /var/tmp/diff_new_pack.JCoqxC/_new  2018-05-23 16:06:49.019003203 +0200
@@ -1,4 +1,4 @@
-From c0652a4686d259dabdb3e96498d8dda7cdc9da03 Mon Sep 17 00:00:00 2001
+From d7487838d0c79bd007e63e9ba9f7933cec40e3c9 Mon Sep 17 00:00:00 2001
 From: Werner Fink <[email protected]>
 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..1c7c496 100644
+index 31ef30c..a204f08 100644
 --- src/fuser.c
 +++ src/fuser.c
 @@ -32,6 +32,10 @@
@@ -625,7 +625,7 @@
 -                              ("Cannot allocate memory for matched proc: 
%s\n"),
 -                              strerror(errno));
 -                      exit(1);
-+             (mnt, "%i %i %u:%u %*s %s %*s %*s - %s %*[^\n]",
++             (mnt, "%i %i %u:%u %*s %s %*[^-] - %s %*[^\n]",
 +              &mid, &parid, &maj, &min, &mpoint[0], &type[0]) == 6)
 +              (void)add_mntinfo(mpoint, type, mid, parid, makedev(maj, min));
 +#else


Reply via email to