rpms/psmisc/F-8 psmisc.spec,1.40,1.41

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Mon Dec 10 13:24:43 UTC 2007


Author: tsmetana

Update of /cvs/pkgs/rpms/psmisc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12283

Modified Files:
	psmisc.spec 
Log Message:
ppc64: built but unpackaged peekfd


Index: psmisc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/psmisc/F-8/psmisc.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- psmisc.spec	3 Dec 2007 13:24:24 -0000	1.40
+++ psmisc.spec	10 Dec 2007 13:24:08 -0000	1.41
@@ -1,7 +1,7 @@
 Summary: Utilities for managing processes on your system
 Name: psmisc
 Version: 22.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD/GPLv2+
 Group: Applications/System
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -42,6 +42,9 @@
 mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT/sbin
 rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/pidof.1*
 rm -f $RPM_BUILD_ROOT/%{_bindir}/oldfuser
+%ifnarch %ix86 x86_64 ppc ppc64
+rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/peekfd.1*
+%endif
 
 %find_lang %name
 
@@ -57,10 +60,15 @@
 %{_mandir}/man1/fuser.1*
 %{_mandir}/man1/killall.1*
 %{_mandir}/man1/pstree.1*
+%ifarch %ix86 x86_64 ppc ppc64
 %{_bindir}/peekfd
 %{_mandir}/man1/peekfd.1*
+%endif
 
 %changelog
+* Mon Dec 10 2007 Tomas Smetana <tsmetana at redhat.com> 22.6-2
+- fix #417801 - exclude peekfd on secondary architectures
+
 * Mon Dec 03 2007 Tomas Smetana <tsmetana at redhat.com> 22.6-1
 - update to new upstream version
 




More information about the fedora-extras-commits mailing list