From c6f815a94fb2adcecfffeeeaf7a17ceba56bb493 Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Fri, 19 Oct 2018 07:17:41 +0000 Subject: [PATCH] Require fuser at runtime to kill processes fuser is used in build since commit 93cfd50b3823799fd8791940bfaf8aca63d2b81c Author: Ludwig Nussel Date: Thu Jun 26 14:00:14 2008 +0000 kill qemu and uml via fuser Rev openSUSE:Tools/362 Md5 64bfb857df17c0d7f11d5d09e479b3a0 2018-10-19 07:17:41 adrianSuSE 636385 --- build.changes | 5 +++++ build.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/build.changes b/build.changes index 96c5c74b..a60c46e9 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 18 11:35:42 UTC 2018 - bwiedemann@suse.com + +- Require fuser at runtime to kill processes + ------------------------------------------------------------------- Wed Aug 29 13:57:07 UTC 2018 - Adrian Schröter diff --git a/build.spec b/build.spec index b1480e07..8334ffa1 100644 --- a/build.spec +++ b/build.spec @@ -33,6 +33,7 @@ Requires: bash Requires: binutils Requires: perl Requires: tar +Requires: /bin/fuser %if 0%{?fedora} Requires: perl-MD5 Requires: perl-TimeDate