[lorax] - remove firewalld from installroot (#1002195) (bcl at redhat.com) - Make sure grubby is installed for

Brian C. Lane bcl at fedoraproject.org
Tue Sep 3 22:30:51 UTC 2013


commit 7d9b1543ef4492f1969653dd980457bd074c0e0e
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Sep 3 15:30:15 2013 -0700

    - remove firewalld from installroot (#1002195) (bcl at redhat.com)
    - Make sure grubby is installed for initrd creation (#1001896) (bcl at redhat.com)
    - GRUB2 as the ISO boot loader for POWER arch (pfsmorigo at br.ibm.com)
    - Require hfsplus-tools on Fedora x86_64 (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   12 ++++++++++--
 sources    |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed29aa1..1e0e29c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /lorax-19.6.tar.gz
 /lorax-19.7.tar.gz
 /lorax-19.8.tar.gz
+/lorax-20.0.tar.gz
diff --git a/lorax.spec b/lorax.spec
index f547092..7ead96b 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,14 +1,14 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        19.8
+Version:        20.0
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://git.fedorahosted.org/git/?p=lorax.git
-Source0:        https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz
+Source0:        https://git.fedorahosted.org/cgit/lorax.git/snapshot/lorax-%{version}-%{release}.tar.gz
 
 BuildRequires:  python2-devel
 
@@ -51,6 +51,8 @@ Requires:       syslinux >= 4.02-5
 
 %ifarch ppc ppc64
 Requires:       kernel-bootwrapper
+Requires:       grub2
+Requires:       grub2-tools
 %endif
 
 %ifarch s390 s390x
@@ -88,6 +90,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* Tue Sep 03 2013 Brian C. Lane <bcl at redhat.com> 20.0-1
+- remove firewalld from installroot (#1002195) (bcl at redhat.com)
+- Make sure grubby is installed for initrd creation (#1001896) (bcl at redhat.com)
+- GRUB2 as the ISO boot loader for POWER arch (pfsmorigo at br.ibm.com)
+- Require hfsplus-tools on Fedora x86_64 (bcl at redhat.com)
+
 * Fri Aug 23 2013 Brian C. Lane <bcl at redhat.com> 19.8-1
 - Make sure we have a theme settings file in place. (clumens at redhat.com)
 - Keep liblzo2.* (#997643) (dshea at redhat.com)
diff --git a/sources b/sources
index fcac319..e68063b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3875271bbb70364fb1e1b242bb1c1d80  lorax-19.8.tar.gz
+2e0f1fb2bd073107147760f16ce92188  lorax-20.0.tar.gz


More information about the scm-commits mailing list