import lorax-28.14.55-2.el8

This commit is contained in:
CentOS Sources 2020-09-11 18:27:21 +00:00 committed by Andrew Lukoshko
parent cd46933b7f
commit 69aea23a8a
3 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.54.tar.gz
SOURCES/lorax-28.14.55.tar.gz

View File

@ -1 +1 @@
306f5dab20c9befa9bf1993130914f400de3be04 SOURCES/lorax-28.14.54.tar.gz
fe7ec2654b4cacbf6212a8384d9cedf3f9228b57 SOURCES/lorax-28.14.55.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.54
Version: 28.14.55
Release: 2%{?dist}
Summary: Tool for creating the anaconda install images
@ -253,9 +253,13 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_sysconfdir}/bash_completion.d/composer-cli
%changelog
* Thu Aug 13 2020 Brian C. Lane <bcl@redhat.com> - 28.14.54-2
- gating tests: Add missing packages now that lorax-composer isn't installed
Related: rhbz#1825190
* Thu Sep 10 2020 Brian C. Lane <bcl@redhat.com> - 28.14.55-2
- tests: Add rhel8 beta repository for osbuild-composer setup
Related: rhbz#1876563
* Thu Sep 10 2020 Brian C. Lane <bcl@redhat.com> 28.14.55-1
- docs: Remove anaconda from rhel-livemedia.ks example (bcl)
Resolves: rhbz#1876563
* Mon Aug 10 2020 Brian C. Lane <bcl@redhat.com> 28.14.54-1
- tests: Fix diff test BACKEND check (bcl)