- 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)
This commit is contained in:
Brian C. Lane 2013-09-03 15:30:15 -07:00
parent b0c2f0f0d8
commit 7d9b1543ef
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/lorax-19.6.tar.gz
/lorax-19.7.tar.gz
/lorax-19.8.tar.gz
/lorax-20.0.tar.gz

View File

@ -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@redhat.com> 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 <bcl@redhat.com> 19.8-1
- Make sure we have a theme settings file in place. (clumens@redhat.com)
- Keep liblzo2.* (#997643) (dshea@redhat.com)

View File

@ -1 +1 @@
3875271bbb70364fb1e1b242bb1c1d80 lorax-19.8.tar.gz
2e0f1fb2bd073107147760f16ce92188 lorax-20.0.tar.gz