- New lorax documentation - 40.5.1 (bcl@redhat.com)
Resolves: RHEL-30615 - Dockerfile.test: Use Fedora 40 for test image (bcl@redhat.com) - Change macboot default to false (bcl@redhat.com) - Change defaults to Red Hat Enterprise Linux 10 (bcl@redhat.com) - runtime-cleanup: wget2-wget has replaced wget (yselkowi@redhat.com) - Added example of how to use livemedia-creator in github actions, and still build in fedora. (cjshowalter@alaska.edu) - Require lorax-templates-rhel when building for ELN, CentOS Stream and RHEL (sgallagh@redhat.com) - workflows: Switch to actions/checkout@v4 (bcl@redhat.com) - New lorax documentation - 40.5 (bcl@redhat.com) - maint: Switch default platform to F40 (bcl@redhat.com) - runtime-cleanup: Update to cleanup more (akira@tagoh.org) - runtime-install: Update font packages (akira@tagoh.org) - mkksiso: Add support for adding an anaconda updates.img (jkonecny@redhat.com) - runtime-install: drop kdump-anaconda-addon (awilliam@redhat.com) - s390: Escape volid before using it (bcl@redhat.com) - aarch64: Escape volid before using it (bcl@redhat.com) - runtime-install: drop retired pcmciautils (awilliam@redhat.com) - runtime-install: Drop unneeded packages libmlx4, systemd-sysv, and systemd-units (bcl@redhat.com) - runtime-install: wget2-wget has replaced wget (awilliam@redhat.com) - runtime-cleanup: anaconda's new interface needs stdbuf (kkoukiou@redhat.com) - test-in-podman: Fix problem running in github actions (bcl@redhat.com) - test: Add pigz to test-packages (bcl@redhat.com) - Adjust runtime-postinstall.tmpl for systemd config files move (zbyszek@in.waw.pl) NOTE: This branch is now built from the upstream lorax rhel10-branch which is based on Fedora 40.0 without the libdnf5 related patches included.
This commit is contained in:
parent
c759062cb3
commit
a89d613d3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -241,3 +241,4 @@
|
||||
/lorax-40.3.tar.gz
|
||||
/lorax-40.4.tar.gz
|
||||
/lorax-40.5.tar.gz
|
||||
/lorax-40.5.1.tar.gz
|
||||
|
44
lorax.spec
44
lorax.spec
@ -3,8 +3,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 40.5
|
||||
Release: 2%{?dist}
|
||||
Version: 40.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
@ -53,7 +53,7 @@ Requires: psmisc
|
||||
Requires: libselinux-python3
|
||||
Requires: python3-mako
|
||||
Requires: python3-kickstart >= 3.19
|
||||
Requires: python3-libdnf5
|
||||
Requires: python3-dnf >= 3.2.0
|
||||
Requires: python3-librepo
|
||||
Requires: python3-pycdio
|
||||
|
||||
@ -171,45 +171,31 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 16 2024 Stephen Gallagher <sgallagh@redhat.com> - 40.5-2
|
||||
- Require lorax-templates-rhel
|
||||
|
||||
* Tue Feb 06 2024 Brian C. Lane <bcl@redhat.com> 40.5-1
|
||||
* Wed Apr 03 2024 Brian C. Lane <bcl@redhat.com> 40.5.1-1
|
||||
- New lorax documentation - 40.5.1 (bcl@redhat.com)
|
||||
Resolves: RHEL-30615
|
||||
- Dockerfile.test: Use Fedora 40 for test image (bcl@redhat.com)
|
||||
- Change macboot default to false (bcl@redhat.com)
|
||||
- Change defaults to Red Hat Enterprise Linux 10 (bcl@redhat.com)
|
||||
- runtime-cleanup: wget2-wget has replaced wget (yselkowi@redhat.com)
|
||||
- Added example of how to use livemedia-creator in github actions, and still
|
||||
build in fedora. (cjshowalter@alaska.edu)
|
||||
- Require lorax-templates-rhel when building for ELN, CentOS Stream and RHEL (sgallagh@redhat.com)
|
||||
- workflows: Switch to actions/checkout@v4 (bcl@redhat.com)
|
||||
- New lorax documentation - 40.5 (bcl@redhat.com)
|
||||
- maint: Switch default platform to F40 (bcl@redhat.com)
|
||||
- runtime-cleanup: Update to cleanup more (akira@tagoh.org)
|
||||
- runtime-install: Update font packages (akira@tagoh.org)
|
||||
|
||||
* Thu Feb 01 2024 Brian C. Lane <bcl@redhat.com> 40.4-1
|
||||
- mkksiso: Add support for adding an anaconda updates.img (jkonecny@redhat.com)
|
||||
- runtime-install: drop kdump-anaconda-addon (awilliam@redhat.com)
|
||||
- ltmpl: Handle installing provides with resolve_pkg_spec (bcl@redhat.com)
|
||||
- s390: Escape volid before using it (bcl@redhat.com)
|
||||
- aarch64: Escape volid before using it (bcl@redhat.com)
|
||||
- runtime-install: drop retired pcmciautils (awilliam@redhat.com)
|
||||
- runtime-install: Drop unneeded packages libmlx4, systemd-sysv, and systemd-units (bcl@redhat.com)
|
||||
- runtime-install: wget2-wget has replaced wget (awilliam@redhat.com)
|
||||
- runtime-cleanup: anaconda's new interface needs stdbuf (kkoukiou@redhat.com)
|
||||
- ltmpl: Pass packages to add_rpm_install as strings (bcl@redhat.com)
|
||||
|
||||
* Wed Dec 20 2023 Brian C. Lane <bcl@redhat.com> 40.3-1
|
||||
- runtime-install: Work around problem with conflicting packages (bcl@redhat.com)
|
||||
- ltmpl: Check for errors after running the transaction (bcl@redhat.com)
|
||||
|
||||
* Tue Dec 12 2023 Brian C. Lane <bcl@redhat.com> 40.2-1
|
||||
- ltmpl: Remove duplicate package objects from dnf5 results (bcl@redhat.com)
|
||||
- test-in-podman: Fix problem running in github actions (bcl@redhat.com)
|
||||
|
||||
* Mon Dec 11 2023 Brian C. Lane <bcl@redhat.com> 40.1-1
|
||||
- ltmpl: Filter out other arches, clean up naming (bcl@redhat.com)
|
||||
- test: Add pigz to test-packages (bcl@redhat.com)
|
||||
- dnfbase: Fix url substitution support (bcl@redhat.com)
|
||||
- ltmpl: Add transaction error handling (bcl@redhat.com)
|
||||
- test-packages: Make sure python3-libdnf5 is installed (bcl@redhat.com)
|
||||
- Updates for latest libdnf5 changes (bcl@redhat.com)
|
||||
- spec: Switch to using python3-libdnf5 (bcl@redhat.com)
|
||||
- Fix writing out debug info for package files and sizes (bcl@redhat.com)
|
||||
- libdnf5: Switch lorax to use libdnf5 (bcl@redhat.com)
|
||||
- Add python3-libdnf5 to the list of test packages (bcl@redhat.com)
|
||||
- Adjust runtime-postinstall.tmpl for systemd config files move (zbyszek@in.waw.pl)
|
||||
|
||||
* Mon Oct 02 2023 Brian C. Lane <bcl@redhat.com> 40.0-1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-40.5.tar.gz) = 60c17bf48f9074b6be77424c66505de6e382d95bf6fed8dfc34847248cbf15287f240eb2dd631dded5e1b57ec71c496feca0dca86312e569c106c48219e09f3b
|
||||
SHA512 (lorax-40.5.1.tar.gz) = 1dc31d1e14bc397366d27dff2900a3d8ec71b07071238396093fe86a27f2e9e2861749f960e877c44629663b95e968a0541603b116c336be2200fa5a4d0691b5
|
||||
|
Loading…
Reference in New Issue
Block a user