[lorax/f16] - add mkefiboot and imgutils.py (bcl) - Do not remove /usr/bin/env (mgracik)

Brian C. Lane bcl at fedoraproject.org
Tue Mar 6 18:06:56 UTC 2012


commit e9387dc67af8c1f289bbc41ec6ea1afd624c3dd0
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Mar 6 10:06:33 2012 -0800

    - add mkefiboot and imgutils.py (bcl)
    - Do not remove /usr/bin/env (mgracik)

 .gitignore |    1 +
 lorax.spec |   10 ++++++----
 sources    |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87c98b7..1eb0947 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /lorax-16.4.5.tar.bz2
 /lorax-16.4.6.tar.bz2
 /lorax-16.4.7.tar.bz2
+/lorax-16.4.8.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index 38030ba..2caecfe 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        16.4.7
-Release:        2%{?dist}
+Version:        16.4.8
+Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
 Group:          Applications/System
@@ -54,6 +54,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
@@ -61,8 +62,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
-* Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 16.4.7-2
-- Rebuilt for glibc bug#747377
+* Tue Mar 06 2012 Brian C. Lane <bcl at redhat.com> 16.4.8-1
+- add mkefiboot and imgutils.py (bcl)
+- Do not remove /usr/bin/env (mgracik)
 
 * Mon Oct 17 2011 Martin Gracik <mgracik at redhat.com> 16.4.7-1
 - Changes required for grub2 (dgilmore)
diff --git a/sources b/sources
index 6b77c00..5561308 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbb4d90d8b49bb2d39a1f99838390f20  lorax-16.4.7.tar.bz2
+df2f765b34664923c81bf02442162a24  lorax-16.4.8.tar.bz2


More information about the scm-commits mailing list