[psmisc] - We want peekfd on ppc64le too

Jaromír Cápík jcapik at fedoraproject.org
Mon Feb 24 18:51:42 UTC 2014


commit 2798dbf37d15fd0605a4ca0314db011798f28428
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Mon Feb 24 19:52:17 2014 +0100

    - We want peekfd on ppc64le too

 psmisc.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/psmisc.spec b/psmisc.spec
index ac12cc5..8cb0a1f 100644
--- a/psmisc.spec
+++ b/psmisc.spec
@@ -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 at redhat.com> - 22.21-3
+- We want peekfd on ppc64le too
+
 * Tue Oct 29 2013 Jaromir Capik <jcapik at redhat.com> - 22.21-2
 - Moving fuser from /sbin to /usr/sbin (#980514)
 


More information about the scm-commits mailing list