- We want peekfd on ppc64le too
This commit is contained in:
parent
03ffdbaf1f
commit
2798dbf37d
@ -2,7 +2,7 @@
|
||||
Summary: Utilities for managing processes on your system
|
||||
Name: psmisc
|
||||
Version: 22.21
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://sourceforge.net/projects/psmisc
|
||||
@ -22,7 +22,7 @@ BuildRequires: autoconf automake
|
||||
The psmisc package contains utilities for managing processes on your
|
||||
system: pstree, killall and fuser. The pstree command displays a tree
|
||||
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
|
||||
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/pstree.1*
|
||||
%{_mandir}/man1/prtstat.1*
|
||||
%ifarch %{ix86} x86_64 ppc ppc64 %{arm} mipsel
|
||||
%ifarch %{ix86} x86_64 ppc %{power64} %{arm} mipsel
|
||||
%{_bindir}/peekfd
|
||||
%endif
|
||||
%{_mandir}/man1/peekfd.1*
|
||||
@ -62,6 +62,9 @@ mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT%{_sbindir}
|
||||
|
||||
|
||||
%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
|
||||
- Moving fuser from /sbin to /usr/sbin (#980514)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user