From ee6845effb2efe8e51878adbcc273cd42de1cafc Mon Sep 17 00:00:00 2001 From: Ed Hill Date: Thu, 8 May 2008 05:15:58 +0000 Subject: [PATCH] ExcludeArch: ppc64 since it doesn't (for now) have hdf5 --- netcdf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netcdf.spec b/netcdf.spec index a09d73c..d6a6ee9 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.0.0 -Release: 0.1.beta2%{?dist} +Release: 0.2.beta2%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran, gawk BuildRequires: hdf5-devel +ExcludeArch: ppc64 %package devel Summary: Development files for netcdf @@ -138,6 +139,9 @@ fi %changelog +* Wed May 8 2008 Ed Hill - 4.0.0-0.2.beta2 +- ExcludeArch: ppc64 since it doesn't (for now) have hdf5 + * Wed May 7 2008 Ed Hill - 4.0.0-0.1.beta2 - try out upstream 4.0.0-beta2