import lorax-28.14.70-1.el8

This commit is contained in:
CentOS Sources 2022-08-17 10:14:41 +00:00 committed by Stepan Oksanichenko
parent 44576b164a
commit 309f58ecf6
3 changed files with 15 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.69.tar.gz
SOURCES/lorax-28.14.70.tar.gz

View File

@ -1 +1 @@
c5976302acbb77100a11cf78c8763f0c1b8e3fbd SOURCES/lorax-28.14.69.tar.gz
9c1e880ab9b31d9be4d089704d0104a4f0bcd590 SOURCES/lorax-28.14.70.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 28.14.69-1
- runtime-cleanup: Use branding package name instead of product.name (bcl)
Related: rhbz#2052154