From ef949e1139e64d37181b358551b9b39d77721349 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: May 20 2008 08:44:47 +0000 Subject: - ExcludeArch ppc64 (only for F-8). --- diff --git a/virt-top.spec b/virt-top.spec index 7905b99..10d854c 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -3,7 +3,7 @@ Name: virt-top Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utility like top(1) for displaying virtualization stats Group: Development/Libraries @@ -12,6 +12,8 @@ URL: http://et.redhat.com/~rjones/virt-top/ Source0: http://et.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExcludeArch: ppc64 + BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-findlib-devel @@ -95,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 20 2008 Richard W.M. Jones - 1.0.1-3 +- ExcludeArch ppc64 (only for F-8). + * Mon May 19 2008 Richard W.M. Jones - 1.0.1-2 - Use RPM percent-configure. - Add list of BRs for gettext.