rpms/liveusb-creator/devel liveusb-creator-3.6.5-olpc-dcon-unfreeze.patch, NONE, 1.1 liveusb-creator.spec, 1.19, 1.20

Christoph Wickert cwickert at fedoraproject.org
Wed May 20 10:58:40 UTC 2009


Author: cwickert

Update of /cvs/extras/rpms/liveusb-creator/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28899

Modified Files:
	liveusb-creator.spec 
Added Files:
	liveusb-creator-3.6.5-olpc-dcon-unfreeze.patch 
Log Message:
* Wed May 20 2009 Christoph Wickert <cwickert at fedoraproject.org> - 3.6.5-3
- Make olpc.fth unfreeze disply for newer BIOSes than Q2E30 (#501688)


liveusb-creator-3.6.5-olpc-dcon-unfreeze.patch:

--- NEW FILE liveusb-creator-3.6.5-olpc-dcon-unfreeze.patch ---
--- liveusb-creator-3.6.5.orig/liveusb/olpc.py	2009-04-09 15:42:59.000000000 +0200
+++ liveusb-creator-3.6.5/liveusb/olpc.py	2009-05-20 11:38:33.000000000 +0200
@@ -35,5 +35,6 @@
 " ${BOOTPATHDEV}\syslinux\initrd0.img" expand$ to ramdisk
 " ${BOOTPATHDEV}\syslinux\\vmlinuz0" expand$ to boot-device
 unfreeze
+dcon-unfreeze
 boot
 """


Index: liveusb-creator.spec
===================================================================
RCS file: /cvs/extras/rpms/liveusb-creator/devel/liveusb-creator.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- liveusb-creator.spec	9 Apr 2009 18:00:53 -0000	1.19
+++ liveusb-creator.spec	20 May 2009 10:58:10 -0000	1.20
@@ -2,13 +2,14 @@
 
 Name:           liveusb-creator
 Version:        3.6.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A liveusb creator
 
 Group:          Applications/System
 License:        GPLv2
 URL:            https://fedorahosted.org/liveusb-creator
 Source0:        https://fedorahosted.org/releases/l/i/liveusb-creator/%{name}-%{version}.tar.bz2
+Patch0:         %{name}-3.6.5-olpc-dcon-unfreeze.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,6 +26,7 @@ A liveusb creator from Live Fedora image
 
 %prep
 %setup -q
+%patch0 -p1 -b .dcon-unfreeze
 
 %build
 %{__python} setup.py build
@@ -68,6 +70,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Wed May 20 2009 Christoph Wickert <cwickert at fedoraproject.org> - 3.6.5-3
+- Make olpc.fth unfreeze disply for newer BIOSes than Q2E30 (#501688)
+
 * Thu Apr 09 2009 Luke Macken <lmacken at redhat.com> 3.6.5-2
 - Fix the checksum verification to support sha256
 




More information about the fedora-extras-commits mailing list