import lorax-28.14.65-1.el8

This commit is contained in:
CentOS Sources 2022-01-27 05:00:09 +00:00 committed by Stepan Oksanichenko
parent 968abd8537
commit 2f11c45569
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
a9f62511eb6742e988f891366bcc8994372eb6b4 SOURCES/lorax-28.14.64.tar.gz
53c4dd96d923a09189ebdacc61a0718411e64ece SOURCES/lorax-28.14.65.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.64
Version: 28.14.65
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -261,6 +261,10 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_mandir}/man1/composer-cli.1*
%changelog
* 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