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