grub2/grub2.changes
Marcus Meissner 0331f5f384 Accepting request 213939 from home:michael-chang:btrfs-snapshot
- add new patches for booting btrfs snapshot (fate#316522) (fate#316232)
  * 0001-script-provide-overridable-root-by-subvol.patch
  * 0002-script-create-menus-for-btrfs-snapshot.patch

OBS-URL: https://build.opensuse.org/request/show/213939
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=64
2014-01-15 10:47:05 +00:00

817 lines
31 KiB
Plaintext

-------------------------------------------------------------------
Wed Jan 15 06:18:10 UTC 2014 - mchang@suse.com
- add new patches for booting btrfs snapshot (fate#316522) (fate#316232)
* 0001-script-provide-overridable-root-by-subvol.patch
* 0002-script-create-menus-for-btrfs-snapshot.patch
-------------------------------------------------------------------
Fri Dec 27 16:36:40 UTC 2013 - arvidjaar@gmail.com
- update to grub-2.02 beta2
* drop upstream patches
- grub2-fix-unquoted-string-in-class.patch (different)
- grub2-cdpath.patch (modified)
- grub2-fix-parsing-of-short-LVM-PV-names.patch
- grub2-fix-descriptor-leak-in-grub_util_is_imsm.patch
- grub2-install-opt-skip-fs-probe.patch (file it patched no more exists,
functionality included upstream)
- grub2-fix-x86_64-efi-startup-stack-alignment.patch
- grub2-fix-x86_64-efi-callwrap-stack-alignment.patch
- 0001-Fix-build-with-FreeType-2.5.1.patch
* rediff
- grub2-linux.patch
- use-grub2-as-a-package-name.patch (do not patch generated configure)
- grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch
- grub2-fix-locale-en.mo.gz-not-found-error-message.patch (upstream added
explicit exclusion for en_* language only; I do not see reason to stop
with error in this case for any language).
- not-display-menu-when-boot-once.patch
- grub2-secureboot-provide-linuxefi-config.patch
- grub2-pass-corret-root-for-nfsroot.patch
- 0002-btrfs-add-ability-to-boot-from-subvolumes.patch
- grub2-fix-menu-in-xen-host-server.patch
- grub2-fix-Grub2-with-SUSE-Xen-package-install.patch
- grub2-secureboot-add-linuxefi.patch
- grub2-secureboot-no-insmod-on-sb.patch
- rename-grub-info-file-to-grub2.patch
* drop Makefile.util.am and Makefile.core.am, they are now generated
during build
* call ./autogen.sh again now when it does not need autogen anymore; drop
autoreconf call, it is called by autogen.sh
* drop 0001-btrfs-rename-skip_default-to-follow_default.patch - is not
needed anymore due to upstream changes
* package /usr/bin/grub2-file, /usr/bin/grub2-syslinux2cfg and
/usr/sbin/grub2-macbless
* use grub-install --no-bootsector instead of --grub-setup=/bin/true
in postinstall script
-------------------------------------------------------------------
Tue Dec 17 07:20:33 UTC 2013 - mchang@suse.com
- add new patches for booting btrfs snapshot (fate#316522) (fate#316232)
* 0001-btrfs-rename-skip_default-to-follow_default.patch
* 0002-btrfs-add-ability-to-boot-from-subvolumes.patch
* 0003-cmdline-add-envvar-loader_cmdline_append.patch
* 0004-btrfs-export-subvolume-envvars.patch
-------------------------------------------------------------------
Tue Dec 10 19:13:53 UTC 2013 - arvidjaar@gmail.com
- add patch 0001-Fix-build-with-FreeType-2.5.1.patch - fix build with
freetype2 >= 2.5.1 (backport from fd0df6d098b1e6a4f60275c48a3ec88d15ba1fbb)
-------------------------------------------------------------------
Sun Dec 1 13:10:23 UTC 2013 - arvidjaar@gmail.com
- reset executable bits on *module, *.exec and *.image files. They are not
executable.
-------------------------------------------------------------------
Fri Nov 22 07:12:16 UTC 2013 - glin@suse.com
- add grub2-fix-x86_64-efi-startup-stack-alignment.patch and
grub2-fix-x86_64-efi-callwrap-stack-alignment.patch: fix the
stack alignment of x86_64 efi. (bnc#841426)
-------------------------------------------------------------------
Wed Sep 11 07:17:07 UTC 2013 - mchang@suse.com
- use new update-bootloader option --reinit to install and update
bootloader config
- refresh grub2-secureboot-no-insmod-on-sb.patch to fobid module
loading completely.
-------------------------------------------------------------------
Mon Sep 9 09:22:34 UTC 2013 - lnussel@suse.de
- replace openSUSE UEFI certificate with new 2048 bit certificate.
-------------------------------------------------------------------
Sat Jul 27 10:12:36 UTC 2013 - arvidjaar@gmail.com
- add grub2-fix-parsing-of-short-LVM-PV-names.patch - fix PV detection in
grub-probe when PV name is less than 10 charaters
- add grub2-fix-descriptor-leak-in-grub_util_is_imsm.patch - fix decriptor
leak which later caused LVM warnings during grub-probe invocation
- remove --enable-grub-emu-usb - it is not needed on physical platform
-------------------------------------------------------------------
Tue Jul 9 10:54:41 UTC 2013 - mchang@suse.com
- refresh grub2-fix-menu-in-xen-host-server.patch: In domU we
have to add xen kernel to config. (bnc#825528)
-------------------------------------------------------------------
Wed Jun 26 17:02:08 UTC 2013 - elchevive@opensuse.org
- updated existent translations and include new ones
(es, lt, pt_BR, sl, tr)
-------------------------------------------------------------------
Sun Jun 16 12:42:33 UTC 2013 - arvidjaar@gmail.com
- update to current upstream trunk rev 5042
* drop upstream patches
- grub2-correct-font-path.patch
- grub2-fix-mo-not-copied-to-grubdir-locale.patch
- grub2-stdio.in.patch
- grub2-fix-build-error-on-flex-2.5.37.patch
- grub2-quote-messages-in-grub.cfg.patch
- 30_os-prober_UEFI_support.patch
- grub2-fix-enumeration-of-extended-partition.patch
- grub2-add-device-to-os_prober-linux-menuentry.patch
- grub2-fix-tftp-endianness.patch
- efidisk-ahci-workaround
- grub2-grub-mount-return-failure-if-FUSE-failed.patch
* rediff
- rename-grub-info-file-to-grub2.patch
- grub2-linux.patch
- use-grub2-as-a-package-name.patch
- grub2-iterate-and-hook-for-extended-partition.patch
- grub2-secureboot-add-linuxefi.patch
- grub2-secureboot-no-insmod-on-sb.patch
- grub2-secureboot-chainloader.patch
* add
- grub2-linguas.sh-no-rsync.patch
+ disable rsync in linguas.sh so it can be used during RPM build
+ disable auto-generated catalogs, they fail at the moment due to
missing C.UTF-8 locale
* update Makefile.util.am and Makefile.core.am
* grub2-mknetdir is now in /usr/bin
* generate po/LINGUAS for message catalogs using distributed linguas.sh
* remove po/stamp-po during setup to trigger message catalogs rebuild
* package bootinfo.txt on PPC (used by grub2-mkrescue)
-------------------------------------------------------------------
Sat Apr 13 08:48:52 UTC 2013 - arvidjaar@gmail.com
- BuildRequires: help2man to generate man pages and package them too
-------------------------------------------------------------------
Fri Apr 5 17:01:42 UTC 2013 - arvidjaar@gmail.com
- add grub2-secureboot-use-linuxefi-on-uefi-in-os-prober.patch (bnc#810912)
* use linuxefi in 30_os-prober if secure boot is enabled
-------------------------------------------------------------------
Wed Apr 3 17:56:20 UTC 2013 - arvidjaar@gmail.com
- update rename-grub-info-file-to-grub2.patch
* do not rename docs/grub2.texi here, do it in %%prep (we do it there
conditionally already). It simplifies patch refreshing using quilt
which does not support file rename.
-------------------------------------------------------------------
Wed Apr 3 06:55:52 UTC 2013 - mchang@suse.com
- refresh grub2-secureboot-chainloader.patch: Fix wrongly aligned
buffer address (bnc#811608)
-------------------------------------------------------------------
Thu Mar 28 02:57:47 UTC 2013 - mchang@suse.com
- package Secure Boot CA file as /usr/lib64/efi/grub.der which
could be used to verify signed image from build server
- add openSUSE-UEFI-CA-Certificate.crt, openSUSE Secure Boot CA
- add SLES-UEFI-CA-Certificate.crt, SUSE Linux Enterprise Secure
Boot CA
-------------------------------------------------------------------
Mon Mar 25 17:37:59 UTC 2013 - dvaleev@suse.com
- extraconfigure macro is not defined on ppc
-------------------------------------------------------------------
Sat Mar 23 18:31:07 UTC 2013 - arvidjaar@gmail.com
- corretly set chainloaded image device handle in secure boot mode (bnc#809038)
-------------------------------------------------------------------
Wed Mar 13 11:30:52 UTC 2013 - mchang@suse.com
- remove all compatible links in grub2-efi as now all concerned
utilities are fixed
- superseding grub2-efi by grub2-x86_64-efi and grub2-i386-efi on
x86_64 and ix86 respectively
- make grub2-x86_64-efi and grub2-i386-efi providing grub2-efi
capability to not break package dependency
- handle upgrade from 12.2 by preseving grubenv and custom.cfg to
new directory /boot/grub2, rename /boot/grub2-efi to
/boot/grub2-efi.rpmsave to avoid confusion.
-------------------------------------------------------------------
Mon Mar 11 16:02:26 UTC 2013 - arvidjaar@gmail.com
- move post scripts into corresponding subpackages to ensure they are
run after updated binaries are installed. Currently it may happen
that update-bootlader picks up old binaries.
- move requires for perl-Bootloader to target subpackages. Make sure
efi requires minimal version that supports /boot/grub2.
- add requires(post) to force order of installation: grub2 => grub2-arch
=> grub2-efi
- split efi post in two parts. One that updates configuration and is part
of grub2-efiarch and second that migrates settings and is part of
grub2-efi. Only custom.cfg and grubenv may need migration. device.map
is not relevant for EFI and new grub.cfg had been created at this point.
-------------------------------------------------------------------
Mon Mar 11 06:52:58 UTC 2013 - mchang@suse.com
- add grub2-fix-tftp-endianness.patch from upstream (bnc#808582)
- add efinet and tftp to grub.efi (bnc#808582)
-------------------------------------------------------------------
Thu Mar 7 15:39:50 UTC 2013 - seife+obs@b1-systems.com
- convert spec file to UTF-8
-------------------------------------------------------------------
Thu Mar 7 08:12:57 UTC 2013 - mchang@suse.com
- add lvm to grub.efi (bnc#807989)
- add loadenv to grub.efi (bnc#807992)
-------------------------------------------------------------------
Mon Mar 4 16:48:32 UTC 2013 - arvidjaar@gmail.com
- grub2-grub-mount-return-failure-if-FUSE-failed.patch - return error
if fuse_main failed (bnc#802983)
-------------------------------------------------------------------
Mon Feb 25 13:31:31 UTC 2013 - fcrozat@suse.com
- Fix build for SLES 11.
-------------------------------------------------------------------
Tue Feb 19 15:38:04 UTC 2013 - duwe@suse.com
Fix up bogus items from the previous merge:
- efi_libdir = _libdir = /usr/lib
- package /usr/lib/grub2 dir only once
- move grub.efi to /usr/lib/grub2/%{grubefiarch}/
- create a symlink so that scripts can find it there.
-------------------------------------------------------------------
Thu Feb 14 11:42:40 UTC 2013 - duwe@suse.com
- merge internal+external BS changes into superset spec file,
remove obsolete dependencies
- merge SLES+openSUSE patches, restrict "grub-efi" to 12.2
- add efidisk-ahci-workaround (bnc#794674)
- fix unquoted-string-in-class.patch (bnc#788322)
-------------------------------------------------------------------
Fri Feb 8 01:58:22 UTC 2013 - mchang@suse.com
- adapt to pesign-obs-integration changes
-------------------------------------------------------------------
Thu Feb 7 10:38:42 UTC 2013 - mchang@suse.com
- grub.efi signing on build server.
-------------------------------------------------------------------
Thu Jan 31 16:18:56 UTC 2013 - duwe@suse.com
- switch to out of source / subdir build
-------------------------------------------------------------------
Wed Jan 30 07:29:29 UTC 2013 - mchang@suse.com
- sync from SLE-11 SP3 to date
- set empty prefix to grub.efi for looking up in current directory
- grub2-cdpath.patch: fix the grub.cfg not found when booting from
optical disk
- put grub.efi in grub2's source module directory
- create links in system's efi directory to grub.efi
- arvidjaar: do not overwrite device path in grub2-cdpath.patch
-------------------------------------------------------------------
Wed Jan 30 04:36:45 UTC 2013 - arvidjaar@gmail.com
- remove obsolete reference to /boot/grub2-efi and /usr/sbin/grub2-efi
from grub2-once
- add GRUB_SAVEDFAULT description to /etc/default/grub
-------------------------------------------------------------------
Tue Jan 29 02:42:28 UTC 2013 - mchang@suse.com
- set empty prefix to grub.efi for looking up in current directory
- remove grubcd.efi, as grub.efi can now be used for cdrom booting
-------------------------------------------------------------------
Mon Jan 28 08:05:52 CET 2013 - snwint@suse.de
- add fat module to grubcd
- explicitly set empty prefix to get grub to set $prefix to the currrent
directory
-------------------------------------------------------------------
Fri Jan 18 07:39:18 UTC 2013 - mchang@suse.com
- ship a Secure Boot UEFI compatible bootloader (fate#314485)
- add grub2-secureboot-chainloader.patch, which expands the efi
chainloader to be able to verify images via shim lock protocol.
-------------------------------------------------------------------
Fri Jan 18 06:24:57 UTC 2013 - mchang@suse.com
- ship a Secure Boot UEFI compatible bootloader (fate#314485).
- update for cdrom boot support.
- grub2-cdpath.patch: fix the grub.cfg not found when booting from
optical disk.
- grubcd.efi: the efi image used for optial disk booting, with
reduced size and $prefix set to /EFI/BOOT.
-------------------------------------------------------------------
Tue Jan 8 08:09:01 UTC 2013 - mchang@suse.com
- add grub2-fix-unquoted-string-in-class.patch (bnc#788322)
-------------------------------------------------------------------
Tue Jan 8 07:09:47 UTC 2013 - arvidjaar@gmail.com
- add grub2-add-device-to-os_prober-linux-menuentry.patch (bnc#796919)
-------------------------------------------------------------------
Sun Jan 6 18:54:54 UTC 2013 - arvidjaar@gmail.com
- add patch grub2-fix-enumeration-of-extended-partition.patch to
fix enumeration of extended partitions with non-standard EBR (bnc#779534)
-------------------------------------------------------------------
Fri Jan 4 10:29:58 UTC 2013 - arvidjaar@gmail.com
- add support for chainloading another UEFI bootloader to
30_os-prober (bnc#775610)
-------------------------------------------------------------------
Fri Dec 21 04:18:06 UTC 2012 - mchang@suse.com
- put 32-bit grub2 modules to /usr/lib/grub2
- put 64-bit grub2 modules to /usr/lib64/grub2 (x86_64-efi)
- put grub.efi to /usr/lib64/efi(x86_64) or /usr/lib/efi(i586)
-------------------------------------------------------------------
Tue Dec 18 03:43:38 UTC 2012 - mchang@suse.com
- ship a Secure Boot UEFI compatible bootloader (fate#314485)
- add grub2-secureboot-chainloader.patch, which expands the efi
chainloader to be able to verify images via shim lock protocol.
-------------------------------------------------------------------
Fri Nov 30 06:39:15 UTC 2012 - mchang@suse.com
- replace %{sles_version} by %{suse_version}
- use correct product name
-------------------------------------------------------------------
Mon Nov 26 08:26:10 UTC 2012 - mchang@suse.com
- ship a Secure Boot UEFI compatible bootloader (fate#314485)
- added secureboot patches which introduces new linuxefi module
that is able to perform verifying signed images via exported
protocol from shim. The insmod command will not function if
secure boot enabled (as all modules should built in grub.efi
and signed).
- grub2-secureboot-add-linuxefi.patch
- grub2-secureboot-use-linuxefi-on-uefi.patch
- grub2-secureboot-no-insmod-on-sb.patch
- grub2-secureboot-provide-linuxefi-config.patch
- Makefile.core.am : support building linuxefi module
- Make grub.efi image that is with all relevant modules incorporated
and signed, it will be the second stage to the shim loader which
will verified it when secureboot enabled.
- Make grub.efi's path to align with shim loader's default loader
lookup path.
- The changes has been verified not affecting any factory instalation,
but will allow us to run & test secure boot setup manually with shim.
-------------------------------------------------------------------
Thu Nov 22 07:01:31 UTC 2012 - mchang@suse.com
- ship a Secure Boot UEFI compatible bootloader (fate#314485)
- In SLE-11 SP3, don't include any other architecture binaries
except EFI, so we split packages by architecture binaries to
meet the requirement.
- grub2 : common utilties and config etc
- grub2-efi : provide compatibilty to grub2-efi package
- grub2-i386-pc : binaries for x86 legacy pc firmware
- grub2-i386-efi : binaries for ia32 EFI firmware
- grub2-x86_64-efi : binaries for x86_64 firmware
- grub2-powerpc-ieee1275: binaries for powerpc open firmware
-------------------------------------------------------------------
Tue Nov 20 16:14:50 UTC 2012 - arvidjaar@gmail.com
- update grub2-quote-messages-in-grub.cfg.patch to use upstream commit
-------------------------------------------------------------------
Mon Nov 19 16:40:25 UTC 2012 - arvidjaar@gmail.com
- quote localized "Loading ..." messages in grub.cfg (bnc#790195)
-------------------------------------------------------------------
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
- grub2-efi now depends on exact grub2 version
-------------------------------------------------------------------
Fri Oct 25 17:00:35 UTC 2012 - arvidjaar@gmail.com
- build grub2-efi with standard "grub2" prefix (bnc#782891)
- remove use-grub2-efi-as-a-package-name.patch
- migrate settings from /boot/grub2-efi to /boot/grub2 in efi post
- provide some compatibility links grub2-efi-xxx for perl-Bootloader
- workaround for /boot/grub2-efi linkk and /boot/grub2/grub.cfg
missing on update from older versions
-------------------------------------------------------------------
Thu Oct 25 05:56:59 UTC 2012 - mchang@suse.com
- add grub2-fix-build-error-on-flex-2.5.37.patch
-------------------------------------------------------------------
Thu Oct 18 16:10:02 UTC 2012 - arvidjaar@gmail.com
- modify patch grub2-iterate-and-hook-for-extended-partition.patch to
ignore extended partitions other then primary (bnc#785341)
-------------------------------------------------------------------
Wed Sep 26 08:04:48 UTC 2012 - mchang@suse.com
- refresh grub2-fix-locale-en.mo.gz-not-found-error-message.patch
with the correct fix in upstream bugzilla #35880 by Colin Watson
(bnc#771393)
-------------------------------------------------------------------
Fri Sep 21 07:37:53 UTC 2012 - mchang@suse.com
- grub2-fix-locale-en.mo.gz-not-found-error-message.patch (bnc#771393)
-------------------------------------------------------------------
Wed Sep 19 18:54:34 UTC 2012 - arvidjaar@gmail.com
- add 20_memtest86+ (bnc#780622)
-------------------------------------------------------------------
Tue Sep 18 09:26:29 UTC 2012 - mchang@suse.com
- Fix un-bootable grub2 testing entry in grub's menu.lst (bnc#779370)
- Not add new grub2 testing entry if it's not found in menu.lst
- Update grub2 stuff and config if there's grub2 entry in menu.lst
- Check for current bootloader as update-bootloader acts on it
-------------------------------------------------------------------
Thu Aug 30 08:00:54 UTC 2012 - mchang@suse.com
- add grub2-fix-Grub2-with-SUSE-Xen-package-install.patch (bnc#774666)
- add grub2-pass-corret-root-for-nfsroot.patch (bnc#774548)
-------------------------------------------------------------------
Mon Aug 20 06:27:23 UTC 2012 - mchang@suse.com
- disable grub2-enable-theme-for-terminal-window.patch to use
default black background due to current background has poor
contrast to the font color (bnc#776244).
-------------------------------------------------------------------
Fri Aug 10 19:31:40 UTC 2012 - jslaby@suse.de
- rename grub2once to grub2-once
-------------------------------------------------------------------
Wed Aug 1 08:01:41 UTC 2012 - mchang@suse.com
- add grub2once (bnc#771587)
- add not-display-menu-when-boot-once.patch
-------------------------------------------------------------------
Sat Jul 28 14:17:56 UTC 2012 - aj@suse.de
- Fix build with missing gets declaration (glibc 2.16)
-------------------------------------------------------------------
Fri Jul 27 13:22:24 UTC 2012 - tittiatcoke@gmail.com
- Add grub2-enable-theme-for-terminal-window.patch (bnc#770107)
-------------------------------------------------------------------
Thu Jul 19 11:03:37 UTC 2012 - mchang@suse.com
- add grub2-fix-menu-in-xen-host-server.patch (bnc#757895)
-------------------------------------------------------------------
Wed Jul 18 08:29:53 UTC 2012 - mchang@suse.com
- add grub2-fix-error-terminal-gfxterm-isn-t-found.patch
- add grub2-fix-mo-not-copied-to-grubdir-locale.patch
-------------------------------------------------------------------
Wed Jul 18 08:12:19 UTC 2012 - aj@suse.de
- We only need makeinfo, not texinfo for building.
-------------------------------------------------------------------
Tue Jul 17 21:12:26 CEST 2012 - jslaby@suse.de
- fix build by adding texinfo to buildrequires.
-------------------------------------------------------------------
Fri Jul 6 08:09:16 UTC 2012 - mchang@suse.com
- grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch. We
don't run in sigle user mode for recovery, instead use different
set kernel command line options which could be specified by this
GRUB_CMDLINE_LINUX_RECOVERY setting.
-------------------------------------------------------------------
Wed Jul 4 06:20:23 UTC 2012 - mchang@suse.com
- add use-grub2-efi-as-a-package-name.patch (bnc#769916)
-------------------------------------------------------------------
Fri Jun 29 10:02:08 UTC 2012 - dvaleev@suse.com
- Add configuration support for serial terminal consoles. This will
set the maximum screen size so that text is not overwritten.
-------------------------------------------------------------------
Fri Jun 29 09:51:59 UTC 2012 - dvaleev@suse.com
- don't enable grub-emu-usb on ppc ppc641
-------------------------------------------------------------------
Thu Jun 28 09:33:26 CEST 2012 - jslaby@suse.de
- update to 2.0 final
* see ChangeLog for changes
-------------------------------------------------------------------
Mon Jun 25 11:10:27 UTC 2012 - adrian@suse.de
- enable xz/lzma support for image file generation
-------------------------------------------------------------------
Sun Jun 24 18:10:27 UTC 2012 - jslaby@suse.de
- update to 2.0 beta6, a snapshot from today
* see ChangeLog for changes
-------------------------------------------------------------------
Fri Jun 22 08:50:12 UTC 2012 - mchang@suse.com
- do not package grub.cfg, as it's generated at runtime and the
presence of it would confuse pygrub (bnc#768063)
-------------------------------------------------------------------
Wed May 16 06:38:05 UTC 2012 - mchang@suse.com
- fix build error on 12.1 caused by autogen aborts because of
absence of guile package
-------------------------------------------------------------------
Wed May 2 03:17:21 UTC 2012 - mchang@suse.com
- grub2-automake-1-11-2.patch : fix grub2 build error on newer
autotools (automake >= 1.11.2)
- call ./autogen.sh
-------------------------------------------------------------------
Thu Apr 19 11:28:44 UTC 2012 - mchang@suse.com
- grub2-probe-disk-mountby.patch : fix grub2-probe fails on
probing mount-by devices under /dev/disk/by-(id|uuid|path).
(bnc#757746)
-------------------------------------------------------------------
Thu Mar 29 07:08:38 UTC 2012 - mchang@suse.com
- Add Requires to os-prober as script depends on it for probing
foreign os (bnc#753229)
-------------------------------------------------------------------
Wed Mar 21 06:58:43 UTC 2012 - mchang@suse.com
- Mark %config(noreplace) to /etc/default/grub (bnc#753246)
-------------------------------------------------------------------
Fri Mar 16 09:21:40 UTC 2012 - aj@suse.de
- Fix build with gcc 4.7 (needs -fno-strict-aliasing for zfs code).
-------------------------------------------------------------------
Tue Mar 13 04:06:06 UTC 2012 - mchang@suse.com
- Fix error in installation to extended partition (bnc#750897)
add grub2-iterate-and-hook-for-extended-partition.patch
add grub2-install-opt-skip-fs-probe.patch
-------------------------------------------------------------------
Mon Mar 12 09:34:40 UTC 2012 - tittiatcoke@gmail.com
- Added BuildRequires for gnu-unifont in order to create the
necessary fonts for a graphical boot menu.
-------------------------------------------------------------------
Mon Feb 20 13:04:51 UTC 2012 - andrea.turrini@gmail.com
- fixed typos in grub2.spec
-------------------------------------------------------------------
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
- set --target=%{_target_plaform) explicitly to %configure in case
it wouldn't do that for us implicitly
- when making x86_64-efi image not use i386 target build and keep
use of x86_64. otherwise it would have error "invalid ELF header"
-------------------------------------------------------------------
Fri Dec 2 16:31:14 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Mon Nov 28 09:40:44 CET 2011 - jslaby@suse.de
- remove doubly packaged files
- remove INSTALL from docs
- handle duplicate bindir files
-------------------------------------------------------------------
Mon Oct 31 13:08:21 CET 2011 - meissner@suse.de
- make efi exclusion more complete
-------------------------------------------------------------------
Thu Oct 27 08:16:58 UTC 2011 - aj@suse.de
- efibootmgr only exists on x86-64 and ia64.
-------------------------------------------------------------------
Tue Oct 25 08:38:19 UTC 2011 - aj@suse.de
- Add requires from efi subpackage to main package (bnc#72596)
-------------------------------------------------------------------
Mon Oct 24 13:11:39 CEST 2011 - jslaby@suse.de
- update it and pl translations
- cleanup spec file
* don't package efi files to non-efi package
-------------------------------------------------------------------
Thu Aug 25 14:46:04 UTC 2011 - aj@suse.de
- Fix directory ownership.
-------------------------------------------------------------------
Tue Aug 23 12:46:43 UTC 2011 - aj@suse.de
- Build an efi subpackage [bnc#713595].
-------------------------------------------------------------------
Tue Aug 2 12:10:39 UTC 2011 - dvaleev@novell.com
- enable ppc build
- patch unused-but-set-variable
-------------------------------------------------------------------
Tue Jul 12 14:03:05 UTC 2011 - aj@suse.de
- Create submenu for all besides primary Linux kernels.
- Only run preun section during package install but not during
upgrade.
-------------------------------------------------------------------
Tue Jul 12 11:48:08 UTC 2011 - aj@suse.de
- Update README.openSUSE
-------------------------------------------------------------------
Tue May 31 10:42:29 CEST 2011 - jslaby@suse.de
- update translations
- update to 1.99 final
* See NEWS file for changes
-------------------------------------------------------------------
Sat May 7 12:33:43 CEST 2011 - jslaby@suse.de
- fix build with gcc 4.6
- build in parallel (fixed finally in 1.99)
- add translations from translations project
- update to 1.99-rc2
* See NEWS file for changes
-------------------------------------------------------------------
Wed Oct 27 16:57:13 CEST 2010 - jslaby@suse.de
- fix vanishing of /boot/grub2/* if /boot/grub/device.map
doesn't exist
-------------------------------------------------------------------
Mon Oct 25 12:39:11 UTC 2010 - jslaby@suse.de
- add missing " in the default file; add "fi" to grub2-linux.patch
-------------------------------------------------------------------
Mon Oct 11 22:29:27 CEST 2010 - jslaby@suse.de
- repack gz to bz2 (0.5M saving)
-------------------------------------------------------------------
Sat Oct 9 19:16:51 UTC 2010 - aj@suse.de
- Do not output vmlinux if vmlinuz of same version exists.
- Update default grub file.
-------------------------------------------------------------------
Sat Oct 9 13:58:31 UTC 2010 - aj@suse.de
- Add patch grub-1.98-follow-dev-mapper-symlinks.patch from Fedora
for grub2-probe to detect lvm devices correctly
-------------------------------------------------------------------
Sat Sep 11 23:55:54 CEST 2010 - jslaby@suse.de
- add gettext "requires"
-------------------------------------------------------------------
Sun Mar 14 12:11:53 UTC 2010 - aj@suse.de
- Fix build on x86-64.
-------------------------------------------------------------------
Fri Mar 12 20:39:25 UTC 2010 - aj@suse.de
- Don't build parallel.
- Update to grub 1.98 including:
* Multiboot on EFI support.
* Saved default menu entry support, with new utilities `grub-reboot' and
`grub-set-default'.
* Encrypted password support, with a new utility `grub-mkpasswd-pbkdf2'.
* `grub-mkfloppy' removed; use `grub-mkrescue' to create floppy images.
-------------------------------------------------------------------
Fri Feb 12 08:21:10 UTC 2010 - aj@suse.de
- Update to grub 1.97.2:
* Fix a few 4 GiB limits.
* Fix license problems with a few BSD headers.
* Lots of misc bugfixes.
-------------------------------------------------------------------
Wed Dec 9 12:37:18 UTC 2009 - aj@suse.de
- Fix requires.
-------------------------------------------------------------------
Wed Dec 9 11:45:57 UTC 2009 - aj@suse.de
- Mark /etc/default/grub as config file.
-------------------------------------------------------------------
Wed Dec 9 10:45:33 UTC 2009 - aj@suse.de
- Mark root partition rw
-------------------------------------------------------------------
Wed Dec 9 09:11:33 UTC 2009 - aj@suse.de
- New package grub2.