- livemedia-creator: Use inst.ks on cmdline for virt (bcl@redhat.com)
- image-minimizer: Fix decode() usage (bcl@redhat.com) - docs: Update example kickstarts for RHEL/CentOS (bcl@redhat.com) - livemedia-creator: RHEL9 only supports qemu-kvm (bcl@redhat.com) Resolves: rhbz#1955674 - runtime-cleanup: Use branding package name instead of product.name (bcl@redhat.com) - treebuilder: Add branding package to template variables (bcl@redhat.com) Related: rhbz#1956205 - runtime-cleanup: Remove mcpp and libmcpp cleanup (bcl@redhat.com) - spec: Fix changelog for 34.9.0 (bcl@redhat.com)
This commit is contained in:
parent
51a7a1265f
commit
11c866225f
1
.gitignore
vendored
1
.gitignore
vendored
@ -193,3 +193,4 @@
|
||||
/lorax-34.8.tar.gz
|
||||
/lorax-34.9.tar.gz
|
||||
/lorax-34.9.0.tar.gz
|
||||
/lorax-34.9.1.tar.gz
|
||||
|
20
lorax.spec
20
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 34.9.0
|
||||
Version: 34.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -103,13 +103,12 @@ Includes the full html documentation for lorax, livemedia-creator, and the pylor
|
||||
%package lmc-virt
|
||||
Summary: livemedia-creator libvirt dependencies
|
||||
Requires: lorax = %{version}-%{release}
|
||||
Requires: qemu
|
||||
Requires: qemu-kvm
|
||||
|
||||
# Fedora edk2 builds currently only support these arches
|
||||
%ifarch %{ix86} x86_64 %{arm} aarch64
|
||||
Requires: edk2-ovmf
|
||||
%endif
|
||||
Recommends: qemu-kvm
|
||||
|
||||
%description lmc-virt
|
||||
Additional dependencies required by livemedia-creator when using it with qemu.
|
||||
@ -178,15 +177,22 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 29 2021 Brian C. Lane <bcl@redhat.com> - 34.9.0-1
|
||||
* Wed May 05 2021 Brian C. Lane <bcl@redhat.com> 34.9.1-1
|
||||
- livemedia-creator: Use inst.ks on cmdline for virt (bcl@redhat.com)
|
||||
- image-minimizer: Fix decode() usage (bcl@redhat.com)
|
||||
- docs: Update example kickstarts for RHEL/CentOS (bcl@redhat.com)
|
||||
- livemedia-creator: RHEL9 only supports qemu-kvm (bcl@redhat.com)
|
||||
- runtime-cleanup: Use branding package name instead of product.name (bcl@redhat.com)
|
||||
- treebuilder: Add branding package to template variables (bcl@redhat.com)
|
||||
- runtime-cleanup: Remove mcpp and libmcpp cleanup (bcl@redhat.com)
|
||||
- spec: Fix changelog for 34.9.0 (bcl@redhat.com)
|
||||
|
||||
* Thu Apr 29 2021 Brian C. Lane <bcl@redhat.com> 34.9.0-1
|
||||
- New lorax documentation - 34.9.0 (bcl@redhat.com)
|
||||
Related: rhbz#1952978
|
||||
- composer-cli: Remove all traces of composer-cli (bcl@redhat.com)
|
||||
Resolves: rhbz#1952978
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Mon Feb 15 2021 Brian C. Lane <bcl@redhat.com> 34.9-1
|
||||
- Use inst.rescue to trigger rescue mode (awilliam@redhat.com)
|
||||
Resolves: rhbz#1928318
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-34.9.0.tar.gz) = db1fbffa009ed810104ae3ab25f753e3c01ce00869bc7594455ba28c895d2c9cd22cce968f622a3c9885eb0c36f30d8510b49d8c843ab5459c203b2b84317269
|
||||
SHA512 (lorax-34.9.1.tar.gz) = 35843d9475510c122ffddb2ce068aadb0e7b9f5f4fd1876c04a4588d655afbeee7edffc57f6e75bb4724725f52926bff1da360be175c2b6ee06dab697a61c8e9
|
||||
|
Loading…
Reference in New Issue
Block a user