From 1ebcc54c9b65811abf597a871d5b34dcbaf39a79 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sat, 12 Dec 2020 08:08:27 +0000 Subject: [PATCH] import lorax-28.14.57-1.el8 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 20 ++++++++++++++------ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 18c66ab..c17e3d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.55.tar.gz +SOURCES/lorax-28.14.57.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 0566185..70a45a8 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -fe7ec2654b4cacbf6212a8384d9cedf3f9228b57 SOURCES/lorax-28.14.55.tar.gz +8b00d2014eea241304e63baefb35c7f6543673df SOURCES/lorax-28.14.57.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index f80a61c..07a016c 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,8 +3,8 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.55 -Release: 2%{?dist} +Version: 28.14.57 +Release: 1%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -71,6 +71,7 @@ Requires: grub2-tools %ifarch s390 s390x Requires: openssh +Requires: s390utils >= 2.15.0-2 %endif %ifarch %{arm} @@ -216,7 +217,6 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sbindir}/mkefiboot %{_sbindir}/livemedia-creator %{_bindir}/image-minimizer -%{_bindir}/mk-s390-cdboot %dir %{_sysconfdir}/lorax %config(noreplace) %{_sysconfdir}/lorax/lorax.conf %dir %{_datadir}/lorax @@ -253,9 +253,17 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer-cli %changelog -* Thu Sep 10 2020 Brian C. Lane - 28.14.55-2 -- tests: Add rhel8 beta repository for osbuild-composer setup - Related: rhbz#1876563 +* Wed Dec 09 2020 Brian C. Lane 28.14.57-1 +- fixes #543 qemu -nodefconfig deprecated (afm404) + Resolves: rhbz#1904168 +- sshd_config: Apply suggested changes (bcl) + Resolves: rhbz#1872892 + +* Thu Dec 03 2020 Brian C. Lane 28.14.56-1 +- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl) + Related: rhbz#1892404 +- Add --squashfs-only option to drop inner rootfs.img layer (marmarek) + Resolves: rhbz#1846282 * Thu Sep 10 2020 Brian C. Lane 28.14.55-1 - docs: Remove anaconda from rhel-livemedia.ks example (bcl)