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

Luke Macken lmacken at fedoraproject.org
Sun Jun 12 22:06:06 UTC 2011


commit c9964ab98d8f762e1f81cf708984ff76f6172ae3
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun Jun 12 18:05:50 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 8b78728..fcdf499 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 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 79ec871..a3643e3 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -2,7 +2,7 @@
 
 Name:           liveusb-creator
 Version:        3.11.1
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        A liveusb creator
 
 Group:          Applications/System
@@ -68,6 +68,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)
+
 * Fri May 27 2011 Luke Macken <lmacken at redhat.com> - 3.11.1-2
 - Remove the syslinux-extlinux requirement, which doesn't exist on F13
 
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