- We want peekfd on ppc64le too

This commit is contained in:
Jaromir Capik 2014-02-24 19:52:17 +01:00
parent 03ffdbaf1f
commit 2798dbf37d

View File

@ -2,7 +2,7 @@
Summary: Utilities for managing processes on your system Summary: Utilities for managing processes on your system
Name: psmisc Name: psmisc
Version: 22.21 Version: 22.21
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://sourceforge.net/projects/psmisc URL: http://sourceforge.net/projects/psmisc
@ -22,7 +22,7 @@ BuildRequires: autoconf automake
The psmisc package contains utilities for managing processes on your The psmisc package contains utilities for managing processes on your
system: pstree, killall and fuser. The pstree command displays a tree system: pstree, killall and fuser. The pstree command displays a tree
structure of all of the running processes on your system. The killall structure of all of the running processes on your system. The killall
command sends a specified signal (SIGTERM if nothing is specified) to http://paste.fedoraproject.org/79914/39326704command sends a specified signal (SIGTERM if nothing is specified) to
processes identified by name. The fuser command identifies the PIDs processes identified by name. The fuser command identifies the PIDs
of processes that are using specified files or filesystems. of processes that are using specified files or filesystems.
@ -54,7 +54,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT%{_sbindir}
%{_mandir}/man1/killall.1* %{_mandir}/man1/killall.1*
%{_mandir}/man1/pstree.1* %{_mandir}/man1/pstree.1*
%{_mandir}/man1/prtstat.1* %{_mandir}/man1/prtstat.1*
%ifarch %{ix86} x86_64 ppc ppc64 %{arm} mipsel %ifarch %{ix86} x86_64 ppc %{power64} %{arm} mipsel
%{_bindir}/peekfd %{_bindir}/peekfd
%endif %endif
%{_mandir}/man1/peekfd.1* %{_mandir}/man1/peekfd.1*
@ -62,6 +62,9 @@ mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT%{_sbindir}
%changelog %changelog
* Mon Feb 24 2014 Jaromir Capik <jcapik@redhat.com> - 22.21-3
- We want peekfd on ppc64le too
* Tue Oct 29 2013 Jaromir Capik <jcapik@redhat.com> - 22.21-2 * Tue Oct 29 2013 Jaromir Capik <jcapik@redhat.com> - 22.21-2
- Moving fuser from /sbin to /usr/sbin (#980514) - Moving fuser from /sbin to /usr/sbin (#980514)