- Change macboot default to false (bcl@redhat.com)

and remove --nomacboot from the gating test.
  Resolves: rhbz#2019512
- livemedia-creator: Change defaults to Red Hat Enterprise Linux 9 (bcl@redhat.com)
  Resolves: rhbz#2019133
This commit is contained in:
Brian C. Lane 2021-11-03 18:11:15 -07:00
parent b010566019
commit 7ec1171035
4 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -201,3 +201,4 @@
/lorax-34.9.6.tar.gz
/lorax-34.9.7.tar.gz
/lorax-34.9.8.tar.gz
/lorax-34.9.9.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 34.9.8
Version: 34.9.9
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -185,6 +185,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_datadir}/lorax/templates.d/*
%changelog
* Wed Nov 03 2021 Brian C. Lane <bcl@redhat.com> 34.9.9-1
- Change macboot default to false (bcl@redhat.com)
Resolves: rhbz#2019512
- livemedia-creator: Change defaults to Red Hat Enterprise Linux 9 (bcl@redhat.com)
Resolves: rhbz#2019133
* Fri Oct 29 2021 Brian C. Lane <bcl@redhat.com> 34.9.8-1
- livemedia.ks: Drop unneeded commands (bcl@redhat.com)
Related: rhbz#2017993

View File

@ -1 +1 @@
SHA512 (lorax-34.9.8.tar.gz) = 8c71b7d281767566e0154dec8b06198e9dd95dfc87cea4eb109d914578e594a4df31da8f2f7e07e4630774ec2c4679c32fd5dc1fc8317952b66e659ce0f39a0a
SHA512 (lorax-34.9.9.tar.gz) = d9297c10af25d25dd00c255a536b92b28dc620f0a779ce8c113fc632e1ffcb93b27d6f50bed81bd9498f97e57df036d3995fb3d2bdeb80b7dc52eeec150e3365

View File

@ -157,11 +157,10 @@ if [ -z "$REPOS" ]; then
exit 1
fi
# NOTE: We must use --nomacboot because the test system doesn't have the hfsplus fs available
# Run lorax using the host's repository configuration file
running "Build boot.iso with lorax"
lorax --product="Red Hat Enterprise Linux" --version=9 --release=9 --volid="RHEL-9-test" \
$REPOS --isfinal --nomacboot /var/tmp/lorax-rhel9-iso/ || exit 1
$REPOS --isfinal /var/tmp/lorax-rhel9-iso/ || exit 1
# Test mkksiso on the new boot.iso
ks_only