diff --git a/livecd-tools-18.8.splash.red.patch b/livecd-tools-18.8.splash.red.patch new file mode 100644 index 0000000..15fee01 --- /dev/null +++ b/livecd-tools-18.8.splash.red.patch @@ -0,0 +1,18 @@ +diff -Nur livecd-tools-18.8.old/imgcreate/live.py livecd-tools-18.8/imgcreate/live.py +--- livecd-tools-18.8.old/imgcreate/live.py 2014-01-15 19:15:21.000000000 +0400 ++++ livecd-tools-18.8/imgcreate/live.py 2014-01-16 00:17:42.004954362 +0400 +@@ -433,12 +433,12 @@ + + def __copy_syslinux_background(self, isodest): + background_path = self._instroot + \ +- "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg" ++ "/usr/share/gfxboot/themes/Rosa-EE/splash.jpg" + + if not os.path.exists(background_path): + # fallback to F13 location + background_path = self._instroot + \ +- "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg" ++ "/usr/share/gfxboot/themes/Rosa-EE/splash.jpg" + + if not os.path.exists(background_path): + return False diff --git a/livecd-tools.spec b/livecd-tools.spec index 5b00323..683c263 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -5,7 +5,7 @@ Summary: Tools for building live CDs Name: livecd-tools Version: 18.8 -Release: 39 +Release: 40 Epoch: 1 License: GPLv2 Group: System/Base