import lorax-28.14.58-1.el8

This commit is contained in:
CentOS Sources 2021-03-25 04:14:22 +00:00 committed by Andrew Lukoshko
parent 1ebcc54c9b
commit 15eacac5ba
3 changed files with 15 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.57.tar.gz
SOURCES/lorax-28.14.58.tar.gz

View File

@ -1 +1 @@
8b00d2014eea241304e63baefb35c7f6543673df SOURCES/lorax-28.14.57.tar.gz
7fafc36e1556a2eeb460c6221f66649661dc5298 SOURCES/lorax-28.14.58.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.57
Version: 28.14.58
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -253,6 +253,18 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_sysconfdir}/bash_completion.d/composer-cli
%changelog
* Thu Mar 04 2021 Brian C. Lane <bcl@redhat.com> 28.14.58-1
- composer-cli: Add support for start-ostree --url URL (bcl)
Resolves: rhbz#1929381
- tests: Override rhel-8-beta.json repositories for osbuild-composer (atodorov)
- tests: Remove systemctl for osbuild-composer (atodorov)
- tests: Start osbuild-composer.socket (bcl)
- test: Fix vm.install for non-LVM cloud images (martin)
* Fri Jan 15 2021 Brian C. Lane <bcl@redhat.com> - 28.14.57-2
- tests: Start osbuild-composer.socket for the tests
Resolves: rhbz#1916684
* Wed Dec 09 2020 Brian C. Lane <bcl@redhat.com> 28.14.57-1
- fixes #543 qemu -nodefconfig deprecated (afm404)
Resolves: rhbz#1904168