From c428b369848aa22d8d82edc142e2764c739cc39f Mon Sep 17 00:00:00 2001 From: Tomas Smetana Date: Mon, 10 Dec 2007 13:12:15 +0000 Subject: [PATCH] ppc64 is not a secondary architecture... --- psmisc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psmisc.spec b/psmisc.spec index d79606d..b89e1cf 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -42,7 +42,7 @@ mkdir -p $RPM_BUILD_ROOT/sbin 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 +%ifnarch %ix86 x86_64 ppc ppc64 rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/peekfd.1* %endif @@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/fuser.1* %{_mandir}/man1/killall.1* %{_mandir}/man1/pstree.1* -%ifarch %ix86 x86_64 ppc +%ifarch %ix86 x86_64 ppc ppc64 %{_bindir}/peekfd %{_mandir}/man1/peekfd.1* %endif