From 69aea23a8a6e2c48c081e2dc599d418861589d5b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 11 Sep 2020 18:27:21 +0000 Subject: [PATCH] import lorax-28.14.55-2.el8 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 40efcb2..18c66ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.54.tar.gz +SOURCES/lorax-28.14.55.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 0333ee8..0566185 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -306f5dab20c9befa9bf1993130914f400de3be04 SOURCES/lorax-28.14.54.tar.gz +fe7ec2654b4cacbf6212a8384d9cedf3f9228b57 SOURCES/lorax-28.14.55.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 7f10989..f80a61c 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.54 +Version: 28.14.55 Release: 2%{?dist} Summary: Tool for creating the anaconda install images @@ -253,9 +253,13 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer-cli %changelog -* Thu Aug 13 2020 Brian C. Lane - 28.14.54-2 -- gating tests: Add missing packages now that lorax-composer isn't installed - Related: rhbz#1825190 +* Thu Sep 10 2020 Brian C. Lane - 28.14.55-2 +- tests: Add rhel8 beta repository for osbuild-composer setup + Related: rhbz#1876563 + +* Thu Sep 10 2020 Brian C. Lane 28.14.55-1 +- docs: Remove anaconda from rhel-livemedia.ks example (bcl) + Resolves: rhbz#1876563 * Mon Aug 10 2020 Brian C. Lane 28.14.54-1 - tests: Fix diff test BACKEND check (bcl)