Commit Graph

  • 2b9af11d18 remove check for serial.mod in 00_header Brian C. Lane 2012-03-09 09:09:16 -0800
  • d1b39fb814 Add fix for i386 as well. Peter Jones 2012-03-07 10:56:37 -0500
  • 645dc62a35 Update for newer autotools and gcc 4.7.0 Peter Jones 2012-03-07 10:43:18 -0500
  • 06628ab459 Merge branch 'master' of ssh://pkgs.fedoraproject.org/grub2 Peter Jones 2012-03-07 09:12:41 -0500
  • 62a7c9b4ec Add /etc/sysconfig/grub link to /etc/default/grub Peter Jones 2012-03-07 09:11:56 -0500
  • 1a635d813d Build with -Os (bug 782144) Orion Poplawski 2012-02-17 09:57:50 -0700
  • fd5ed7048b - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild Dennis Gilmore 2012-01-12 22:22:19 -0600
  • 8a7df50949 fix up various grub2-efi issues Matthew Garrett 2011-12-14 14:06:36 -0500
  • 8a04b0c277 add an upstream reference for the grub-probe call patch Adam Williamson 2011-12-08 12:05:28 -0800
  • c07e9a4da9 ExcludeArch s390*, which is not supported by this package. Resolves: rhbz#758333 Peter Jones 2011-12-08 14:36:18 -0500
  • 64c72fe7f7 bump the rev Adam Williamson 2011-12-08 10:00:13 -0800
  • 6c1e129663 fix the hardwired call to grub-probe in 30_os-prober (RH #737203) Adam Williamson 2011-12-08 09:59:29 -0800
  • 212d822ae8 Lots of .spec fixes from Mads Kiilerich: Remove comment about update-grub - it isn't run in any scriptlets patch info pages so they can be installed and removed correctly when renamed fix references to grub/grub2 renames in info pages (#743964) update README.Fedora (#734090) fix comments for the hack for upgrading from grub2 < 1.99-4 fix sed syntax error preventing use of $RPM_OPT_FLAGS (#704820) make /etc/grub2*.cfg %config(noreplace) make grub.cfg %ghost - an empty file is of no use anyway create /etc/default/grub more like anaconda would create it (#678453) don't create rescue entries by default - grubby will not maintain them anyway set GRUB_SAVEDEFAULT=true so saved defaults works (rbhz#732058) grub2-efi should have its own bash completion don't set gfxpayload in efi mode - backport upstream r3402 Handle dmraid better. Resolves: rhbz#742226 Peter Jones 2011-11-07 11:44:55 -0500
  • b4e6bbb0ec don't set gfxpayload in efi mode - backport upstream r3402 Mads Kiilerich 2011-10-27 17:09:09 +0200
  • dfcf823ef8 Handle dmraid better. Resolves: rhbz#742226 Peter Jones 2011-10-24 11:49:25 -0400
  • e61d26e2a3 grub2-efi should have its own bash completion Mads Kiilerich 2011-10-27 17:09:08 +0200
  • 204ee270c4 set GRUB_SAVEDEFAULT=true so saved defaults works (rbhz#732058) Mads Kiilerich 2011-10-27 17:09:07 +0200
  • 12d8378872 don't create rescue entries by default - grubby will not maintain them anyway Mads Kiilerich 2011-10-27 17:09:06 +0200
  • 16c009c051 create /etc/default/grub more like anaconda would create it (#678453) Mads Kiilerich 2011-10-27 17:09:05 +0200
  • bf4e2d266e make grub.cfg %ghost - an empty file is of no use anyway Mads Kiilerich 2011-10-27 17:09:04 +0200
  • 21f0c0b86e /etc/grub2*.cfg symlinks can be customized to point somewhere else - make them %config(noreplace) Mads Kiilerich 2011-10-27 17:09:03 +0200
  • d5f74283a0 fix sed syntax error preventing use of $RPM_OPT_FLAGS (#704820) Mads Kiilerich 2011-10-27 17:09:02 +0200
  • e3760090e5 move comments for the hack for upgrading from grub2 < 1.99-4 so they appear in the right place Mads Kiilerich 2011-10-27 17:09:01 +0200
  • 21d845a6c3 update README.Fedora (#734090) Mads Kiilerich 2011-10-27 17:09:00 +0200
  • 51c2ea75cb fix references to grub/grub2 renames in info pages (#743964) Mads Kiilerich 2011-10-27 17:08:59 +0200
  • ee18b8d4c1 patch info pages so they can be installed and removed correctly when renamed Mads Kiilerich 2011-10-27 17:08:58 +0200
  • 1068837011 Remove comment about update-grub - it isn't run in any scriptlets Mads Kiilerich 2011-10-27 17:08:57 +0200
  • 7cabf5f6f8 - Rebuilt for glibc bug#747377 Dennis Gilmore 2011-10-26 18:59:55 -0500
  • 7c419b815b mark /etc/default/grub as config(noreplace) Adam Williamson 2011-10-19 13:41:11 -0700
  • a9b3287b03 Merge commit '328405c9f5f69dd1f41d5c0a742ad64bd19698de' Adam Williamson 2011-10-13 13:31:42 -0700
  • 328405c9f5 grub has an epoch, so we need that expressed in the obsolete as well. Today isn't my day. Peter Jones 2011-10-11 16:53:55 -0400
  • ba6990d52a Fix my bad obsoletes syntax. Peter Jones 2011-10-11 15:00:17 -0400
  • 091a3cda9d Fix extra patch added that shouldn't have gone in yet. Peter Jones 2011-10-06 17:07:18 -0400
  • 5606a4e17d Obsolete grub-0.97 . Peter Jones 2011-10-06 16:58:34 -0400
  • 1156d47d8e Use mv not cp to try to avoid moving disk blocks around for -5 fix Related: rhbz#735259 handle initramfs on xen better (patch from Marko Ristola) Resolves: rhbz#728775 Peter Jones 2011-09-14 16:08:42 -0400
  • 3e87d77807 Use mv not cp to try to avoid moving disk blocks around for -5 fix Related: rhbz#735259 handle initramfs on xen better (patch from Marko Ristola) Resolves: rhbz#728775 Peter Jones 2011-09-14 16:08:42 -0400
  • eb5089f407 Fix upgrades from grub2 < 1.99-4 (#735259) Kalev Lember 2011-09-03 21:11:08 +0300
  • 6098d129ab Don't do sysadminny things in %preun or %post ever. (#735259) Actually include the changelog in this build (sorry about -3) Peter Jones 2011-09-02 12:18:20 -0400
  • 2cf9915645 Bump release version to -3 Peter Jones 2011-09-02 11:59:29 -0400
  • 5c9195d690 Don't do sysadminny things in %preun or %post ever. (#735259) Peter Jones 2011-09-02 10:57:30 -0400
  • 62686d201e Require os-prober (#678456) (patch from Elad Alfassa) Require which (#734959) (patch from Elad Alfassa) Peter Jones 2011-09-01 16:50:42 -0400
  • ee1d6dae6f Update to grub-1.99 final. Fix crt1.o require on x86-64 (fix from Mads Kiilerich) Various CFLAGS fixes (from Mads Kiilerich) fexceptions and -m64 Temporarily ignore translations (from Mads Kiilerich) Peter Jones 2011-09-01 11:33:20 -0400
  • b35cdf37f7 Update to -0.3 Peter Jones 2011-07-21 17:20:22 -0400
  • 34b46d9fe8 Set sbindir correctly. Peter Jones 2011-07-20 11:23:00 -0400
  • b577e7c89e Fixes for ppc Peter Lemenkov 2011-06-23 23:47:53 +0400
  • b87b26e070 BuildRequire texinfo Peter Jones 2011-05-11 10:54:21 -0400
  • 7c097239ad Don't modify grub config in the grub package scriptlets. Peter Jones 2011-05-03 14:02:11 -0400
  • 41a54de8fa Clean up spec file a bit and move EFI to a subpackage. Peter Jones 2011-03-14 17:02:57 -0400
  • 95e479dce1 Build grub2-efi as a subpackage, and update some build deps. Peter Jones 2011-03-10 14:25:50 -0500
  • 624cc16288 There's another unused variable that some GCC versions complain about... Peter Jones 2011-03-10 13:21:52 -0500
  • 1fcd613638 Make 1.99~rc1 build on i686... Peter Jones 2011-03-03 17:08:24 -0500
  • b2860346f4 Fix whitespace... Peter Jones 2011-03-02 10:21:28 -0500
  • 62330688f3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild Dennis Gilmore 2011-02-09 00:24:08 -0600
  • a07a75d7c1 dist-git conversion Fedora Release Engineering 2010-07-28 17:08:45 +0000
  • 7eb1bde81a correctly generate a grub config on kernel updates Dennis Gilmore 2010-07-17 19:30:49 +0000
  • 692a7783dd update to 1.98 add patch to make config generation work correctly with lvm/devicemapper remove all the old patches Dennis Gilmore 2010-05-29 01:48:15 +0000
  • 7c607f14ce update to 1.97.2 Dennis Gilmore 2010-02-12 23:02:53 +0000
  • a736a84c2b remove dep on mkinitrd Dennis Gilmore 2010-01-20 17:32:08 +0000
  • ce2cd08a17 add patch for initramfs support Dennis Gilmore 2009-12-01 21:33:09 +0000
  • 3fa144d895 Fix typo that causes a failure to update the common directory. (releng #2781) Bill Nottingham 2009-11-25 23:19:47 +0000
  • 34399bb010 sparc fixes make sure dracut is available Dennis Gilmore 2009-11-10 22:54:45 +0000
  • a72f2be117 clean up file lists Dennis Gilmore 2009-11-10 20:41:16 +0000
  • e98789b000 update to the 1.97.1 release Dennis Gilmore 2009-11-10 19:43:01 +0000
  • 5e0037e369 fix BR Dennis Gilmore 2009-11-10 18:49:52 +0000
  • e0466312bc update svn snapshot add sparc support Dennis Gilmore 2009-09-12 02:25:07 +0000
  • b08b8677c4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Jesse Keating 2009-07-25 01:31:50 +0000
  • b95f802092 - Add missing BR Lubomir Rintel 2009-03-01 13:15:33 +0000
  • 0ad9c2ad2d - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Jesse Keating 2009-02-25 01:17:01 +0000
  • 034dd26d18 typo Lubomir Rintel 2008-08-27 12:40:16 +0000
  • 9638b56471 rediff patch to work around rpm fuzz bug Lubomir Rintel 2008-08-27 11:56:37 +0000
  • ca7499048d - Updated SVN snapshot - Added huge fat warnings Lubomir Rintel 2008-08-27 09:06:33 +0000
  • 0e50f1f9a3 Initial import Lubomir Rintel 2008-08-27 08:07:28 +0000
  • c8e11958aa Setup of module grub2 Kevin Fenzi 2008-08-26 23:27:03 +0000