diff --git a/.gitignore b/.gitignore index 2ade505..831876a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-34.9.14.tar.gz +SOURCES/lorax-34.9.20.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 204ff40..eec8767 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -e7ae373cce48996a548847c0b6659f4e5e52dee3 SOURCES/lorax-34.9.14.tar.gz +73fa558ead7d53a994cde90ecad91539a7f3154a SOURCES/lorax-34.9.20.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 77f74ea..53805e5 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 34.9.14 +Version: 34.9.20 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -161,7 +161,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_sbindir}/lorax %{_sbindir}/mkefiboot %{_sbindir}/livemedia-creator -%{_sbindir}/mkksiso +%{_bindir}/mkksiso %{_bindir}/image-minimizer %dir %{_sysconfdir}/lorax %config(noreplace) %{_sysconfdir}/lorax/lorax.conf @@ -185,6 +185,66 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Fri Jul 29 2022 Brian C. Lane 34.9.20-1 +- templates: Update runtime-* templates (bcl) + Resolves: rhbz#2042057 +- templates: Update path to license files (bcl) + Related: rhbz#2042057 +- templates: Update boot timeout to 5s (bcl) + Related: rhbz#2042057 + +* Mon Jul 25 2022 Brian C. Lane 34.9.19-1 +- mkksiso: Optionally support 3 arguments or --ks (bcl) + Resolves: rhbz#2037015 +- mkksiso: Add -U to xorriso on ppc64le (bcl) + Resolves: rhbz#2109665 +- mkksiso: Fix passing -iso-level to xorriso (bcl) + Related: rhbz#2109665 + +* Wed Jul 13 2022 Brian C. Lane 34.9.18-1 +- mkksiso: Set u+rw permission on extracted files and directories (bcl) + Related: rhbz#2088631 +- lorax.spec: Fix changelog (bcl) + Resolves: rhbz#1972099 + +* Wed Jun 29 2022 Brian C. Lane 34.9.17-1 +- minimal.ks: Add include for architecture specific packages (bcl) + Related: rhbz#2051548 +- livemedia.ks: Add include for architecture specific packages (bcl) + Resolves: rhbz#2051548 +- tests: Add tests for mkksiso (bcl) + Related: rhbz#2037015 +- mkksiso: Add kernel cmdline customization support (bcl) + Resolves: rhbz#2037015 +- mkksiso: Move kickstart to --ks KICKSTART (bcl) + Related: rhbz#2037015 +- mkksiso: Add helper functions for kernel cmdline modifications (bcl) + Related: rhbz#2037015 +- lorax.spec: Fix changelog order (bcl) + Resolves: rhbz#1972099 + +* Fri Jun 17 2022 Brian C. Lane 34.9.16-1 +- Makefile: Add local-srpm target to create a .src.rpm from HEAD (bcl) + Related: rhbz#2088631 +- mkksiso: Fix s390x support (bcl) + Related: rhbz#2088631 +- mkksiso: Remove use of os.path.join (bcl) + Related: rhbz#2088631 +- Makefile: Add mkksiso to coverage report (bcl) + Related: rhbz#2088631 +- setup.py: Install mkksiso to /usr/bin (bcl) + Related: rhbz#2088631 +- mkksiso: Fix grub2 editing error (bcl) + Related: rhbz#2088631 +- mkksiso: Rewrite to use xorriso features (bcl) + Resolves: rhbz#2088631 + +* Wed Apr 06 2022 Brian C. Lane 34.9.15-1 +- tito: Add the LoraxRHELTagger from rhel8-branch (bcl) + Related: rhbz#2070910 +- runtime-postinstall: Remove machine specific nvme files (bcl) + Resolves: rhbz#2070910 + * Wed Feb 16 2022 Brian C. Lane 34.9.14-1 - Keep nvram module (bcl@redhat.com) Resolves: rhbz#2050877 @@ -326,20 +386,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install - Improve lmc no-virt error handling (bcl@redhat.com) - lorax.spec: Drop GConf2 requirement (bcl@redhat.com) -* Mon Nov 30 2020 Brian C. Lane 34.5-1 -- Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi@redhat.com) -- Do not use '--loglevel' option when running Anaconda (vtrefny@redhat.com) -- Makefile: quiet rsync use in testing (bcl@redhat.com) -- Switch to using GitHub Actions instead of Travis CI (bcl@redhat.com) - -* Mon Nov 02 2020 Brian C. Lane 34.4-1 -- Update the default release version to 34 (bcl@redhat.com) -- Remove mdmonitor service from boot.iso (bcl@redhat.com) -- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl@redhat.com) -- sshd_config: Apply suggested changes (bcl@redhat.com) -- lorax.spec: Add BuildRequires on systemd-rpm-macros for tmpfilesdir macro (bcl@redhat.com) - -* Wed Dec 02 2020 Brian C. Lane 34.3-4 +* Wed Dec 02 2020 Brian C. Lane 34.5-1 - lorax.spec: Update for RHEL 9 Alpha changes (bcl@redhat.com) - lorax: Strip ' from product cmdline argument (bcl@redhat.com) - Change rootfs default size to 3GiB (sgallagh@redhat.com)