diff --git a/.gitignore b/.gitignore index 4420cc2..9fb426c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.63.tar.gz +SOURCES/lorax-28.14.64.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index a9a0e01..f8b33f2 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -e0b70beb1c55d1744624927885618011cbd6d83d SOURCES/lorax-28.14.63.tar.gz +a9f62511eb6742e988f891366bcc8994372eb6b4 SOURCES/lorax-28.14.64.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 709e5cf..34c6d4c 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.63 +Version: 28.14.64 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -261,6 +261,28 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Thu Dec 09 2021 Brian C. Lane 28.14.64-1 +- mkksiso: Check the length of the filenames (bcl) + Related: rhbz#2028048 +- mkksiso: Check the iso's arch against the host's (bcl) + Related: rhbz#2028048 +- mkksiso: Add missing implantisomd5 tool requirements (bcl) + Related: rhbz#2028048 +- mkksiso: Raise error if no volume id is found (bcl) + Related: rhbz#2028048 +- mount: Add aarch64 and s390x support to IsoMountopoint (bcl) + Resolves: rhbz#2028089 +- mkksiso: Skip mkefiboot for non-UEFI isos (bcl) + Resolves: rhbz#2028097 +- mkksiso: Add -joliet-long (bcl) + Resolves: rhbz#2028044 +- mkksiso: Return 1 on errors (bcl) + Resolves: rhbz#2028048 +- Increase boot.iso rootfs to 4GiB (bcl) + Resolves: rhbz#2028059 +- Fix specfile to match the one from dist-git (bcl) + Related: rhbz#2001942 + * Fri Oct 15 2021 Brian C. Lane 28.14.63-1 - Handle all possible dnf group_install errors (bcl) Related: rhbz#1947958