import lorax-28.14.63-1.el8

This commit is contained in:
CentOS Sources 2021-10-19 04:21:26 +00:00 committed by Stepan Oksanichenko
parent c90163d662
commit cc391c9334
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.62.tar.gz
SOURCES/lorax-28.14.63.tar.gz

View File

@ -1 +1 @@
272d512714ba2690d9e8935a83b2cadfde8f0243 SOURCES/lorax-28.14.62.tar.gz
e0b70beb1c55d1744624927885618011cbd6d83d SOURCES/lorax-28.14.63.tar.gz

View File

@ -3,8 +3,8 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.62
Release: 2%{?dist}
Version: 28.14.63
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -261,6 +261,12 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_mandir}/man1/composer-cli.1*
%changelog
* Fri Oct 15 2021 Brian C. Lane <bcl@redhat.com> 28.14.63-1
- Handle all possible dnf group_install errors (bcl)
Related: rhbz#1947958
- runtime-install: Install nvme-cli tool (bcl)
Related: rhbz#1903339
* Thu Sep 16 2021 Brian C. Lane <bcl@redhat.com> 28.14.62-2
- Increase root partition of rhel-livemedia.ks to 8000MB (bcl)
Resolves: rhbz#2004864