- erofs: Change the erofs compression default to zstd (bcl)
Related: RHEL-48606 - Revert "tests: Swap nomodeset for inst.text in mkksiso test data" (bcl) Related: RHEL-66603 - Revert "templates: Change nomodeset / basic graphics to use inst.text" (bcl) Related: RHEL-66603 - Revert "templates: Drop nomodeset / basic graphics menu from live configs" (bcl) Related: RHEL-66603
This commit is contained in:
parent
6966414fa9
commit
2c163b6cf2
1
.gitignore
vendored
1
.gitignore
vendored
@ -249,3 +249,4 @@
|
||||
/lorax-40.5.6.tar.gz
|
||||
/lorax-40.5.7.tar.gz
|
||||
/lorax-40.5.8.tar.gz
|
||||
/lorax-40.5.10.tar.gz
|
||||
|
28
lorax.spec
28
lorax.spec
@ -3,8 +3,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 40.5.8
|
||||
Release: 3%{?dist}
|
||||
Version: 40.5.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
@ -40,7 +40,7 @@ Requires: isomd5sum
|
||||
Requires: module-init-tools
|
||||
Requires: parted
|
||||
Requires: squashfs-tools >= 4.2
|
||||
Requires: erofs-utils
|
||||
Requires: erofs-utils >= 1.8.2
|
||||
Requires: util-linux
|
||||
Requires: xz-lzma-compat
|
||||
Requires: xz
|
||||
@ -182,13 +182,23 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 40.5.8-3
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
* Fri Nov 22 2024 Brian C. Lane <bcl@redhat.com> 40.5.10-1
|
||||
- erofs: Change the erofs compression default to zstd (bcl)
|
||||
Related: RHEL-48606
|
||||
- Revert "tests: Swap nomodeset for inst.text in mkksiso test data" (bcl)
|
||||
Related: RHEL-66603
|
||||
- Revert "templates: Change nomodeset / basic graphics to use inst.text" (bcl)
|
||||
Related: RHEL-66603
|
||||
- Revert "templates: Drop nomodeset / basic graphics menu from live configs" (bcl)
|
||||
Related: RHEL-66603
|
||||
|
||||
* Mon Oct 21 2024 Brian C. Lane <bcl@redhat.com> - 40.5.8-2
|
||||
- Bump release to rebuild with fixed tests
|
||||
Related: RHEL-61778
|
||||
* Mon Nov 11 2024 Brian C. Lane <bcl@redhat.com> 40.5.9-1
|
||||
- tests: Swap nomodeset for inst.text in mkksiso test data (bcl)
|
||||
Related: RHEL-66603
|
||||
- templates: Change nomodeset / basic graphics to use inst.text (bcl)
|
||||
Resolves: RHEL-66603
|
||||
- templates: Drop nomodeset / basic graphics menu from live configs (bcl)
|
||||
Related: RHEL-66603
|
||||
|
||||
* Tue Oct 08 2024 Brian C. Lane <bcl@redhat.com> 40.5.8-1
|
||||
- tests: Fix mkksiso unit test (bcl)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-40.5.8.tar.gz) = cb045b9ad3f2697c1c29e9157092886a6f02b708a330eae67d49189603026ff6ffb66afde69b402b1a021803f535496a06ff498bb5b21265ec77cab18e1d48d5
|
||||
SHA512 (lorax-40.5.10.tar.gz) = a6306307defb9b07eff4bf1d03cf8d3a7d96314821bfb57a6dc1ea1a0da524501f66418dd772e97480574d4f657471620a19cea3bc0919af5ef651f85a8630e1
|
||||
|
Loading…
Reference in New Issue
Block a user