[liveusb-creator] Fix traceback that occurs when extlinux is not installed (#712722)

Luke Macken lmacken at fedoraproject.org
Sun Jun 12 20:34:26 UTC 2011


commit 2d02b30a04a36d29cbf2029422df46f84278d483
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun Jun 12 16:34:14 2011 -0400

    Fix traceback that occurs when extlinux is not installed (#712722)

 .gitignore           |    1 +
 liveusb-creator.spec |    5 ++++-
 sources              |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c24b4a4..f060f68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ liveusb-creator-3.9.2.tar.bz2
 liveusb-creator-3.9.3.tar.bz2
 /liveusb-creator-3.11.0.tar.bz2
 /liveusb-creator-3.11.1.tar.bz2
+/liveusb-creator-3.11.2.tar.bz2
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 9bde7eb..b1e6331 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           liveusb-creator
-Version:        3.11.1
+Version:        3.11.2
 Release:        1%{?dist}
 Summary:        A liveusb creator
 
@@ -69,6 +69,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Sun Jun 12 2011 Luke Macken <lmacken at redhat.com> - 3.11.2-1
+- Fix traceback that occurs when extlinux is not installed (#712722)
+
 * Tue May 24 2011 Luke Macken <lmacken at redhat.com> - 3.11.1-1
 - Bump to support downloading Fedora 15
 
diff --git a/sources b/sources
index 746423c..f4f159a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e38ba656d75b634512a7d50067899e1  liveusb-creator-3.11.1.tar.bz2
+1aa69c93f530364a67a675c0e664e61e  liveusb-creator-3.11.2.tar.bz2


More information about the scm-commits mailing list