diff --git a/.gitignore b/.gitignore index 9fb426c..3181707 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.64.tar.gz +SOURCES/lorax-28.14.65.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index f8b33f2..28c8fe8 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -a9f62511eb6742e988f891366bcc8994372eb6b4 SOURCES/lorax-28.14.64.tar.gz +53c4dd96d923a09189ebdacc61a0718411e64ece SOURCES/lorax-28.14.65.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 34c6d4c..3cf6dca 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -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 28.14.65-1 +- Enable sftp when using inst.sshd (bcl) +- Resolves: rhbz#2041770 + * Thu Dec 09 2021 Brian C. Lane 28.14.64-1 - mkksiso: Check the length of the filenames (bcl) Related: rhbz#2028048