From b20a2dc36b8b4e81da9ece01e316fe15ee0f67b3 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 15 Jan 2021 13:53:05 -0800 Subject: [PATCH] tests: Start osbuild-composer.socket Starting osbuild-composer.service doesn't start the sockets in osbuild-composer v26 (This change is in dist-git, the commit is to keep lorax.spec in sync) Resolves: rhbz#1916684 --- lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 07a016ce..6d5b6461 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 28.14.57 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -253,6 +253,10 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer-cli %changelog +* 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