import lorax-28.14.64-1.el8

This commit is contained in:
CentOS Sources 2022-01-09 20:20:31 +00:00 committed by Stepan Oksanichenko
parent cc391c9334
commit 968abd8537
3 changed files with 25 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.63.tar.gz
SOURCES/lorax-28.14.64.tar.gz

View File

@ -1 +1 @@
e0b70beb1c55d1744624927885618011cbd6d83d SOURCES/lorax-28.14.63.tar.gz
a9f62511eb6742e988f891366bcc8994372eb6b4 SOURCES/lorax-28.14.64.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 28.14.63-1
- Handle all possible dnf group_install errors (bcl)
Related: rhbz#1947958