From 7b5e4f8e573aa82b86ea6ded6fab116c8cf46af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Thu, 17 Oct 2013 18:06:43 +0200 Subject: [PATCH] pidof moved from /sbin to /usr/bin/ as part of the transfer to procps-ng package --- redhat-lsb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index d67717b..47d05ab 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: 21%{?dist} +Release: 22%{?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 @@ -200,7 +200,6 @@ Requires: /bin/umount Requires: /bin/uname Requires: /bin/zcat Requires: /sbin/fuser -Requires: /sbin/pidof Requires: /sbin/shutdown Requires: /usr/bin/[ Requires: /usr/bin/ar @@ -262,6 +261,7 @@ Requires: /usr/bin/patch Requires: /usr/bin/pathchk #better POSIX conformance of /usr/bin/pax Requires: spax +Requires: /usr/bin/pidof Requires: /usr/bin/pr Requires: /usr/bin/printf Requires: /usr/bin/renice @@ -784,6 +784,10 @@ os.remove("%{_datadir}/lsb") %changelog +* 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 + * Wed Oct 16 2013 Ondrej Vasik - 4.1-21 - fix the broken dependency caused by hostname move after recent post UsrMove cleanup