From 7d9b1543ef4492f1969653dd980457bd074c0e0e Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Sep 03 2013 22:30:15 +0000 Subject: - remove firewalld from installroot (#1002195) (bcl@redhat.com) - Make sure grubby is installed for initrd creation (#1001896) (bcl@redhat.com) - GRUB2 as the ISO boot loader for POWER arch (pfsmorigo@br.ibm.com) - Require hfsplus-tools on Fedora x86_64 (bcl@redhat.com) --- 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 20.0-1 +- remove firewalld from installroot (#1002195) (bcl@redhat.com) +- Make sure grubby is installed for initrd creation (#1001896) (bcl@redhat.com) +- GRUB2 as the ISO boot loader for POWER arch (pfsmorigo@br.ibm.com) +- Require hfsplus-tools on Fedora x86_64 (bcl@redhat.com) + * Fri Aug 23 2013 Brian C. Lane 19.8-1 - Make sure we have a theme settings file in place. (clumens@redhat.com) - Keep liblzo2.* (#997643) (dshea@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