From 7a74cc2a2ca4692939398f07714f40e7b153872b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Tue, 29 Oct 2013 20:11:00 +0100 Subject: [PATCH] fuser moved from /sbin to /usr/sbin/ (#1023283) --- redhat-lsb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 47d05ab..25373f6 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -53,7 +53,7 @@ Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 4.1 -Release: 22%{?dist} +Release: 23%{?dist} URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2 Patch0: lsb-release-3.1-update-init-functions.patch @@ -199,7 +199,6 @@ Requires: /bin/true Requires: /bin/umount Requires: /bin/uname Requires: /bin/zcat -Requires: /sbin/fuser Requires: /sbin/shutdown Requires: /usr/bin/[ Requires: /usr/bin/ar @@ -281,6 +280,7 @@ Requires: /usr/bin/unexpand Requires: /usr/bin/uniq Requires: /usr/bin/wc Requires: /usr/bin/xargs +Requires: /usr/sbin/fuser Requires: /usr/sbin/groupadd Requires: /usr/sbin/groupdel Requires: /usr/sbin/groupmod @@ -784,6 +784,9 @@ os.remove("%{_datadir}/lsb") %changelog +* Tue Oct 29 2013 Ondrej Vasik - 4.1-23 +- fuser moved from /sbin to /usr/sbin/ (#1023283) + * Thu Oct 17 2013 Ondrej Vasik - 4.1-22 - pidof moved from /sbin to /usr/bin/ as part of the transfer to procps-ng package