[psmisc] - peekfd still exists only on selected architectures

Dan Horák sharkcz at fedoraproject.org
Tue Oct 19 12:46:50 UTC 2010


commit 48ba2844621606125a960eee6a7f55c975b5a76e
Author: Dan Horák <dan at danny.cz>
Date:   Tue Oct 19 14:46:49 2010 +0200

    - peekfd still exists only on selected architectures

 psmisc.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/psmisc.spec b/psmisc.spec
index aaecc11..efcc6c0 100644
--- a/psmisc.spec
+++ b/psmisc.spec
@@ -1,7 +1,7 @@
 Summary: Utilities for managing processes on your system
 Name: psmisc
 Version: 22.13
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -54,11 +54,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/killall.1*
 %{_mandir}/man1/pstree.1*
 %{_mandir}/man1/prtstat.1*
+%ifarch %{ix86} x86_64 ppc ppc64 %{arm} mipsel
 %{_bindir}/peekfd
+%endif
 %{_mandir}/man1/peekfd.1*
 %doc AUTHORS ChangeLog COPYING README
 
 %changelog
+* Tue Oct 19 2010 Dan Horák <dan[at]danny.cz> 22.13-4
+- peekfd still exists only on selected architectures
+
 * Thu Oct 14 2010 Jan Görig <jgorig at redhat.com> 22.13-3
 - fix #642800 - peekfd regression
 


More information about the scm-commits mailing list