import lorax-34.9.14-1.el9

This commit is contained in:
CentOS Sources 2022-03-01 07:16:01 -05:00 committed by Stepan Oksanichenko
parent 7854ec061a
commit d0db4a2d37
3 changed files with 25 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-34.9.10.tar.gz
SOURCES/lorax-34.9.14.tar.gz

View File

@ -1 +1 @@
17ba91a3cfe1cdb5fef184a90c1f5c0ae9130b6c SOURCES/lorax-34.9.10.tar.gz
e7ae373cce48996a548847c0b6659f4e5e52dee3 SOURCES/lorax-34.9.14.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 34.9.10
Version: 34.9.14
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -185,6 +185,28 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_datadir}/lorax/templates.d/*
%changelog
* Wed Feb 16 2022 Brian C. Lane <bcl@redhat.com> 34.9.14-1
- Keep nvram module (bcl@redhat.com)
Resolves: rhbz#2050877
* Fri Feb 04 2022 Brian C. Lane <bcl@redhat.com> 34.9.13-1
- mkksiso: Fix check for unsupported arch error (bcl@redhat.com)
Related: rhbz#2049192
* Thu Feb 03 2022 Brian C. Lane <bcl@redhat.com> 34.9.12-1
- mkksiso: Improve debug message about unsupported arch (bcl@redhat.com)
Related: rhbz#2049192
- mkksiso: Add kickstart to s390x cdboot.prm (bcl@redhat.com)
Resolves: rhbz#2049192
* Thu Jan 20 2022 Brian C. Lane <bcl@redhat.com> 34.9.11-1
- Enable sftp when using inst.sshd (bcl@redhat.com)
Resolves: rhbz#2040770
- Drop ia32 uefi package installation (bcl@redhat.com)
Resolves: rhbz#2039035
- Remove 32-bit UEFI packages from example kickstart (bcl@redhat.com)
Related: rhbz#2039035
* Thu Dec 09 2021 Brian C. Lane <bcl@redhat.com> 34.9.10-1
- mkksiso: Check the length of the filenames (bcl@redhat.com)
Related: rhbz#2028104