diff --git a/.gitignore b/.gitignore index ea1add8..74fee04 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.68.tar.gz +SOURCES/lorax-28.14.69.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 50bc8c5..6b92921 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -8119fa4bffab48269526cdd3e4f1e1653d761b85 SOURCES/lorax-28.14.68.tar.gz +c5976302acbb77100a11cf78c8763f0c1b8e3fbd SOURCES/lorax-28.14.69.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 836f096..c529da6 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.68 +Version: 28.14.69 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -261,6 +261,16 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Thu Jun 09 2022 Brian C. Lane 28.14.69-1 +- runtime-cleanup: Use branding package name instead of product.name (bcl) + Related: rhbz#2052154 +- treebuilder: Add branding package to template variables (bcl) + Related: rhbz#2052154 +- api: Read substitution variables from the host (bcl) + Resolves: rhbz#2095053 +- tests: Switch to using centos:stream8 for Dockerfile.test (bcl) + Related: rhbz#2095053 + * Fri Feb 04 2022 Brian C. Lane 28.14.68-1 - mkksiso: Fix check for unsupported arch error (bcl) Related: rhbz#2049205