From 97b9f99b554f5aacbc5fd0278a751f3f97d30cc3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Apr 2011 17:05:14 +0200 Subject: [PATCH] grub: update to 1.99rc2. --- .../grub/patches/20_linux_xen_misc_fixes.patch | 16 ---------------- srcpkgs/grub/template | 5 ++--- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/grub/patches/20_linux_xen_misc_fixes.patch diff --git a/srcpkgs/grub/patches/20_linux_xen_misc_fixes.patch b/srcpkgs/grub/patches/20_linux_xen_misc_fixes.patch deleted file mode 100644 index b3348aedab..0000000000 --- a/srcpkgs/grub/patches/20_linux_xen_misc_fixes.patch +++ /dev/null @@ -1,16 +0,0 @@ -Only process xen image files with .gz extension and regular files -not symlinks. - ---- util/grub.d/20_linux_xen.in.orig 2011-02-09 14:34:45.239824080 +0100 -+++ util/grub.d/20_linux_xen.in 2011-02-09 14:36:26.760493023 +0100 -@@ -98,8 +98,8 @@ linux_list=`for i in /boot/vmlinu[xz]-* - version=$(echo $basename | sed -e "s,^[^0-9]*-,,g") - if grub_file_is_not_garbage "$i" && grep -qx "CONFIG_XEN_DOM0=y" /boot/config-${version} 2> /dev/null ; then echo -n "$i " ; fi - done` --xen_list=`for i in /boot/xen*; do -- if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi -+xen_list=`for i in /boot/xen*.gz; do -+ if grub_file_is_not_garbage "$i" && ! test -h "$i"; then echo -n "$i " ; fi - done` - prepare_boot_cache= - diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index e1e3b525ec..46c1445b6e 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -1,15 +1,14 @@ # Template file for 'grub' pkgname=grub _distver=1.99 -_patchver=rc1 +_patchver=rc2 version=${_distver}${_patchver} -revision=2 wrksrc="grub-${_distver}~${_patchver}" distfiles="ftp://alpha.gnu.org/gnu/grub/grub-${_distver}~${_patchver}.tar.gz" build_style=gnu_configure short_desc="GRand Unified Bootloader 2" maintainer="Juan RP " -checksum=f0333efa6c5e3198f658b8124eebcf613b916b7873d647abb009169d1ff39d52 +checksum=ea8f243c95851d58d34ac04910929395790e9b9383d6deb2bb6750435bc3e7bd long_desc=" This is GRUB 2, the second version of the GRand Unified Bootloader. GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more