Accepting request 140933 from devel:openSUSE:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/140933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=49
This commit is contained in:
Stephan Kulow
2012-11-13 08:53:25 +00:00
committed by Git OBS Bridge
parent 0e7f689516
commit de080cfbf5
4 changed files with 74511 additions and 14 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Nov 5 08:17:26 UTC 2012 - aj@suse.de
- We really only need makeinfo, so require that one where it exists.
-------------------------------------------------------------------
Thu Nov 1 08:10:12 UTC 2012 - mchang@suse.com
- ship a Secure Boot UEFI compatible bootloader (fate#314485)
- Secure boot support in installer DVD (fate#314489)
- prime support for package on SLE-11 (SP3)
- remove buildrequire to libuse and ncurses 32-bit devel packages
as they are needed by grub-emu which we don't support
- remove buildrequire to freetype2-devel-32bit as it's not need
by grub2-mkfont and others
- buildrequire to xz instead of lzma
- buildrequire to texinfo instead of makeinfo
- remove buildrequire to autogen as it's not available in SLE-11
- add Makefile.util.am Makefile.core.am generated by autogen
- run autoreconf -vi instead of ./autogen.sh
- For SLE-11 remove buildrequire to gnu-unifont as it's not
yet available. Also do not package pf fonts created from it.
- workaround SLE-11 patch utility not rename file for us
- add -fno-inline-functions-called-once to CFLAGS to fix build
error on gcc 4.3.x
- not require os-prober for SLE-11, as package not yet ready
-------------------------------------------------------------------
Sat Oct 27 05:27:42 UTC 2012 - arvidjaar@gmail.com