From d02e5da01f2513c6c630f30625aa82ddc8724bf1 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 10 Mar 2025 16:07:13 -0700 Subject: [PATCH 1/3] - runtime-postinstall: Remove systemd-gpt-auto-generator (bcl@redhat.com) Resolves: rhbz#2350605 - maint: Switch default platform to F42 (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c1aa35..5c018d3 100644 --- a/.gitignore +++ b/.gitignore @@ -252,3 +252,4 @@ /lorax-42.3.tar.gz /lorax-42.4.tar.gz /lorax-42.5.tar.gz +/lorax-42.6.tar.gz diff --git a/lorax.spec b/lorax.spec index 8c25456..1196fe6 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ %global forgeurl https://github.com/weldr/lorax Name: lorax -Version: 42.5 +Version: 42.6 Release: 1%{?dist} Summary: Tool for creating the anaconda install images License: GPL-2.0-or-later @@ -171,6 +171,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Mon Mar 10 2025 Brian C. Lane 42.6-1 +- runtime-postinstall: Remove systemd-gpt-auto-generator (bcl@redhat.com) +- maint: Switch default platform to F42 (bcl@redhat.com) + * Mon Feb 03 2025 Brian C. Lane 42.5-1 - Remove sbin usage (bcl@redhat.com) - mkksiso: Replace existing inst.ks on the iso (bcl@redhat.com) diff --git a/sources b/sources index 4cb3a3c..400d6a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-42.5.tar.gz) = 377b2e2d1dfa119db668b4ba199ea2d342e44005d84a4235cff2268c309e767e7e4f52f832f07d05caa4bb99e6a03e71c5281e496a5480a7a8aa7077355e6a68 +SHA512 (lorax-42.6.tar.gz) = e515e9a556cc3b3dfbca749b5eafc1946b9280a6b9d7cb3fd10e3f747a44facd6528ae80c21a0485254b44c7854c15922dc4ac74887a8cf8d78682f977f34baa From 7605dc21a36ed77e8787ef26b9cbdf686f37d956 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 25 Mar 2025 12:55:54 -0700 Subject: [PATCH 2/3] - livemedia-creator: Set 0755 permission on / cpio overlay (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c018d3..aa523b1 100644 --- a/.gitignore +++ b/.gitignore @@ -253,3 +253,4 @@ /lorax-42.4.tar.gz /lorax-42.5.tar.gz /lorax-42.6.tar.gz +/lorax-42.7.tar.gz diff --git a/lorax.spec b/lorax.spec index 1196fe6..5e32dac 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ %global forgeurl https://github.com/weldr/lorax Name: lorax -Version: 42.6 +Version: 42.7 Release: 1%{?dist} Summary: Tool for creating the anaconda install images License: GPL-2.0-or-later @@ -171,6 +171,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Tue Mar 25 2025 Brian C. Lane 42.7-1 +- livemedia-creator: Set 0755 permission on / cpio overlay (bcl@redhat.com) + * Mon Mar 10 2025 Brian C. Lane 42.6-1 - runtime-postinstall: Remove systemd-gpt-auto-generator (bcl@redhat.com) - maint: Switch default platform to F42 (bcl@redhat.com) diff --git a/sources b/sources index 400d6a4..7693f7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-42.6.tar.gz) = e515e9a556cc3b3dfbca749b5eafc1946b9280a6b9d7cb3fd10e3f747a44facd6528ae80c21a0485254b44c7854c15922dc4ac74887a8cf8d78682f977f34baa +SHA512 (lorax-42.7.tar.gz) = e09258b6a09029e9caa82d75d13e76061c41d3698d62df581e1fd000458097b3309a14156c1ee9fc2c57df5b038c0105d904aaf500db7a009806a0f3312eb893 From 18524e7173c5f12ee05c63424cfd1a510e1280ee Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 31 Mar 2025 15:11:51 -0700 Subject: [PATCH 3/3] - runtime-install: only install amd-ucode-firmware on x86_64 (awilliam@redhat.com) - runtime-install: exclude crust-firmware (awilliam@redhat.com) - runtime-cleanup: drop more video and audio firmwares (awilliam@redhat.com) - runtime-install: drop exceptions related to F38-era fw renames (awilliam@redhat.com) - runtime-postinstall: allow pipewire to run as root (awilliam@redhat.com) --- .gitignore | 1 + lorax.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa523b1..f846589 100644 --- a/.gitignore +++ b/.gitignore @@ -254,3 +254,4 @@ /lorax-42.5.tar.gz /lorax-42.6.tar.gz /lorax-42.7.tar.gz +/lorax-42.8.tar.gz diff --git a/lorax.spec b/lorax.spec index 5e32dac..cc82508 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ %global forgeurl https://github.com/weldr/lorax Name: lorax -Version: 42.7 +Version: 42.8 Release: 1%{?dist} Summary: Tool for creating the anaconda install images License: GPL-2.0-or-later @@ -171,6 +171,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Mon Mar 31 2025 Brian C. Lane 42.8-1 +- runtime-install: only install amd-ucode-firmware on x86_64 (awilliam@redhat.com) +- runtime-install: exclude crust-firmware (awilliam@redhat.com) +- runtime-cleanup: drop more video and audio firmwares (awilliam@redhat.com) +- runtime-install: drop exceptions related to F38-era fw renames (awilliam@redhat.com) +- runtime-postinstall: allow pipewire to run as root (awilliam@redhat.com) + * Tue Mar 25 2025 Brian C. Lane 42.7-1 - livemedia-creator: Set 0755 permission on / cpio overlay (bcl@redhat.com) diff --git a/sources b/sources index 7693f7f..a63a56d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-42.7.tar.gz) = e09258b6a09029e9caa82d75d13e76061c41d3698d62df581e1fd000458097b3309a14156c1ee9fc2c57df5b038c0105d904aaf500db7a009806a0f3312eb893 +SHA512 (lorax-42.8.tar.gz) = 650458fe673a9aaab61d7b14b44d611f24f63cc8a5ec3e8bcfb6ee382d4621c89309b53999bda32bf680d8b06669d0f6e47f0f549816ef0ee7761681878f9643