From afd1999559006602d9fbeb1340ba3844eb7b7197 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Aug 27 2009 01:35:36 +0000 Subject: really make it noarch again --- diff --git a/dracut.spec b/dracut.spec index 8647456..29aefd2 100644 --- a/dracut.spec +++ b/dracut.spec @@ -13,7 +13,7 @@ Name: dracut Version: 0.9 -Release: 5%{?rdist} +Release: 6%{?rdist} Summary: Initramfs generator using udev Group: System Environment/Base License: GPLv2+ @@ -48,6 +48,7 @@ Requires: kbd %if ! 0%{?with_switch_root} Requires: util-linux-ng >= 2.16 +BuildArch: noarch %endif %description @@ -142,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT %dir /var/lib/dracut/overlay %changelog +* Wed Aug 26 2009 Dennis Gilmore 0.9-6 +- add BuildArch: noarch to actually make dracut noarch again + * Wed Aug 26 2009 Karsten Hopp 0.9-5 - make it noarch again, just excluding kbd on s390x doesn't work as code needs to be changed as well.