- 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:
parent
b0c2f0f0d8
commit
7d9b1543ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/lorax-19.6.tar.gz
|
/lorax-19.6.tar.gz
|
||||||
/lorax-19.7.tar.gz
|
/lorax-19.7.tar.gz
|
||||||
/lorax-19.8.tar.gz
|
/lorax-19.8.tar.gz
|
||||||
|
/lorax-20.0.tar.gz
|
||||||
|
12
lorax.spec
12
lorax.spec
@ -1,14 +1,14 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 19.8
|
Version: 20.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://git.fedorahosted.org/git/?p=lorax.git
|
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
|
BuildRequires: python2-devel
|
||||||
|
|
||||||
@ -51,6 +51,8 @@ Requires: syslinux >= 4.02-5
|
|||||||
|
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
Requires: kernel-bootwrapper
|
Requires: kernel-bootwrapper
|
||||||
|
Requires: grub2
|
||||||
|
Requires: grub2-tools
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -88,6 +90,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Make sure we have a theme settings file in place. (clumens@redhat.com)
|
||||||
- Keep liblzo2.* (#997643) (dshea@redhat.com)
|
- Keep liblzo2.* (#997643) (dshea@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user