From 9638b5647100b6d91464aa782ffb03f2286b723f Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 27 Aug 2008 11:56:37 +0000 Subject: [PATCH] rediff patch to work around rpm fuzz bug --- grub-1.98-persistent.patch | 22 +++++++++++----------- grub2.spec | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/grub-1.98-persistent.patch b/grub-1.98-persistent.patch index a76d2e7f..c3dddc0a 100644 --- a/grub-1.98-persistent.patch +++ b/grub-1.98-persistent.patch @@ -4,11 +4,11 @@ configuration. Lubomir Rintel -diff -Nurp grub2.orig/conf/common.rmk grub2/conf/common.rmk ---- grub2.orig/conf/common.rmk 2008-08-07 21:37:16.000000000 +0200 -+++ grub2/conf/common.rmk 2008-08-08 07:14:01.000000000 +0200 -@@ -123,6 +123,12 @@ CLEANFILES += update-grub_lib - update-grub_SCRIPTS = 00_header 10_linux 10_hurd 10_windows 30_os-prober 40_custom +diff -up grub2/conf/common.rmk.persistent grub2/conf/common.rmk +--- grub2/conf/common.rmk.persistent 2008-08-27 10:49:16.000000000 +0200 ++++ grub2/conf/common.rmk 2008-08-27 13:51:33.000000000 +0200 +@@ -138,6 +138,12 @@ endif + CLEANFILES += $(update-grub_SCRIPTS) +90_persistent: util/grub.d/90_persistent.in config.status @@ -20,9 +20,9 @@ diff -Nurp grub2.orig/conf/common.rmk grub2/conf/common.rmk update-grub_DATA += util/grub.d/README -diff -Nurp grub2.orig/util/grub.d/90_persistent.in grub2/util/grub.d/90_persistent.in ---- grub2.orig/util/grub.d/90_persistent.in 1970-01-01 01:00:00.000000000 +0100 -+++ grub2/util/grub.d/90_persistent.in 2008-08-08 07:14:01.000000000 +0200 +diff -up /dev/null grub2/util/grub.d/90_persistent.in +--- /dev/null 2008-08-24 16:09:23.777049452 +0200 ++++ grub2/util/grub.d/90_persistent.in 2008-08-27 13:51:33.000000000 +0200 @@ -0,0 +1,37 @@ +#! /bin/sh -e + @@ -61,9 +61,9 @@ diff -Nurp grub2.orig/util/grub.d/90_persistent.in grub2/util/grub.d/90_persiste + /### END $ME ###/ {echo = 0; next} + {if (echo) print} +" ${GRUBCFG} -diff -Nurp grub2.orig/util/update-grub.in grub2/util/update-grub.in ---- grub2.orig/util/update-grub.in 2008-08-08 07:13:41.000000000 +0200 -+++ grub2/util/update-grub.in 2008-08-08 07:14:01.000000000 +0200 +diff -up grub2/util/update-grub.in.persistent grub2/util/update-grub.in +--- grub2/util/update-grub.in.persistent 2008-08-27 13:51:33.000000000 +0200 ++++ grub2/util/update-grub.in 2008-08-27 13:51:33.000000000 +0200 @@ -176,11 +176,12 @@ echo "Updating ${grub_cfg} ..." >&2 cat << EOF diff --git a/grub2.spec b/grub2.spec index a0760456..ab85c38c 100644 --- a/grub2.spec +++ b/grub2.spec @@ -98,7 +98,7 @@ file that is part of this package's documentation for more information. %patch5 -p1 -b .os %patch6 -p1 -b .cfgmode %patch7 -p1 -b .garbage -%patch8 -F2 -p1 -b .persistent +%patch8 -p1 -b .persistent %patch9 -p0 -b .linuxsort %patch10 -p1 -b .dlsym %patch13 -p1 -b .preserve-symbols