import lorax-28.14.57-1.el8

This commit is contained in:
CentOS Sources 2020-12-12 08:08:27 +00:00 committed by Andrew Lukoshko
parent 69aea23a8a
commit 1ebcc54c9b
3 changed files with 16 additions and 8 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
fe7ec2654b4cacbf6212a8384d9cedf3f9228b57 SOURCES/lorax-28.14.55.tar.gz
8b00d2014eea241304e63baefb35c7f6543673df SOURCES/lorax-28.14.57.tar.gz

View File

@ -3,8 +3,8 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.55
Release: 2%{?dist}
Version: 28.14.57
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -71,6 +71,7 @@ Requires: grub2-tools
%ifarch s390 s390x
Requires: openssh
Requires: s390utils >= 2.15.0-2
%endif
%ifarch %{arm}
@ -216,7 +217,6 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_sbindir}/mkefiboot
%{_sbindir}/livemedia-creator
%{_bindir}/image-minimizer
%{_bindir}/mk-s390-cdboot
%dir %{_sysconfdir}/lorax
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
%dir %{_datadir}/lorax
@ -253,9 +253,17 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_sysconfdir}/bash_completion.d/composer-cli
%changelog
* 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
* Wed Dec 09 2020 Brian C. Lane <bcl@redhat.com> 28.14.57-1
- fixes #543 qemu -nodefconfig deprecated (afm404)
Resolves: rhbz#1904168
- sshd_config: Apply suggested changes (bcl)
Resolves: rhbz#1872892
* Thu Dec 03 2020 Brian C. Lane <bcl@redhat.com> 28.14.56-1
- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl)
Related: rhbz#1892404
- Add --squashfs-only option to drop inner rootfs.img layer (marmarek)
Resolves: rhbz#1846282
* Thu Sep 10 2020 Brian C. Lane <bcl@redhat.com> 28.14.55-1
- docs: Remove anaconda from rhel-livemedia.ks example (bcl)