Changelog for
grub-0.97-188.2.1.x86_64.rpm :
Tue Mar 26 13:00:00 2013 rhaferAATTsuse.com
- added workaround to %post scriptlet to allow osc building images
again (bnc#805732)
Mon Nov 12 13:00:00 2012 meissnerAATTsuse.com
- also require ncurses-devel on x86_64 to get the headers
Tue May 22 14:00:00 2012 idonmezAATTsuse.com
- Fix build with new automake
Wed Feb 15 13:00:00 2012 lchiquittoAATTsuse.com
- Remove silly MAP_GROWSDOWN flag when allocating scratch mem
for the grub shell (bnc#717836, bnc#640391)
Tue Dec 20 13:00:00 2011 duweAATTsuse.com
- Fix access to incomplete last track.
Wed Nov 30 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency
Tue Nov 22 13:00:00 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 14:00:00 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 14:00:00 2010 roAATTsuse.de
- skip post install in build environment
- remove buggy grub-set-default, superseded by grubonce
(bnc#584082).
Tue Mar 9 13:00:00 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 13:00:00 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 13:00:00 2010 tiwaiAATTsuse.de
- fix the truncation of boot options in 256 chars with gfx menu
(bnc#573453)
Sun Jan 24 13:00:00 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 13:00:00 2009 meissnerAATTsuse.de
- refresh patches with fuzz=0
Wed Aug 26 14:00:00 2009 mlsAATTsuse.de
- make patch0 usage consistent
Thu Jul 23 14:00:00 2009 cooloAATTnovell.com
- sort out fomit-frame-pointer to fix crash on i586 (bnc#515529)
Wed May 27 14:00:00 2009 jeffmAATTsuse.de
- Fix bug in iso9660 handling that will allow it to operate
on non-CDROM devices.