[redhat-lsb] pidof moved from /sbin to /usr/bin/ as part of the transfer to procps-ng package

Ondrej Vasik ovasik at fedoraproject.org
Thu Oct 17 16:06:45 UTC 2013


commit 7b5e4f8e573aa82b86ea6ded6fab116c8cf46af0
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Thu Oct 17 18:06:43 2013 +0200

    pidof moved from /sbin to /usr/bin/ as part of the transfer to procps-ng package

 redhat-lsb.spec |    8 ++++++--
 1 files 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 <ovasik at redhat.com> - 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 <ovasik at redhat.com> - 4.1-21
 - fix the broken dependency caused by hostname move after
   recent post UsrMove cleanup


More information about the scm-commits mailing list