[lorax/f15] - add mkefiboot and imgutils.py (bcl)

Brian C. Lane bcl at fedoraproject.org
Tue Mar 6 18:20:46 UTC 2012


commit 72449dfcc0a8d3a9b31f0eced031512b262a53f7
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Mar 6 10:20:03 2012 -0800

    - add mkefiboot and imgutils.py (bcl)

 .gitignore |    1 +
 lorax.spec |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 034520c..68ccdbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /lorax-0.4.4.tar.bz2
 /lorax-0.4.5.tar.bz2
 /lorax-0.4.6.tar.bz2
+/lorax-0.4.7.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index dcf347b..9c05c2c 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        0.4.6
+Version:        0.4.7
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -53,6 +53,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 %{python_sitelib}/pylorax
 %{python_sitelib}/*.egg-info
 %{_sbindir}/lorax
+%{_sbindir}/mkefiboot
 %dir %{_sysconfdir}/lorax
 %config(noreplace) %{_sysconfdir}/lorax/lorax.conf
 %dir %{_datadir}/lorax
@@ -60,6 +61,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Tue Mar 06 2012 Brian C. Lane <bcl at redhat.com> 0.4.7-1
+- add mkefiboot and imgutils.py (bcl)
+
 * Tue May 10 2011 Martin Gracik <mgracik at redhat.com> 0.4.6-1
 - Do not remove libmodman (#701622)
 - Add firmware for Intel Wireless WiFi Link 6030 Adapters (#703291)
diff --git a/sources b/sources
index a81a252..6763b7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-152d3efb7ed097c43fe0a5176a1e8cae  lorax-0.4.6.tar.bz2
+742df5a3485efc16b0fe34848190ec8a  lorax-0.4.7.tar.bz2


More information about the scm-commits mailing list