From 8cc17c5b6296d088acd039c8c24df8660998fda4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:56:40 -0400 Subject: [PATCH] import lorax-28.14.58-1.el8 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 32 ++++++++++++++++++++++++++------ 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 18c66ab..4a8097f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.55.tar.gz +SOURCES/lorax-28.14.58.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 0566185..dea3a17 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -fe7ec2654b4cacbf6212a8384d9cedf3f9228b57 SOURCES/lorax-28.14.55.tar.gz +7fafc36e1556a2eeb460c6221f66649661dc5298 SOURCES/lorax-28.14.58.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index f80a61c..53f6d04 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.58 +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,29 @@ 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 +* Thu Mar 04 2021 Brian C. Lane 28.14.58-1 +- composer-cli: Add support for start-ostree --url URL (bcl) + Resolves: rhbz#1929381 +- tests: Override rhel-8-beta.json repositories for osbuild-composer (atodorov) +- tests: Remove systemctl for osbuild-composer (atodorov) +- tests: Start osbuild-composer.socket (bcl) +- test: Fix vm.install for non-LVM cloud images (martin) + +* Fri Jan 15 2021 Brian C. Lane - 28.14.57-2 +- tests: Start osbuild-composer.socket for the tests + Resolves: rhbz#1916684 + +* 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)