- example ks: Drop syslinux and add grub2-tools package for livemedia (bcl@redhat.com)
- templates: Set @ISOLABEL@ in the bios-grub.cfg file to the isolabel (bcl@redhat.com) - Update spec for syslinux->grub2 switch (awilliam@redhat.com)
This commit is contained in:
parent
0d56ec6bff
commit
a1d5d0afdd
1
.gitignore
vendored
1
.gitignore
vendored
@ -218,3 +218,4 @@
|
||||
/lorax-37.2.tar.gz
|
||||
/lorax-37.3.tar.gz
|
||||
/lorax-37.4.tar.gz
|
||||
/lorax-37.5.tar.gz
|
||||
|
14
lorax.spec
14
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 37.4
|
||||
Version: 37.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -61,12 +61,7 @@ Requires: hfsplus-tools
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: syslinux >= 6.03-1
|
||||
Requires: syslinux-nonlinux >= 6.03-1
|
||||
%endif
|
||||
|
||||
%ifarch ppc64le
|
||||
%ifarch %{ix86} x86_64 ppc64le
|
||||
Requires: grub2
|
||||
Requires: grub2-tools
|
||||
%endif
|
||||
@ -177,6 +172,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 03 2022 Brian C. Lane <bcl@redhat.com> 37.5-1
|
||||
- example ks: Drop syslinux and add grub2-tools package for livemedia (bcl@redhat.com)
|
||||
- templates: Set @ISOLABEL@ in the bios-grub.cfg file to the isolabel (bcl@redhat.com)
|
||||
- Update spec for syslinux->grub2 switch (awilliam@redhat.com)
|
||||
|
||||
* Wed Jun 01 2022 Brian C. Lane <bcl@redhat.com> 37.4-1
|
||||
- mkksiso: Fix grub2 editing error (bcl@redhat.com)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-37.4.tar.gz) = d0623bfb85f0c45d65442a7c3a8ca894de43fcd989a3d6530af46776800753a32cf8dc5cca9947f3fad50228fb4b3e4059d6d3487559be8007d6c8be079e224e
|
||||
SHA512 (lorax-37.5.tar.gz) = 0545c2434058b4cfa984fe04788ac7f4130cd2f7174171b7936ddc9c3cb0beb6cafa720ffb864fae6635d30063675a8fac3eba191e4274b188e0c6d5a7e62cff
|
||||
|
Loading…
Reference in New Issue
Block a user