2 commits - liveusb/creator.py liveusb-creator.spec

Luke Macken lmacken at fedoraproject.org
Thu Nov 13 06:05:41 UTC 2008


 liveusb-creator.spec |    8 +++++++-
 liveusb/creator.py   |    6 ++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 5c9ed52a6b880cea01f07cb1604b2c78157d54ba
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Nov 13 01:01:04 2008 -0500

    Update a docstring

diff --git a/liveusb/creator.py b/liveusb/creator.py
index 052ce32..3f3408f 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -125,6 +125,12 @@ class LiveUSBCreator(object):
             self._setup_olpc()
 
     def _setup_olpc(self):
+        """ Install the Open Firmware configuration for the OLPC.
+
+        This method will make the selected device bootable on the OLPC.  It
+        does this by installing a /boot/olpc.fth open firmware configuration
+        file that enables booting off of USB and SD cards on the XO.
+        """
         self.log.info(_('Setting up OLPC boot file...'))
         args = []
 


commit 7e31a9d8c3e42d0bf1a694317f6ccb26ec5beeaf
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Nov 13 01:00:33 2008 -0500

    Exclude ppc and ppc64

diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 1e4d03a..17fb698 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -2,7 +2,7 @@
 
 Name:           liveusb-creator
 Version:        3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A liveusb creator
 
 Group:          Applications/System
@@ -12,6 +12,9 @@ Source0:        https://fedorahosted.org/releases/l/i/liveusb-creator/%{name}-%{
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+ExcludeArch:    ppc
+ExcludeArch:    ppc64
+
 BuildRequires:  python-devel, python-setuptools, PyQt4-devel, desktop-file-utils gettext
 Requires:       syslinux, PyQt4, usermode, isomd5sum
 
@@ -61,6 +64,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Fri Oct 03 2008 Luke Macken <lmacken at redhat.com> 3.0-2
+- Exclude ppc and ppc64, as syslinux will not work on those architectures.
+
 * Fri Aug 29 2008 Luke Macken <lmacken at redhat.com> 3.0-1
 - Latest upstream release, containing various bugfixes
 - Fedora 10 Beta support




More information about the liveusb-creator mailing list