From a9a3016cae300bfcd485ea954ea1941869645acc Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 27 Mar 2019 12:53:09 -0700 Subject: [PATCH] Fixup lorax.spec bugs The first build for 8.1.0 contained some bugs that referenced old 8.0.0 bugs. I edited the spec in dist-git and the changes need to be reflected here as well. Related: rhbz#1678937 --- lorax.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lorax.spec b/lorax.spec index d4ba17b1..2ed4529a 100644 --- a/lorax.spec +++ b/lorax.spec @@ -290,23 +290,16 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin - Use make ci inside test-in-copy target (atodorov) Related: rhbz#1678937 - New test: Build live-iso and boot with KVM (atodorov) - Related: rhbz#1653934 - New test: Build qcow2 compose and test it with QEMU-KVM (atodorov) - Related: rhbz#1653934 - Removed remnants of fedora branding. (47631017+jakub-vavra) Resolves: rhbz#1672583 - Drop auth from the kickstart examples (bcl) Resolves: rhbz#1672583 - New test: Verify tar images with Docker and systemd-nspawn (atodorov) - Related: rhbz#1653934 - Update OpenStack flavor and network settings in tests (atodorov) - Related: rhbz#1653934 - Use existing storage account (jstodola) - Related: rhbz#1653934 - Record date/time of VM creation (jstodola) - Related: rhbz#1653934 - Make sure compose build tests run with SELinux in enforcing mode (jikortus) - Related: rhbz#1645189 * Wed Jan 30 2019 Brian C. Lane 28.14.23-1 - lorax: Move default tmp dir to /var/tmp/lorax (bcl)