From 309f58ecf6a34da4ff849daa5b24f528e3f6dc16 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 17 Aug 2022 10:14:41 +0000 Subject: [PATCH] import lorax-28.14.70-1.el8 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 14 +++++++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 74fee04..682f4e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.69.tar.gz +SOURCES/lorax-28.14.70.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 6b92921..ee622f8 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -c5976302acbb77100a11cf78c8763f0c1b8e3fbd SOURCES/lorax-28.14.69.tar.gz +9c1e880ab9b31d9be4d089704d0104a4f0bcd590 SOURCES/lorax-28.14.70.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index c529da6..4542493 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.69 +Version: 28.14.70 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -261,6 +261,18 @@ 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