import lorax-28.14.57-1.el8
This commit is contained in:
parent
b9b08fe69c
commit
e57ea5b0f8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/lorax-28.14.49.tar.gz
|
||||
SOURCES/lorax-28.14.57.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
2e70d9068f03888eaca9d18a15eb25b7da4d46ae SOURCES/lorax-28.14.49.tar.gz
|
||||
8b00d2014eea241304e63baefb35c7f6543673df SOURCES/lorax-28.14.57.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 28.14.49
|
||||
Version: 28.14.57
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -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,6 +253,74 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
Resolves: rhbz#1876563
|
||||
|
||||
* Mon Aug 10 2020 Brian C. Lane <bcl@redhat.com> 28.14.54-1
|
||||
- tests: Fix diff test BACKEND check (bcl)
|
||||
Related: rhbz#1825190
|
||||
|
||||
* Fri Aug 07 2020 Brian C. Lane <bcl@redhat.com> 28.14.53-1
|
||||
- tests: Push example blueprints b/c they may not exist (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- rhel-livemedia.ks: Add anaconda-live package to the example kickstart (bcl)
|
||||
Related: rhbz#1691319
|
||||
- Switch VMware testing env to improve stability results (chrobert)
|
||||
Related: rhbz#1825190
|
||||
|
||||
* Mon Aug 03 2020 Brian C. Lane <bcl@redhat.com> 28.14.52-1
|
||||
- Skip test_z_diff() if runninga against for osbuild-composer (atodorov)
|
||||
Related: rhbz#1825190
|
||||
|
||||
* Tue Jul 28 2020 Brian C. Lane <bcl@redhat.com> 28.14.51-1
|
||||
- tests: Overwrite rhel-8.json when testing with osbuild-composer (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Allow skipping image build in compose sanity test (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- Set BACKEND=osbuild-composer if running that test scenario (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Don't check info after compose cancel with osbuild-composer (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Compare blueprints as TOML objects, not strings (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Remove lorax-composer specific checks (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Remove compose after we're done (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: don't use beakerlib in blueprint (lars)
|
||||
Related: rhbz#1825190
|
||||
- tests: don't depend on internal state of composer (lars)
|
||||
Related: rhbz#1825190
|
||||
- tests: Do not rely on example blueprints (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Special case compose types for osbuild-composer (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Don't check example blueprints if we don't have to (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Use BACKEND env variable instead of hard-coded values (atodorov)
|
||||
Related: rhbz#1825190
|
||||
- tests: Disable non-cli test scenarios b/c osbuild-composer (atodorov)
|
||||
Related: rhbz#1825190
|
||||
|
||||
* Thu Jul 23 2020 Brian C. Lane <bcl@redhat.com> 28.14.50-1
|
||||
- composer-cli: Make start-ostree parent and ref optional (bcl)
|
||||
Resolves: rhbz#1859680
|
||||
- composer-cli: Add a get_arg function (bcl)
|
||||
Related: rhbz#1859680
|
||||
|
||||
* Thu Jun 25 2020 Brian C. Lane <bcl@redhat.com> 28.14.49-1
|
||||
- include generic.ins for s390 boot iso (dan)
|
||||
Related: rhbz#1844517
|
||||
|
Loading…
Reference in New Issue
Block a user