- New lorax documentation - 38.0 (bcl@redhat.com)
- tests: Update test_creator.py for new cmdline options (bcl@redhat.com) - livemedia-creator: Add release, variant, bugurl, and isfinal cmdline flags (cappy@cappuchino.xyz) - Drop 32-bit ARM and x86 support (awilliam@redhat.com) - Update anaconda's crash messages to watch (vslavik@redhat.com) - livemedia-creator: Add --product to cmdline args (bcl@redhat.com) - fedora-livemedia: Make sure GNOME Software service isn't started (bcl@redhat.com) - fonts packages syncup in template files (akira@tagoh.org) - tests: Add tzdata package to minimizer test setup (bcl@redhat.com)
This commit is contained in:
parent
32547351b3
commit
aa53f6d1f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -222,3 +222,4 @@
|
||||
/lorax-37.6.tar.gz
|
||||
/lorax-37.7.tar.gz
|
||||
/lorax-37.8.tar.gz
|
||||
/lorax-38.0.tar.gz
|
||||
|
19
lorax.spec
19
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 37.8
|
||||
Version: 38.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -71,10 +71,6 @@ Requires: openssh
|
||||
Requires: s390utils >= 2.15.0-2
|
||||
%endif
|
||||
|
||||
%ifarch %{arm}
|
||||
Requires: uboot-tools
|
||||
%endif
|
||||
|
||||
# Moved image-minimizer tool to lorax
|
||||
Provides: appliance-tools-minimizer = %{version}-%{release}
|
||||
Obsoletes: appliance-tools-minimizer < 007.7-3
|
||||
@ -99,7 +95,7 @@ Requires: lorax = %{version}-%{release}
|
||||
Requires: qemu
|
||||
|
||||
# Fedora edk2 builds currently only support these arches
|
||||
%ifarch %{ix86} x86_64 %{arm} aarch64
|
||||
%ifarch x86_64 aarch64
|
||||
Requires: edk2-ovmf
|
||||
%endif
|
||||
Recommends: qemu-kvm
|
||||
@ -172,6 +168,17 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Brian C. Lane <bcl@redhat.com> 38.0-1
|
||||
- New lorax documentation - 38.0 (bcl@redhat.com)
|
||||
- tests: Update test_creator.py for new cmdline options (bcl@redhat.com)
|
||||
- livemedia-creator: Add release, variant, bugurl, and isfinal cmdline flags (cappy@cappuchino.xyz)
|
||||
- Drop 32-bit ARM and x86 support (awilliam@redhat.com)
|
||||
- Update anaconda's crash messages to watch (vslavik@redhat.com)
|
||||
- livemedia-creator: Add --product to cmdline args (bcl@redhat.com)
|
||||
- fedora-livemedia: Make sure GNOME Software service isn't started (bcl@redhat.com)
|
||||
- fonts packages syncup in template files (akira@tagoh.org)
|
||||
- tests: Add tzdata package to minimizer test setup (bcl@redhat.com)
|
||||
|
||||
* Mon Jul 25 2022 Brian C. Lane <bcl@redhat.com> 37.8-1
|
||||
- mkksiso: Optionally support 3 arguments or --ks (bcl@redhat.com)
|
||||
- mkksiso: Add -U to xorriso on ppc64le (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-37.8.tar.gz) = 8669ea6b873f4376cf5cace5d2eaab969bfe49f5f594f3bb0968319049c99d052379bfb7c6e5233bae7aa6a525c61c5220a3a0b3e58c7bbbecf1d72498ded25f
|
||||
SHA512 (lorax-38.0.tar.gz) = f2ab184cc5654065631a13ad25a5f990c967f1f372ede6cd6221a51ed2d40cc87d14fd1a40e2c8b62b4e10fdc3c6805eecef64623f736687d83f15691a01ab56
|
||||
|
Loading…
Reference in New Issue
Block a user