[lorax/f16] - mkefiboot: Add support for disk label files (mjg) - mkefiboot: Copy Mac bootloader, rather than li

Brian C. Lane bcl at fedoraproject.org
Thu May 3 22:53:15 UTC 2012


commit f4c9e04e8ae879f41f89ef562d8687f366515f32
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu May 3 15:52:58 2012 -0700

    - mkefiboot: Add support for disk label files (mjg)
    - mkefiboot: Copy Mac bootloader, rather than linking it (mjg)
    - mkefiboot: Make Apple boot images appear in the startup preferences (mjg)

 .gitignore |    1 +
 lorax.spec |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1eb0947..9a9f10d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /lorax-16.4.6.tar.bz2
 /lorax-16.4.7.tar.bz2
 /lorax-16.4.8.tar.bz2
+/lorax-16.4.9.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index 4656d3e..174ea6c 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        16.4.8
-Release:        2%{?dist}
+Version:        16.4.9
+Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
 Group:          Applications/System
@@ -66,6 +66,11 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Thu May 03 2012 Brian C. Lane <bcl at redhat.com> 16.4.9-1
+- mkefiboot: Add support for disk label files (mjg)
+- mkefiboot: Copy Mac bootloader, rather than linking it (mjg)
+- mkefiboot: Make Apple boot images appear in the startup preferences (mjg)
+
 * Wed Mar 07 2012 Brian C. Lane <bcl at redhat.com> 16.4.8-2
 - Add new requires for imgutils and mkefiboot
 
diff --git a/sources b/sources
index 5561308..c456cd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df2f765b34664923c81bf02442162a24  lorax-16.4.8.tar.bz2
+e26d36a37de0da77ff26b1a72c7745c0  lorax-16.4.9.tar.bz2


More information about the scm-commits mailing list