import lorax-28.14.68-1.el8

This commit is contained in:
CentOS Sources 2022-05-10 03:00:24 -04:00 committed by Stepan Oksanichenko
parent 3196f82b3e
commit e3bbad7384
3 changed files with 55 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.62.tar.gz
SOURCES/lorax-28.14.68.tar.gz

View File

@ -1 +1 @@
272d512714ba2690d9e8935a83b2cadfde8f0243 SOURCES/lorax-28.14.62.tar.gz
8119fa4bffab48269526cdd3e4f1e1653d761b85 SOURCES/lorax-28.14.68.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.62
Version: 28.14.68
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -261,9 +261,59 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_mandir}/man1/composer-cli.1*
%changelog
* Thu Sep 16 2021 Brian C. Lane <bcl@redhat.com> 28.14.62-1
* Fri Feb 04 2022 Brian C. Lane <bcl@redhat.com> 28.14.68-1
- mkksiso: Fix check for unsupported arch error (bcl)
Related: rhbz#2049205
* Thu Feb 03 2022 Brian C. Lane <bcl@redhat.com> 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 <bcl@redhat.com> 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 <bcl@redhat.com> 28.14.65-1
- Enable sftp when using inst.sshd (bcl)
- Resolves: rhbz#2041770
* 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
- runtime-install: Install nvme-cli tool (bcl)
Related: rhbz#1903339
* Thu Sep 16 2021 Brian C. Lane <bcl@redhat.com> 28.14.62-2
- Increase root partition of rhel-livemedia.ks to 8000MB (bcl)
Resolves: rhbz#2001942
Resolves: rhbz#2004864
* Thu Jul 08 2021 Brian C. Lane <bcl@redhat.com> - 28.14.61-2
- Add Conflicts to composer-cli for manpage move