commit psmisc for openSUSE:Factory
Hello community, here is the log from the commit of package psmisc for openSUSE:Factory checked in at 2014-04-26 09:58:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/psmisc (Old) and /work/SRC/openSUSE:Factory/.psmisc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "psmisc" Changes: -------- --- /work/SRC/openSUSE:Factory/psmisc/psmisc.changes 2014-03-27 06:16:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.psmisc.new/psmisc.changes 2014-04-26 09:58:44.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Apr 25 00:59:39 CEST 2014 - ro@suse.de + +- add patch to fix fuser -M option active all the time (bnc#874983) + psmisc-git-3638cc55b4d08851faba46635d737b24d016665b.patch + +------------------------------------------------------------------- Old: ---- psmisc-22.20-upstream.patch psmisc-22.20.tar.gz New: ---- psmisc-git-3638cc55b4d08851faba46635d737b24d016665b.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ psmisc.spec ++++++ --- /var/tmp/diff_new_pack.GAsNTy/_old 2014-04-26 09:58:45.000000000 +0200 +++ /var/tmp/diff_new_pack.GAsNTy/_new 2014-04-26 09:58:45.000000000 +0200 @@ -35,6 +35,8 @@ Patch1: %name-22.12-tigetstr.patch Patch2: %name-22.21-pstree.patch Patch42: %{name}-22.21-upstream.patch +# PATCH-FIX-UPSTREAM psmisc-git-3638cc55b4d08851faba46635d737b24d016665b.patch bnc#874983 +Patch43: %{name}-git-3638cc55b4d08851faba46635d737b24d016665b.patch %define nopeek s390 s390x ia64 %sparc hppa aarch64 @@ -54,6 +56,7 @@ %patch1 -p0 -b .tigetstr %patch2 -p0 -b .pstree %patch0 -p0 -b .0 +%patch43 -p1 -b .fuserfix %build autoreconf -fi ++++++ psmisc-git-3638cc55b4d08851faba46635d737b24d016665b.patch ++++++ commit 3638cc55b4d08851faba46635d737b24d016665b Author: Brad Jorsch <anomie@users.sourceforge.net> Date: Fri Feb 28 21:55:02 2014 +1100 Typo in fuser makes -M on all the time Brad found that fuser had the -M option on all the time. A simple but significant typo caused this, thanks the the patch. Bug-Debian: http://bugs.debian.org/740275 Signed-off-by: Craig Small <csmall@enc.com.au> ================================================================================ --- psmisc-22.21/ChangeLog +++ psmisc-22.21/ChangeLog @@ -1,3 +1,6 @@ +Changes in 22.22 +================ + * Fixed typo in fuser which has -M on Debian #740275 * Make usage of linked lists of devices found in /proc/self/mountinfo optional * Make timeout() in timeout.c work with shared mmap to --- psmisc-22.21/src/fuser.c +++ psmisc-22.21/src/fuser.c @@ -1151,7 +1151,7 @@ usage(_("No process specification given")); /* Check if -M flag was used and if so check mounts */ - if (opts * OPT_ISMOUNTPOINT) { + if (opts & OPT_ISMOUNTPOINT) { check_mountpoints(&mounts, &names_head, &names_tail); } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de