Changelog for
grub-0.97-lp150.266.1.x86_64.rpm :
* Mon Feb 19 2018 duweAATTsuse.com- remove grub-configure-check-libncurses; according to boo#1058509 it is not only incorrect, but also harmful. Rather disable the precious curses support in favour of a working program.
* Fri Feb 16 2018 duweAATTsuse.com- rip illumos-zfs-grub-fix-for-dell-bios from Illumos / OpenZFS to make grub work on more broken dell BIOSes (bsc#1045024)
* Fri Feb 10 2017 duweAATTsuse.com- add SHA-2 password support (bsc#1020714, FATE#322419) grub-password-sha2-crypt It\'s easier to add this once, than to keep explaining why it isn\'t neccessary.
* Fri Jul 10 2015 wernerAATTsuse.de- If compiled static the libdl is required
* Thu Feb 26 2015 mchangAATTsuse.com- fix checking libncurses failure due to undefined external symbol from libtinfo (boo#918028) - added grub-configure-check-libncurses
* Tue Mar 04 2014 duweAATTsuse.com- %post changes from 2013-10-16 broke kiwi image creation. Always copy over the boot stages even if we\'re not sure yet whether they are needed (bnc#863293).
* Sat Jan 04 2014 cooloAATTsuse.com- some changes merged from Fedora: - build with -O0 -static instead of -Os - disable net boot, too much trouble for a legacy option - compile with recent gcc but with more -f options
* Wed Nov 13 2013 oheringAATTsuse.de- Remove fuzz from handle-incomplete-last-track
* Wed Oct 16 2013 duweAATTsuse.com- pull fixes from SLES (bnc#830796) + more unsigned-blocks-n-offsets + more e2fs IDs -- rename patch accordingly recognise-zen -> add-e2fs-slice-types + look for protective MBR partition in all 4 slots + grub-bigraid-failsafe: try harder to provide a reasonable geometry on soft RAIDs- remove the wildcard patches for good: stage2-dir-callback.diff stage2-wildcard.diff stage2-wildcard-zerowidth.diff stage2-wildcard-doc.diff
* Wed Oct 16 2013 duweAATTsuse.com- restructure %post in order to fix bnc#846163, bnc#844893, bnc#805732, bnc#682337 Only walk through the boot loader install logic if it is configured. Use fsync if available.- revert misguided \"ncurses-devel\" hackery (again!)
* Mon Jul 15 2013 mlsAATTsuse.de- boot/boot is a symlink, not a directory (fixes build with rpm-4.11.1)
* Fri Apr 26 2013 mmeisterAATTsuse.com- Added makeinfo BuildRequire to fix build with new automake
* Mon Apr 22 2013 meissnerAATTsuse.com- make build on x86_64
* Wed Mar 27 2013 mmeisterAATTsuse.com- Added url as source. Please see http://en.opensuse.org/SourceUrls
* Wed Jan 16 2013 dmuellerAATTsuse.com- restrict xfs_freeze hack to xfs and avoid it in instsys. It has devastating effects on ext4
* Wed Nov 14 2012 duweAATTsuse.com- revert previous misguided \"fix\", as it does not cure the root cause, see bnc#789169
* Mon Nov 12 2012 meissnerAATTsuse.com- also require ncurses-devel on x86_64 to get the headers
* Tue May 22 2012 idonmezAATTsuse.com- Fix build with new automake
* Wed Feb 15 2012 lchiquittoAATTsuse.com- Remove silly MAP_GROWSDOWN flag when allocating scratch mem for the grub shell (bnc#717836, bnc#640391)
* Tue Dec 20 2011 duweAATTsuse.com- Fix access to incomplete last track.
* Wed Nov 30 2011 cooloAATTsuse.com- add automake as buildrequire to avoid implicit dependency
* Tue Nov 22 2011 mchangAATTsuse.com- In post-install, check if bootloader setting is grub prior to install in case of overwriting the working one. (bnc#726836)
* Fri May 21 2010 roAATTsuse.de- fix the post-install again, can not just disable in buildenv for image-building reasons- make sure all lines in post-install have a clean exit status, \"test $condition && echo\" constructs should not be used, replaced by if..then..fi instead- test if xfs_freeze is available before calling it
* Thu Apr 29 2010 roAATTsuse.de- skip post install in build environment- remove buggy grub-set-default, superseded by grubonce (bnc#584082).
* Tue Mar 09 2010 duweAATTsuse.de- more sles11 fixes, for bnc#582650, bnc#579646, bnc#552157, bnc#561588 (support up to 2TB, more broken BIOS workarounds, prereq blkid)
* Thu Feb 11 2010 duweAATTsuse.de- pull various fixes from SLES11-SP1: + use gcc-4.1 to build, with known compiler flags (bnc#178329, bnc#372024, bnc#339959, bnc#542099, bnc#548600, bnc#548523) + null-terminate the configfile (bnc#554546) + use blkid instead of the vanished vol_id (bnc#555293) + use xfs_freeze during %post + make sure grubonce is executable (e.g. bnc#577897)
* Mon Jan 25 2010 tiwaiAATTsuse.de- fix the truncation of boot options in 256 chars with gfx menu (bnc#573453)
* Sun Jan 24 2010 jdelvareAATTsuse.de- Stop copying /usr/lib/grub/
*/
*stage1
* during post-install, there are no files there, and this can cause confusion when debugging (see bnc#513821#c128).
* Sun Nov 15 2009 meissnerAATTsuse.de- refresh patches with fuzz=0
* Wed Aug 26 2009 mlsAATTsuse.de- make patch0 usage consistent
* Thu Jul 23 2009 cooloAATTnovell.com- sort out fomit-frame-pointer to fix crash on i586 (bnc#515529)
* Wed May 27 2009 jeffmAATTsuse.de- Fix bug in iso9660 handling that will allow it to operate on non-CDROM devices.