diff --git a/.gitignore b/.gitignore index ea1add8..682f4e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.68.tar.gz +SOURCES/lorax-28.14.70.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 50bc8c5..ee622f8 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -8119fa4bffab48269526cdd3e4f1e1653d761b85 SOURCES/lorax-28.14.68.tar.gz +9c1e880ab9b31d9be4d089704d0104a4f0bcd590 SOURCES/lorax-28.14.70.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 836f096..4542493 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.70 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -261,6 +261,28 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Fri Jul 29 2022 Brian C. Lane 28.14.70-1 +- templates: Update runtime-* templates (bcl) + Resolves: rhbz#2042101 +- templates: Don't include redhat.exec on s390 (bcl) + Related: rhbz#2042101 +- templates: Drop non-64bit PPC support from live grub.cfg (bcl) + Related: rhbz#2042101 +- templates: Update config_files for inst.* usage (bcl) + Related: rhbz#2042101 +- tests: Run the 'test-in-docker' tests for github PRs (bcl) + Resolves: rhbz#2095578 + +* 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