[lorax/f17] - reverted last two commits using f18 source - livemedia-creator: Hook up arch option (bcl at redhat.co

Brian C. Lane bcl at fedoraproject.org
Thu Jun 14 20:05:11 UTC 2012


commit 10da064719b26ab7bf0639e0096f9ff773da94ab
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Jun 14 13:02:23 2012 -0700

    - reverted last two commits using f18 source
    - livemedia-creator: Hook up arch option (bcl at redhat.com)
    - livemedia-creator: Add appliance creation (bcl at redhat.com)
    - livemedia-creator: handle failed mount for ami (bcl at redhat.com)
    - Add the ppc magic file (mgracik at redhat.com)
    - Install proper branding packages from repo (#813969) (mgracik at redhat.com)

 .gitignore |    1 +
 lorax.spec |   11 ++++++++++-
 sources    |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22a3b3f..1ec1256 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
 /lorax-17.23.tar.gz
 /lorax-17.24.tar.gz
 /lorax-17.25.tar.gz
+/lorax-17.26.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 4415ec1..8826ab0 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        17.25
+Version:        17.26
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -31,6 +31,7 @@ Requires:       xz
 Requires:       squashfs-tools >= 4.2
 Requires:       e2fsprogs
 Requires:       yum
+Requires:       pykickstart
 
 %ifarch %{ix86} x86_64
 Requires:       syslinux >= 4.02-5
@@ -79,6 +80,14 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Mon Jun 11 2012 Brian C. Lane <bcl at redhat.com> 17.26-1
+- reverted last two commits using f18 source
+- livemedia-creator: Hook up arch option (bcl at redhat.com)
+- livemedia-creator: Add appliance creation (bcl at redhat.com)
+- livemedia-creator: handle failed mount for ami (bcl at redhat.com)
+- Add the ppc magic file (mgracik at redhat.com)
+- Install proper branding packages from repo (#813969) (mgracik at redhat.com)
+
 * Fri May 18 2012 Martin Gracik <mgracik at redhat.com> 17.25-1
 - Use --mac for isohybrid only if doing macboot images (mgracik at redhat.com)
 
diff --git a/sources b/sources
index c0ce11f..92a4a2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb3735dbbba2a2711143f0c7dc621bc1  lorax-17.25.tar.gz
+d297e47b01a47dfe389e7a0646110697  lorax-17.26.tar.gz


More information about the scm-commits mailing list