- New lorax documentation - 40.5.6 (bcl)
Related: RHEL-48606 - ltmpl: Remove * from docstring (bcl) Related: RHEL-48606 - docs: Update intersphinx and add _static dir (bcl) Related: RHEL-48606 - docs: Document --rootfs-type options (bcl) Related: RHEL-48606 - erofs: Use dedupe and all-fragments options (bcl) Related: RHEL-48606 - imgutils: mkfs.erofs options should come first (bcl) Related: RHEL-48606 - Accept but ignore the old --squashfs-only argument (awilliam) Related: RHEL-48606 - Add compression.erofs section to lorax.conf (bcl) Resolves: RHEL-48606 - Add erofs and erofs-ext4 support to --rootfs-type (bcl) Related: RHEL-48606 - Replace squashfs_only with rootfs_type (bcl) Related: RHEL-48606 - imgutils: Add mkerofs function and test (bcl) Related: RHEL-48606 - runtime-postinstall: Make sure blacklist_exceptions has been removed (jstodola) Resolves: RHEL-53721
This commit is contained in:
parent
264f0c3b52
commit
bd13c517d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -246,3 +246,4 @@
|
||||
/lorax-40.5.3.tar.gz
|
||||
/lorax-40.5.4.tar.gz
|
||||
/lorax-40.5.5.tar.gz
|
||||
/lorax-40.5.6.tar.gz
|
||||
|
29
lorax.spec
29
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 40.5.5
|
||||
Version: 40.5.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -40,6 +40,7 @@ Requires: isomd5sum
|
||||
Requires: module-init-tools
|
||||
Requires: parted
|
||||
Requires: squashfs-tools >= 4.2
|
||||
Requires: erofs-utils
|
||||
Requires: util-linux
|
||||
Requires: xz-lzma-compat
|
||||
Requires: xz
|
||||
@ -181,6 +182,32 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2024 Brian C. Lane <bcl@redhat.com> 40.5.6-1
|
||||
- New lorax documentation - 40.5.6 (bcl)
|
||||
Related: RHEL-48606
|
||||
- ltmpl: Remove * from docstring (bcl)
|
||||
Related: RHEL-48606
|
||||
- docs: Update intersphinx and add _static dir (bcl)
|
||||
Related: RHEL-48606
|
||||
- docs: Document --rootfs-type options (bcl)
|
||||
Related: RHEL-48606
|
||||
- erofs: Use dedupe and all-fragments options (bcl)
|
||||
Related: RHEL-48606
|
||||
- imgutils: mkfs.erofs options should come first (bcl)
|
||||
Related: RHEL-48606
|
||||
- Accept but ignore the old --squashfs-only argument (awilliam)
|
||||
Related: RHEL-48606
|
||||
- Add compression.erofs section to lorax.conf (bcl)
|
||||
Resolves: RHEL-48606
|
||||
- Add erofs and erofs-ext4 support to --rootfs-type (bcl)
|
||||
Related: RHEL-48606
|
||||
- Replace squashfs_only with rootfs_type (bcl)
|
||||
Related: RHEL-48606
|
||||
- imgutils: Add mkerofs function and test (bcl)
|
||||
Related: RHEL-48606
|
||||
- runtime-postinstall: Make sure blacklist_exceptions has been removed (jstodola)
|
||||
Resolves: RHEL-53721
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-40.5.5.tar.gz) = 7d1eec35b51ea40b81a75f2000d188367498f0c1d274e9ca0357ae41c1c155eff9bc1d9f0a4c0931d0cc0f4eaf54bf33c77157b30d1a7e929551320350686514
|
||||
SHA512 (lorax-40.5.6.tar.gz) = 47a8ed76a02aaaaf7af8602d2a67da8910ba77e6a84ed756305d0a80c66d3b00a96255dd4824333154cd0057d3aa5561bf53f52bb03a70b71bab57553f6cab2b
|
||||
|
Loading…
Reference in New Issue
Block a user