diff --git a/grub2.changes b/grub2.changes index ed0cbaa..4af4672 100644 --- a/grub2.changes +++ b/grub2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 2 03:16:13 UTC 2012 - mchang@suse.com + +- platforms without efi should not specify exclusion of it + ------------------------------------------------------------------- Thu Dec 29 02:31:23 UTC 2011 - mchang@suse.com diff --git a/grub2.spec b/grub2.spec index 44a2e18..67e64ba 100644 --- a/grub2.spec +++ b/grub2.spec @@ -280,9 +280,13 @@ fi %{_libdir}/%{name} %{_libdir}/grub/ %{_sbindir}/%{name}-* +%ifarch %{efi} %exclude %{_sbindir}/grub2-efi-* +%endif %{_bindir}/%{name}-* +%ifarch %{efi} %exclude %{_bindir}/%{name}-efi-* +%endif %{_sysconfdir}/bash_completion.d/grub %config %{_sysconfdir}/default/grub %dir %{_sysconfdir}/grub.d