import lorax-28.14.62-1.el8

This commit is contained in:
CentOS Sources 2021-09-21 04:20:24 +00:00 committed by Stepan Oksanichenko
parent 15fba0a418
commit 9fcb28ff29
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
0d6e53f03c764c95a0d536f55f59c13ac11fa23f SOURCES/lorax-28.14.61.tar.gz
272d512714ba2690d9e8935a83b2cadfde8f0243 SOURCES/lorax-28.14.62.tar.gz

View File

@ -3,8 +3,8 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.61
Release: 2%{?dist}
Version: 28.14.62
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -261,6 +261,10 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_mandir}/man1/composer-cli.1*
%changelog
* Thu Sep 16 2021 Brian C. Lane <bcl@redhat.com> 28.14.62-1
- Increase root partition of rhel-livemedia.ks to 8000MB (bcl)
Resolves: rhbz#2001942
* Thu Jul 08 2021 Brian C. Lane <bcl@redhat.com> - 28.14.61-2
- Add Conflicts to composer-cli for manpage move
Related: rhbz#1928962