[livecd-tools/f14/master] Fix for vesa boot menu item

Bruno Wolff III bruno at fedoraproject.org
Tue Sep 14 01:55:23 UTC 2010


commit 983c635c53bc6deb14a5dc18bd52a2893e5a63b8
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Sep 13 20:50:20 2010 -0500

    Fix for vesa boot menu item

 livecd-tools.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/livecd-tools.spec b/livecd-tools.spec
index d8005ad..26a40e0 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -5,7 +5,7 @@
 Summary: Tools for building live CDs
 Name: livecd-tools
 Version: 034
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://git.fedorahosted.org/git/livecd
@@ -15,6 +15,7 @@ URL: http://git.fedorahosted.org/git/livecd
 # make dist
 # scp livecd*.tar.bz2 fedorahosted.org:livecd
 Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2
+Patch0: vesa.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-imgcreate = %{version}-%{release}
 Requires: mkisofs
@@ -57,6 +58,7 @@ like live image or appliances.
 
 
 %prep
+%patch0 -p1
 %setup -q
 
 %build
@@ -90,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Mon Sep 13 2010 Bruno Wolff III <bruno at wolff.to> - 034-3
+- Backported fix for vesa boot menu item
+
 * Sun Sep 12 2010 Bruno Wolff III <bruno at wolff.to> - 034-2
 - mkbiarch needs pyparted
 


More information about the scm-commits mailing list