forked from pool/grub2
Accepting request 98514 from devel:openSUSE:Factory
platforms without efi should not specify exclusion of it (forwarded request 98511 from michael-chang) OBS-URL: https://build.opensuse.org/request/show/98514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=28
This commit is contained in:
parent
31b3b793df
commit
61e89f5b2f
@ -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
|
Thu Dec 29 02:31:23 UTC 2011 - mchang@suse.com
|
||||||
|
|
||||||
|
@ -280,9 +280,13 @@ fi
|
|||||||
%{_libdir}/%{name}
|
%{_libdir}/%{name}
|
||||||
%{_libdir}/grub/
|
%{_libdir}/grub/
|
||||||
%{_sbindir}/%{name}-*
|
%{_sbindir}/%{name}-*
|
||||||
|
%ifarch %{efi}
|
||||||
%exclude %{_sbindir}/grub2-efi-*
|
%exclude %{_sbindir}/grub2-efi-*
|
||||||
|
%endif
|
||||||
%{_bindir}/%{name}-*
|
%{_bindir}/%{name}-*
|
||||||
|
%ifarch %{efi}
|
||||||
%exclude %{_bindir}/%{name}-efi-*
|
%exclude %{_bindir}/%{name}-efi-*
|
||||||
|
%endif
|
||||||
%{_sysconfdir}/bash_completion.d/grub
|
%{_sysconfdir}/bash_completion.d/grub
|
||||||
%config %{_sysconfdir}/default/grub
|
%config %{_sysconfdir}/default/grub
|
||||||
%dir %{_sysconfdir}/grub.d
|
%dir %{_sysconfdir}/grub.d
|
||||||
|
Loading…
Reference in New Issue
Block a user