From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 25 Sep 2008 09:31:58 +0000 (+0100) Subject: BuildArch should be noarch X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=eb85bcc9e8a17eee733f21332c29e6fd5afaa888;p=fedora-mingw.git BuildArch should be noarch --- diff --git a/libvirt/mingw32-libvirt.spec b/libvirt/mingw32-libvirt.spec index 2d79348..c818e04 100644 --- a/libvirt/mingw32-libvirt.spec +++ b/libvirt/mingw32-libvirt.spec @@ -6,7 +6,7 @@ Name: mingw32-libvirt Version: 0.4.6 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} Summary: MinGW Windows libvirt virtualization library License: LGPLv2+ @@ -28,6 +28,9 @@ BuildRequires: pkgconfig # Need native version for msgfmt BuildRequires: gettext +BuildArch: noarch + + %description MinGW Windows libvirt virtualization library. @@ -86,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 25 2008 Richard Jones - 0.4.6-3 +- BuildArch should be noarch + * Wed Sep 24 2008 Richard W.M. Jones - 0.4.6-2 - Whitespace removal.