diff --git a/.gitignore b/.gitignore index 3181707..ea1add8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.65.tar.gz +SOURCES/lorax-28.14.68.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 28c8fe8..50bc8c5 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -53c4dd96d923a09189ebdacc61a0718411e64ece SOURCES/lorax-28.14.65.tar.gz +8119fa4bffab48269526cdd3e4f1e1653d761b85 SOURCES/lorax-28.14.68.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 3cf6dca..836f096 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.65 +Version: 28.14.68 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -261,6 +261,24 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Fri Feb 04 2022 Brian C. Lane 28.14.68-1 +- mkksiso: Fix check for unsupported arch error (bcl) + Related: rhbz#2049205 + +* Thu Feb 03 2022 Brian C. Lane 28.14.67-1 +- mkksiso: Fix the order of the ppc mkisofs command (bcl) + Related: rhbz#2049205 +- mkksiso: mkfsiso argument order matters (bcl) + Resolves: rhbz#2049205 +- mkksiso: Improve debug message about unsupported arch (bcl) + Related: rhbz#2049190 +- mkksiso: Add kickstart to s390x cdboot.prm (bcl) + Resolves: rhbz#2049190 + +* Mon Jan 31 2022 Brian C. Lane 28.14.66-1 +- livemedia.ks: Add isomd5sum for use with rd.live.check (bcl) +- Resolves: rhbz#2048447 + * Thu Jan 20 2022 Brian C. Lane 28.14.65-1 - Enable sftp when using inst.sshd (bcl) - Resolves: rhbz#2041770