From baba39991dcfb7c89d707e6a13da6031c6ba9210 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 20 Dec 2005 16:01:40 +0000 Subject: [PATCH] - use ExcludeArch, this allows building on archs we don't ship such as Alpha (#175919) --- hdparm.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hdparm.spec b/hdparm.spec index f9e00e1..528b67f 100644 --- a/hdparm.spec +++ b/hdparm.spec @@ -1,7 +1,7 @@ Summary: A utility for displaying and/or setting hard disk parameters. Name: hdparm Version: 6.3 -Release: 1.1 +Release: 2 License: BSD Group: Applications/System URL: http://sourceforge.net/projects/hdparm/ @@ -11,7 +11,7 @@ Patch1: hdparm-5.9-nostrip.patch Patch2: hdparm-6.1-incl.patch Patch3: hdparm-6.3-idestruct.patch Buildroot: %{_tmppath}/%{name}-%{version}-root -ExclusiveArch: i386 x86_64 +ExcludeArch: ia64 ppc ppc64 s390 s390x %description Hdparm is a useful system utility for setting (E)IDE hard drive @@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/hdparm.8* %changelog +* Tue Dec 20 2005 Karsten Hopp 6.3-2 +- use ExcludeArch, this allows building on archs we don't + ship such as Alpha (#175919) + * Fri Dec 09 2005 Jesse Keating - rebuilt