- templates: Synchronize generic templates with lorax-templates-rhel (bcl)
Related: RHEL-35396 - docs: Update livemedia-creator documentation for RHEL 10 (bcl) Related: RHEL-31853 - livemedia-creator: The --make-tar option requires tar (bcl) Related: RHEL-31853 - docs: Update example kickstarts for RHEL/CentOS (bcl) Resolves: RHEL-31853 - lorax: Change default rootfs size to 3GiB (bcl) Resolves: RHEL-32504
This commit is contained in:
parent
c463707b55
commit
3654057762
1
.gitignore
vendored
1
.gitignore
vendored
@ -245,3 +245,4 @@
|
||||
/lorax-40.5.2.tar.gz
|
||||
/lorax-40.5.3.tar.gz
|
||||
/lorax-40.5.4.tar.gz
|
||||
/lorax-40.5.5.tar.gz
|
||||
|
19
lorax.spec
19
lorax.spec
@ -3,8 +3,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 40.5.4
|
||||
Release: 2%{?dist}
|
||||
Version: 40.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
@ -99,6 +99,7 @@ Summary: livemedia-creator libvirt dependencies
|
||||
Requires: lorax = %{version}-%{release}
|
||||
# RHEL doesn't have qemu, just qemu-kvm
|
||||
Requires: qemu-kvm
|
||||
Requires: tar
|
||||
|
||||
# edk2 builds currently only support these arches
|
||||
%ifarch x86_64
|
||||
@ -120,6 +121,7 @@ Requires: anaconda-tui
|
||||
Requires: anaconda-install-env-deps
|
||||
Requires: system-logos
|
||||
Requires: python3-psutil
|
||||
Requires: tar
|
||||
|
||||
%description lmc-novirt
|
||||
Additional dependencies required by livemedia-creator when using it with --no-virt
|
||||
@ -179,8 +181,17 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 40.5.4-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
* Fri Jul 19 2024 Brian C. Lane <bcl@redhat.com> 40.5.5-1
|
||||
- templates: Synchronize generic templates with lorax-templates-rhel (bcl)
|
||||
Related: RHEL-35396
|
||||
- docs: Update livemedia-creator documentation for RHEL 10 (bcl)
|
||||
Related: RHEL-31853
|
||||
- livemedia-creator: The --make-tar option requires tar (bcl)
|
||||
Related: RHEL-31853
|
||||
- docs: Update example kickstarts for RHEL/CentOS (bcl)
|
||||
Resolves: RHEL-31853
|
||||
- lorax: Change default rootfs size to 3GiB (bcl)
|
||||
Resolves: RHEL-32504
|
||||
|
||||
* Wed Jun 12 2024 Brian C. Lane <bcl@redhat.com> 40.5.4-1
|
||||
- tito: Add tito to container's test-packages (bcl)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-40.5.4.tar.gz) = e32831ca9dfaa14d088403c1bb35b31034787c00701796d88d82fb34ecbd342dc0af1dcac4e8133548b81ec6c87f6b7674d52596c62e8c7d6c8317f81660e0be
|
||||
SHA512 (lorax-40.5.5.tar.gz) = 7d1eec35b51ea40b81a75f2000d188367498f0c1d274e9ca0357ae41c1c155eff9bc1d9f0a4c0931d0cc0f4eaf54bf33c77157b30d1a7e929551320350686514
|
||||
|
Loading…
Reference in New Issue
Block a user