|
|
@ -3,11 +3,11 @@
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
Name: lorax
|
|
|
|
Name: lorax
|
|
|
|
Version: 34.9.26
|
|
|
|
Version: 40.5.10
|
|
|
|
Release: 1%{?dist}.inferit.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tool for creating the anaconda install images
|
|
|
|
Summary: Tool for creating the anaconda install images
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://github.com/weldr/lorax
|
|
|
|
URL: https://github.com/weldr/lorax
|
|
|
|
# To generate Source0 do:
|
|
|
|
# To generate Source0 do:
|
|
|
|
# git clone https://github.com/weldr/lorax
|
|
|
|
# git clone https://github.com/weldr/lorax
|
|
|
@ -15,24 +15,14 @@ URL: https://github.com/weldr/lorax
|
|
|
|
# tito build --tgz
|
|
|
|
# tito build --tgz
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
# MSVSphere patches
|
|
|
|
|
|
|
|
Patch1001: 0001-Backport-dracut-chroot-umount-fix.patch
|
|
|
|
|
|
|
|
Patch1002: 0002-Fix-replace-command-utf8-handling.patch
|
|
|
|
|
|
|
|
Patch1003: 0003-Add-iconv-template-command.patch
|
|
|
|
|
|
|
|
Patch1004: 0004-Set-LatGrkCyr-8x16-as-default-font-instead-of-eurlat.patch
|
|
|
|
|
|
|
|
Patch1005: 0001-Our-isolinux.cfg-is-in-cp866-encoding.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
|
|
|
|
|
|
|
Requires: lorax-templates
|
|
|
|
Requires: lorax-templates
|
|
|
|
%if 0%{?msvsphere} >= 9
|
|
|
|
|
|
|
|
Requires: lorax-templates-msvsphere
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
Requires: lorax-templates-rhel
|
|
|
|
Requires: lorax-templates-rhel >= 10.0-45
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Requires: cpio
|
|
|
|
Requires: cpio
|
|
|
@ -50,6 +40,7 @@ Requires: isomd5sum
|
|
|
|
Requires: module-init-tools
|
|
|
|
Requires: module-init-tools
|
|
|
|
Requires: parted
|
|
|
|
Requires: parted
|
|
|
|
Requires: squashfs-tools >= 4.2
|
|
|
|
Requires: squashfs-tools >= 4.2
|
|
|
|
|
|
|
|
Requires: erofs-utils >= 1.8.2
|
|
|
|
Requires: util-linux
|
|
|
|
Requires: util-linux
|
|
|
|
Requires: xz-lzma-compat
|
|
|
|
Requires: xz-lzma-compat
|
|
|
|
Requires: xz
|
|
|
|
Requires: xz
|
|
|
@ -65,7 +56,7 @@ Requires: python3-mako
|
|
|
|
Requires: python3-kickstart >= 3.19
|
|
|
|
Requires: python3-kickstart >= 3.19
|
|
|
|
Requires: python3-dnf >= 3.2.0
|
|
|
|
Requires: python3-dnf >= 3.2.0
|
|
|
|
Requires: python3-librepo
|
|
|
|
Requires: python3-librepo
|
|
|
|
Requires: python3-pycdlib
|
|
|
|
Requires: python3-pycdio
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
|
# Fedora specific deps
|
|
|
|
# Fedora specific deps
|
|
|
@ -74,12 +65,7 @@ Requires: hfsplus-tools
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%ifarch x86_64 ppc64le
|
|
|
|
Requires: syslinux >= 6.03-1
|
|
|
|
|
|
|
|
Requires: syslinux-nonlinux >= 6.03-1
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifarch ppc64le
|
|
|
|
|
|
|
|
Requires: grub2
|
|
|
|
Requires: grub2
|
|
|
|
Requires: grub2-tools
|
|
|
|
Requires: grub2-tools
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -89,10 +75,6 @@ Requires: openssh
|
|
|
|
Requires: s390utils >= 2.15.0-2
|
|
|
|
Requires: s390utils >= 2.15.0-2
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%ifarch %{arm}
|
|
|
|
|
|
|
|
Requires: uboot-tools
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Moved image-minimizer tool to lorax
|
|
|
|
# Moved image-minimizer tool to lorax
|
|
|
|
Provides: appliance-tools-minimizer = %{version}-%{release}
|
|
|
|
Provides: appliance-tools-minimizer = %{version}-%{release}
|
|
|
|
Obsoletes: appliance-tools-minimizer < 007.7-3
|
|
|
|
Obsoletes: appliance-tools-minimizer < 007.7-3
|
|
|
@ -116,10 +98,12 @@ Includes the full html documentation for lorax, livemedia-creator, and the pylor
|
|
|
|
%package lmc-virt
|
|
|
|
%package lmc-virt
|
|
|
|
Summary: livemedia-creator libvirt dependencies
|
|
|
|
Summary: livemedia-creator libvirt dependencies
|
|
|
|
Requires: lorax = %{version}-%{release}
|
|
|
|
Requires: lorax = %{version}-%{release}
|
|
|
|
|
|
|
|
# RHEL doesn't have qemu, just qemu-kvm
|
|
|
|
Requires: qemu-kvm
|
|
|
|
Requires: qemu-kvm
|
|
|
|
|
|
|
|
Requires: tar
|
|
|
|
|
|
|
|
|
|
|
|
# Fedora edk2 builds currently only support these arches
|
|
|
|
# edk2 builds currently only support these arches
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%ifarch x86_64
|
|
|
|
Requires: edk2-ovmf
|
|
|
|
Requires: edk2-ovmf
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
%ifarch aarch64
|
|
|
@ -138,6 +122,7 @@ Requires: anaconda-tui
|
|
|
|
Requires: anaconda-install-env-deps
|
|
|
|
Requires: anaconda-install-env-deps
|
|
|
|
Requires: system-logos
|
|
|
|
Requires: system-logos
|
|
|
|
Requires: python3-psutil
|
|
|
|
Requires: python3-psutil
|
|
|
|
|
|
|
|
Requires: tar
|
|
|
|
|
|
|
|
|
|
|
|
%description lmc-novirt
|
|
|
|
%description lmc-novirt
|
|
|
|
Additional dependencies required by livemedia-creator when using it with --no-virt
|
|
|
|
Additional dependencies required by livemedia-creator when using it with --no-virt
|
|
|
@ -153,7 +138,7 @@ Lorax templates for creating the boot.iso and live isos are placed in
|
|
|
|
/usr/share/lorax/templates.d/99-generic
|
|
|
|
/usr/share/lorax/templates.d/99-generic
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%autosetup -p1 -n %{name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
@ -180,6 +165,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|
|
|
%{_mandir}/man1/lorax.1*
|
|
|
|
%{_mandir}/man1/lorax.1*
|
|
|
|
%{_mandir}/man1/livemedia-creator.1*
|
|
|
|
%{_mandir}/man1/livemedia-creator.1*
|
|
|
|
%{_mandir}/man1/mkksiso.1*
|
|
|
|
%{_mandir}/man1/mkksiso.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/image-minimizer.1*
|
|
|
|
%{_tmpfilesdir}/lorax.conf
|
|
|
|
%{_tmpfilesdir}/lorax.conf
|
|
|
|
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
%files docs
|
|
|
@ -196,371 +182,453 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|
|
|
%{_datadir}/lorax/templates.d/*
|
|
|
|
%{_datadir}/lorax/templates.d/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Dec 09 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.26-1.inferit.1
|
|
|
|
* Fri Nov 22 2024 Brian C. Lane <bcl@redhat.com> 40.5.10-1
|
|
|
|
- Our isolinux.cfg is in cp866 encoding
|
|
|
|
- erofs: Change the erofs compression default to zstd (bcl)
|
|
|
|
|
|
|
|
Related: RHEL-48606
|
|
|
|
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.26-1.inferit
|
|
|
|
- Revert "tests: Swap nomodeset for inst.text in mkksiso test data" (bcl)
|
|
|
|
- Set latarcyrheb-sun16 as default font instead of eurlatg
|
|
|
|
Related: RHEL-66603
|
|
|
|
|
|
|
|
- Revert "templates: Change nomodeset / basic graphics to use inst.text" (bcl)
|
|
|
|
* Thu Jul 18 2024 Brian C. Lane <bcl@redhat.com> 34.9.26-1
|
|
|
|
Related: RHEL-66603
|
|
|
|
- monitor: Skip repo errors involving CDROM/file source (bcl) (bcl)
|
|
|
|
- Revert "templates: Drop nomodeset / basic graphics menu from live configs" (bcl)
|
|
|
|
Resolves: RHEL-4658
|
|
|
|
Related: RHEL-66603
|
|
|
|
- rsyslog.conf: Update to use current config syntax (bcl) (bcl)
|
|
|
|
|
|
|
|
Resolves: RHEL-46857
|
|
|
|
* 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)
|
|
|
|
* Tue Feb 06 2024 Brian C. Lane <bcl@redhat.com> 34.9.25-1
|
|
|
|
Related: RHEL-66603
|
|
|
|
- templates: Remove libreport bugzilla plugins (bcl)
|
|
|
|
- templates: Change nomodeset / basic graphics to use inst.text (bcl)
|
|
|
|
Resolves: RHEL-24420
|
|
|
|
Resolves: RHEL-66603
|
|
|
|
|
|
|
|
- templates: Drop nomodeset / basic graphics menu from live configs (bcl)
|
|
|
|
* Fri Jan 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.23-1.inferit.2
|
|
|
|
Related: RHEL-66603
|
|
|
|
- bump retries count
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 40.5.8-1
|
|
|
|
* Wed Jul 26 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 34.9.20-1.inferit.1
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
- templates: Fixed UTF-8 handling in replace command
|
|
|
|
|
|
|
|
- templates: Added iconv command to convert from UTF-8 to another encoding
|
|
|
|
* Tue Oct 08 2024 Brian C. Lane <bcl@redhat.com> 40.5.8-1
|
|
|
|
|
|
|
|
- tests: Fix mkksiso unit test (bcl)
|
|
|
|
* Thu Apr 06 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 34.9.20-1.inferit
|
|
|
|
Related: RHEL-61778
|
|
|
|
- Backported DracutChroot dirs umount patch from upstream
|
|
|
|
- pylint: Print astroid version (bcl)
|
|
|
|
Without that patch pungi fails on building an EL9 image
|
|
|
|
Related: RHEL-61778
|
|
|
|
- lorax-templates-rhel requirement replaced with lorax-templates-msvsphere
|
|
|
|
- Extend help for --updates and --ks parameters (jkonecny)
|
|
|
|
- Rebuilt for MSVSphere 9.1
|
|
|
|
Related: RHEL-61778
|
|
|
|
|
|
|
|
- Fix --updates the updates image wasn't loaded (jkonecny)
|
|
|
|
* Wed Jan 11 2023 Brian C. Lane <bcl@redhat.com> 34.9.23-1
|
|
|
|
Resolves: RHEL-61778
|
|
|
|
- rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl)
|
|
|
|
- Implement --replace also for S390 (sebastian.stark)
|
|
|
|
Resolves: rhbz#2158731
|
|
|
|
Related: RHEL-61778
|
|
|
|
- lorax.spec: fix changelog entry for 2132511 (bcl)
|
|
|
|
- mkksiso: option --replace to replace arbitrary text in boot config. (sebastian.stark)
|
|
|
|
Related: rhbz#2132511
|
|
|
|
Related: RHEL-61778
|
|
|
|
|
|
|
|
- livemedia: Add isomd5sum (bcl)
|
|
|
|
* Mon Nov 28 2022 Brian C. Lane <bcl@redhat.com> 34.9.22-1
|
|
|
|
Resolves: RHEL-58896
|
|
|
|
- On ppc64le Use core.elf from grub2 package (bcl)
|
|
|
|
|
|
|
|
Resolves: rhbz#2143994
|
|
|
|
* Tue Sep 10 2024 Brian C. Lane <bcl@redhat.com> 40.5.7-1
|
|
|
|
|
|
|
|
- templates: Sync template changes from lorax-templates-rhel (bcl)
|
|
|
|
* Fri Nov 18 2022 Brian C. Lane <bcl@redhat.com> 34.9.21-1
|
|
|
|
Resolves: RHEL-54713
|
|
|
|
- livemedia-creator: Allow file: url without networking (bcl)
|
|
|
|
- tests: Add a test to make sure redhat-release-eula isn't included (bcl)
|
|
|
|
Resolves: rhbz#2132511
|
|
|
|
Related: RHEL-54381
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 29 2022 Brian C. Lane <bcl@redhat.com> 34.9.20-1
|
|
|
|
* Mon Aug 12 2024 Brian C. Lane <bcl@redhat.com> 40.5.6-1
|
|
|
|
- templates: Update runtime-* templates (bcl)
|
|
|
|
- New lorax documentation - 40.5.6 (bcl)
|
|
|
|
Resolves: rhbz#2042057
|
|
|
|
Related: RHEL-48606
|
|
|
|
- templates: Update path to license files (bcl)
|
|
|
|
- ltmpl: Remove * from docstring (bcl)
|
|
|
|
Related: rhbz#2042057
|
|
|
|
Related: RHEL-48606
|
|
|
|
- templates: Update boot timeout to 5s (bcl)
|
|
|
|
- docs: Update intersphinx and add _static dir (bcl)
|
|
|
|
Related: rhbz#2042057
|
|
|
|
Related: RHEL-48606
|
|
|
|
|
|
|
|
- docs: Document --rootfs-type options (bcl)
|
|
|
|
* Mon Jul 25 2022 Brian C. Lane <bcl@redhat.com> 34.9.19-1
|
|
|
|
Related: RHEL-48606
|
|
|
|
- mkksiso: Optionally support 3 arguments or --ks (bcl)
|
|
|
|
- erofs: Use dedupe and all-fragments options (bcl)
|
|
|
|
Resolves: rhbz#2037015
|
|
|
|
Related: RHEL-48606
|
|
|
|
- mkksiso: Add -U to xorriso on ppc64le (bcl)
|
|
|
|
- imgutils: mkfs.erofs options should come first (bcl)
|
|
|
|
Resolves: rhbz#2109665
|
|
|
|
Related: RHEL-48606
|
|
|
|
- mkksiso: Fix passing -iso-level to xorriso (bcl)
|
|
|
|
- Accept but ignore the old --squashfs-only argument (awilliam)
|
|
|
|
Related: rhbz#2109665
|
|
|
|
Related: RHEL-48606
|
|
|
|
|
|
|
|
- Add compression.erofs section to lorax.conf (bcl)
|
|
|
|
* Wed Jul 13 2022 Brian C. Lane <bcl@redhat.com> 34.9.18-1
|
|
|
|
Resolves: RHEL-48606
|
|
|
|
- mkksiso: Set u+rw permission on extracted files and directories (bcl)
|
|
|
|
- Add erofs and erofs-ext4 support to --rootfs-type (bcl)
|
|
|
|
Related: rhbz#2088631
|
|
|
|
Related: RHEL-48606
|
|
|
|
- lorax.spec: Fix changelog (bcl)
|
|
|
|
- Replace squashfs_only with rootfs_type (bcl)
|
|
|
|
Resolves: rhbz#1972099
|
|
|
|
Related: RHEL-48606
|
|
|
|
|
|
|
|
- imgutils: Add mkerofs function and test (bcl)
|
|
|
|
* Wed Jun 29 2022 Brian C. Lane <bcl@redhat.com> 34.9.17-1
|
|
|
|
Related: RHEL-48606
|
|
|
|
- minimal.ks: Add include for architecture specific packages (bcl)
|
|
|
|
- runtime-postinstall: Make sure blacklist_exceptions has been removed (jstodola)
|
|
|
|
Related: rhbz#2051548
|
|
|
|
Resolves: RHEL-53721
|
|
|
|
- livemedia.ks: Add include for architecture specific packages (bcl)
|
|
|
|
|
|
|
|
Resolves: rhbz#2051548
|
|
|
|
* Fri Jul 19 2024 Brian C. Lane <bcl@redhat.com> 40.5.5-1
|
|
|
|
- tests: Add tests for mkksiso (bcl)
|
|
|
|
- templates: Synchronize generic templates with lorax-templates-rhel (bcl)
|
|
|
|
Related: rhbz#2037015
|
|
|
|
Related: RHEL-35396
|
|
|
|
- mkksiso: Add kernel cmdline customization support (bcl)
|
|
|
|
- docs: Update livemedia-creator documentation for RHEL 10 (bcl)
|
|
|
|
Resolves: rhbz#2037015
|
|
|
|
Related: RHEL-31853
|
|
|
|
- mkksiso: Move kickstart to --ks KICKSTART (bcl)
|
|
|
|
- livemedia-creator: The --make-tar option requires tar (bcl)
|
|
|
|
Related: rhbz#2037015
|
|
|
|
Related: RHEL-31853
|
|
|
|
- mkksiso: Add helper functions for kernel cmdline modifications (bcl)
|
|
|
|
- docs: Update example kickstarts for RHEL/CentOS (bcl)
|
|
|
|
Related: rhbz#2037015
|
|
|
|
Resolves: RHEL-31853
|
|
|
|
- lorax.spec: Fix changelog order (bcl)
|
|
|
|
- lorax: Change default rootfs size to 3GiB (bcl)
|
|
|
|
Resolves: rhbz#1972099
|
|
|
|
Resolves: RHEL-32504
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 17 2022 Brian C. Lane <bcl@redhat.com> 34.9.16-1
|
|
|
|
* Wed Jun 12 2024 Brian C. Lane <bcl@redhat.com> 40.5.4-1
|
|
|
|
- Makefile: Add local-srpm target to create a .src.rpm from HEAD (bcl)
|
|
|
|
- tito: Add tito to container's test-packages (bcl)
|
|
|
|
Related: rhbz#2088631
|
|
|
|
Related: RHEL-31830
|
|
|
|
- mkksiso: Fix s390x support (bcl)
|
|
|
|
- creator: Fix pylint error in run_creator (bcl)
|
|
|
|
Related: rhbz#2088631
|
|
|
|
Related: RHEL-31830
|
|
|
|
- mkksiso: Remove use of os.path.join (bcl)
|
|
|
|
- livemedia-creator: Check for BIOS vs. UEFI qemu support (bcl)
|
|
|
|
Related: rhbz#2088631
|
|
|
|
Related: RHEL-31830
|
|
|
|
- Makefile: Add mkksiso to coverage report (bcl)
|
|
|
|
- livemedia-creator: Enable s390x virt support (bcl)
|
|
|
|
Related: rhbz#2088631
|
|
|
|
Related: RHEL-31830
|
|
|
|
- setup.py: Install mkksiso to /usr/bin (bcl)
|
|
|
|
- livemedia-creator: Make use of virtio devices more generic (bcl)
|
|
|
|
Related: rhbz#2088631
|
|
|
|
Related: RHEL-31830
|
|
|
|
- mkksiso: Fix grub2 editing error (bcl)
|
|
|
|
- Set requirement on lorax-templates-rhel for prefixdevname change (bcl)
|
|
|
|
Related: rhbz#2088631
|
|
|
|
Related: RHEL-30010
|
|
|
|
- mkksiso: Rewrite to use xorriso features (bcl)
|
|
|
|
|
|
|
|
Resolves: rhbz#2088631
|
|
|
|
* Fri May 31 2024 Brian C. Lane <bcl@redhat.com> 40.5.3-1
|
|
|
|
|
|
|
|
- tito: Add RHEL tagger with support for rhbz and RHEL (bcl)
|
|
|
|
* Wed Apr 06 2022 Brian C. Lane <bcl@redhat.com> 34.9.15-1
|
|
|
|
Related: RHEL-31830
|
|
|
|
- tito: Add the LoraxRHELTagger from rhel8-branch (bcl)
|
|
|
|
- livemedia-creator: Use /usr/libexec/qemu-kvm on supported arches (bcl)
|
|
|
|
Related: rhbz#2070910
|
|
|
|
Related: RHEL-31830
|
|
|
|
- runtime-postinstall: Remove machine specific nvme files (bcl)
|
|
|
|
- spec: edk2-aarch64 has the UEFI firmware on aarch64 (bcl)
|
|
|
|
Resolves: rhbz#2070910
|
|
|
|
Related: RHEL-31830
|
|
|
|
|
|
|
|
- Add prefixdevname to Anaconda image (msekleta)
|
|
|
|
* Wed Feb 16 2022 Brian C. Lane <bcl@redhat.com> 34.9.14-1
|
|
|
|
Related: RHEL-30010
|
|
|
|
- Keep nvram module (bcl@redhat.com)
|
|
|
|
- spec: exclude the files section for lmc-virt on ppc64le (bcl)
|
|
|
|
Resolves: rhbz#2050877
|
|
|
|
Resolves: RHEL-31830
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2022 Brian C. Lane <bcl@redhat.com> 34.9.13-1
|
|
|
|
* Thu Apr 04 2024 Brian C. Lane <bcl@redhat.com> 40.5.2-1
|
|
|
|
|
|
|
|
- spec: Use qemu-kvm instead of qemu (bcl@redhat.com)
|
|
|
|
|
|
|
|
Resolves: RHEL-31830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 02 2023 Brian C. Lane <bcl@redhat.com> 40.0-1
|
|
|
|
|
|
|
|
- Remove some unneccessary storage packages from runtime-install (vtrefny@redhat.com)
|
|
|
|
|
|
|
|
- Do not install polkit-gnome for blivet-gui (vtrefny@redhat.com)
|
|
|
|
|
|
|
|
- docs: Update the quickstart example command (vtrefny@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 07 2023 Brian C. Lane <bcl@redhat.com> 39.5-1
|
|
|
|
|
|
|
|
- Explicitly pull in more filesystem packages (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-postinstall: Turn off lvm monitoring (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup.tmpl: fix typo 'gschadow' (chris.riches@nutanix.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: Change how logo pixmaps is cleaned up (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: only pull in qcom-firmware on aarch64 (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 09 2023 Brian C. Lane <bcl@redhat.com> 39.4-1
|
|
|
|
|
|
|
|
- Exclude more obsoleted libertas firmware packages (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- Revert "test_minimizer: dnf5 wants --use-host-config" (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 07 2023 Brian C. Lane <bcl@redhat.com> 39.3-1
|
|
|
|
|
|
|
|
- runtime-install: excluded renamed olpc firmware package (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 14 2023 Brian C. Lane <bcl@redhat.com> 39.2-1
|
|
|
|
|
|
|
|
- pylint: Ignore false positive from pylint on rawhide (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Fix image_minimizer test dnf usage (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Fix HFS test to work with new get_file_magic output (bcl@redhat.com)
|
|
|
|
|
|
|
|
- ltmpl: Use ProcMount while running the dnf transaction (bcl@redhat.com)
|
|
|
|
|
|
|
|
- imgutils: Split part DracutChroot into ProcMount (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-postinstall: Remove libuser.conf (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: exclude renamed iwl firmware packages (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- test_minimizer: dnf5 wants --use-host-config (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Install nvme-cli tool and remove machine specific nvme files (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Revert "Add blacklist_exceptions to multipath.conf" (jstodola@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Brian C. Lane <bcl@redhat.com> 39.1-1
|
|
|
|
|
|
|
|
- livemedia-creator: Reorganize the qemu arch patch (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Make sure -machine is passed to qemu (hadess@hadess.net)
|
|
|
|
|
|
|
|
- Only allow UEFI support to be enabled on x86_64 (hadess@hadess.net)
|
|
|
|
|
|
|
|
- Throw an error when KVM is enabled on non-native installs (hadess@hadess.net)
|
|
|
|
|
|
|
|
- docs: Clarify that kickstarts need a part command (bcl@redhat.com)
|
|
|
|
|
|
|
|
- livemedia-creator: Raise an error when no partitions are in the ks (bcl@redhat.com)
|
|
|
|
|
|
|
|
- monitor: Skip repo errors involving CDROM/file source (bcl@redhat.com)
|
|
|
|
|
|
|
|
- logging: Remove duplicate stream logging (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Pass vga=791 for live basic graphics mode on BIOS (#2176782) (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- livemedia-creator: Use -cpu host by default, add -cpu option to override (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 14 2023 Brian C. Lane <bcl@redhat.com> 39.0-1
|
|
|
|
|
|
|
|
- Add setpriv as ostree containers dependency (#2125655) (jkonecny@redhat.com)
|
|
|
|
|
|
|
|
- livemedia-creator: Do not omit plymouth module from dracut (bcl@redhat.com)
|
|
|
|
|
|
|
|
- New lorax documentation - 39.0 (bcl@redhat.com)
|
|
|
|
|
|
|
|
- workflow: Update list of push branches for workflow tests (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Prepare for version 39.0 release (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 20 2023 Brian C. Lane <bcl@redhat.com> 38.7-1
|
|
|
|
|
|
|
|
- Don't strip gtk4 binaries or libtiff (#2170716) (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- image-minimizer: Use RuntimeError instead of Exception (bcl@redhat.com)
|
|
|
|
|
|
|
|
- creator: Use RuntimeError instead of Exception (bcl@redhat.com)
|
|
|
|
|
|
|
|
- treebuilder: Use RuntimeError instead of Exception (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mount: Use RuntimeError instead of Exception (bcl@redhat.com)
|
|
|
|
|
|
|
|
- ltmpl: Use RuntimeError instead of Exception (bcl@redhat.com)
|
|
|
|
|
|
|
|
- spec: Use autosetup to make patching easier (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Revert "templates.d/99-generic/live: Enable automatic persistence for live media" (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- Strip some things from gtk4 (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Brian C. Lane <bcl@redhat.com> 38.6-1
|
|
|
|
|
|
|
|
- templates.d/99-generic/live: Enable automatic persistence for live media (ngompa@fedoraproject.org)
|
|
|
|
|
|
|
|
- Update for Noto CJK Variable Fonts (pwu@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 08 2023 Brian C. Lane <bcl@redhat.com> 38.5-1
|
|
|
|
|
|
|
|
- Fix using --dracut-conf with DracutChroot (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Fix DataHolder for CreatorTest (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: Update for
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Changes/NotoFontsForMoreLang (akira@tagoh.org)
|
|
|
|
|
|
|
|
- SPDX migration (bcl@redhat.com)
|
|
|
|
|
|
|
|
- rsyslogd.conf: Rewrite using current config syntax (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Add comment for squashfs-only (dick@mrns.nl)
|
|
|
|
|
|
|
|
- runtime-install: exclude some more unneeded firmware packages (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: stop excluding bfa-firmware again (retired) (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 12 2022 Brian C. Lane <bcl@redhat.com> 38.4-1
|
|
|
|
|
|
|
|
- runtime-cleanup: drop old versions of qed firmware (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop Mediatek SoC firmwares (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: drop bfa-firmware (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Disable running mkefiboot in container tests (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Rebuild efiboot.img for UEFI enabled isos (bcl@redhat.com)
|
|
|
|
|
|
|
|
- gitleaks: Add config file to ignore known fake secrets (bcl@redhat.com)
|
|
|
|
|
|
|
|
- fedora-livemedia.ks: Use livesys-scripts (bcl@redhat.com)
|
|
|
|
|
|
|
|
- workflows: Switch to actions/checkout@v3 (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 28 2022 Brian C. Lane <bcl@redhat.com> 38.3-1
|
|
|
|
|
|
|
|
- Use unicode.pf2 from /usr/share/grub/ (bcl@redhat.com)
|
|
|
|
|
|
|
|
- On ppc64le Use core.elf from grub2 package (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 09 2022 Brian C. Lane <bcl@redhat.com> 38.2-1
|
|
|
|
|
|
|
|
- runtime-postinstall: Disable sshd.socket (bcl@redhat.com)
|
|
|
|
|
|
|
|
- docs: Document mock and SELinux not working together (bcl@redhat.com)
|
|
|
|
|
|
|
|
- imgutils: Don't delete dirs created for DracutChroot (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tito: Use .tito instead of old ./rel-eng directory (bcl@redhat.com)
|
|
|
|
|
|
|
|
- setup.py: Set the version number (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Improvement of unmounting /proc, /dev and binds (soksanichenko@cloudlinux.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 11 2022 Brian C. Lane <bcl@redhat.com> 38.1-1
|
|
|
|
|
|
|
|
- livemedia-creator: Allow file: url without networking (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Update kdump addon package name (vslavik@redhat.com)
|
|
|
|
|
|
|
|
- Drop anaconda auditd replacement (vslavik@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 30 2022 Brian C. Lane <bcl@redhat.com> 38.0-1
|
|
|
|
|
|
|
|
- New lorax documentation - 38.0 (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Update test_creator.py for new cmdline options (bcl@redhat.com)
|
|
|
|
|
|
|
|
- livemedia-creator: Add release, variant, bugurl, and isfinal cmdline flags (cappy@cappuchino.xyz)
|
|
|
|
|
|
|
|
- Drop 32-bit ARM and x86 support (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- Update anaconda's crash messages to watch (vslavik@redhat.com)
|
|
|
|
|
|
|
|
- livemedia-creator: Add --product to cmdline args (bcl@redhat.com)
|
|
|
|
|
|
|
|
- fedora-livemedia: Make sure GNOME Software service isn't started (bcl@redhat.com)
|
|
|
|
|
|
|
|
- fonts packages syncup in template files (akira@tagoh.org)
|
|
|
|
|
|
|
|
- tests: Add tzdata package to minimizer test setup (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 25 2022 Brian C. Lane <bcl@redhat.com> 37.8-1
|
|
|
|
|
|
|
|
- mkksiso: Optionally support 3 arguments or --ks (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Add -U to xorriso on ppc64le (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Fix passing -iso-level to xorriso (bcl@redhat.com)
|
|
|
|
|
|
|
|
- pylorax: SafeConfigParser is now ConfigParser (bcl@redhat.com)
|
|
|
|
|
|
|
|
- test: Update test code for new pylint version (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Switch back to rawhide for tests (bcl@redhat.com)
|
|
|
|
|
|
|
|
- workflow: Remove sudo from workflow (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 13 2022 Brian C. Lane <bcl@redhat.com> 37.7-1
|
|
|
|
|
|
|
|
- mkksiso: Set u+rw permission on extracted files and directories (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Add option to boot local drive to the x86 BIOS grub2 menu (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 28 2022 Brian C. Lane <bcl@redhat.com> 37.6-1
|
|
|
|
|
|
|
|
- tests: Use Fedora 36 for test-in-podman (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Add include for architecture specific packages to example kickstarts (bcl@redhat.com)
|
|
|
|
|
|
|
|
- templates: adjust for mellanox firmware split to subpackage (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Fix s390x support (bcl@redhat.com)
|
|
|
|
|
|
|
|
- spec: Don't require grub2 on x86-32 (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Remove use of os.path.join (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Makefile: Add mkksiso and image-minimizer to coverage report (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Add tests for mkksiso (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Add kernel cmdline customization support (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Move kickstart to --ks KICKSTART (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Add helper functions for kernel cmdline modifications (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 03 2022 Brian C. Lane <bcl@redhat.com> 37.5-1
|
|
|
|
|
|
|
|
- example ks: Drop syslinux and add grub2-tools package for livemedia (bcl@redhat.com)
|
|
|
|
|
|
|
|
- templates: Set @ISOLABEL@ in the bios-grub.cfg file to the isolabel (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Update spec for syslinux->grub2 switch (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Brian C. Lane <bcl@redhat.com> 37.4-1
|
|
|
|
|
|
|
|
- mkksiso: Fix grub2 editing error (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Brian C. Lane <bcl@redhat.com> 37.3-1
|
|
|
|
|
|
|
|
- Add grub2 BIOS boot support to live iso template (bcl@redhat.com)
|
|
|
|
|
|
|
|
Resolves: rhbz#2092065
|
|
|
|
|
|
|
|
- Drop grafting variables (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Drop macboot.img and simplify efiboot.img use (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Add grub2 BIOS boot support (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Remove syslinux support (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 23 2022 Brian C. Lane <bcl@redhat.com> 37.2-1
|
|
|
|
|
|
|
|
- cleanup: drop phanfw.bin from linux-firmware (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- cleanup: strip more mellanox firmware files (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- cleanup: strip qcom/vpu* from linux-firmware (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- cleanup: drop qcom/apq8096 firmwares (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 11 2022 Brian C. Lane <bcl@redhat.com> 37.1-1
|
|
|
|
|
|
|
|
- New lorax documentation - 37.1 (bcl@redhat.com)
|
|
|
|
|
|
|
|
- docs: Update the mkksiso documentation (bcl@redhat.com)
|
|
|
|
|
|
|
|
- setup.py: Install mkksiso to /usr/bin (bcl@redhat.com)
|
|
|
|
|
|
|
|
- pylorax: Move variable out of try block (bcl@redhat.com)
|
|
|
|
|
|
|
|
- setup.py: Use setup from setuptools not distutils (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Makefile: Remove -it options for test-in-podman (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: Rewrite to use xorriso features (bcl@redhat.com)
|
|
|
|
|
|
|
|
- docs: Fix typo in index.html (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 28 2022 Brian C. Lane <bcl@redhat.com> 37.0-1
|
|
|
|
|
|
|
|
- New lorax documentation - 37.0 (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: keep 'unshare' binary present from util-linux-core (kkoukiou@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 28 2022 Brian C. Lane <bcl@redhat.com> 36.9-1
|
|
|
|
|
|
|
|
- Don't move the restart-anaconda file (vponcova@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2022 Brian C. Lane <bcl@redhat.com> 36.8-1
|
|
|
|
|
|
|
|
- runtime-cleanup: Remove ncurses package (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 14 2022 Brian C. Lane <bcl@redhat.com> 36.7-1
|
|
|
|
|
|
|
|
- postinstall: Restore reproducible build timestamps on /usr/share/fonts (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Fix the image minimizer test dnf usage (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop kernel drivers/iio (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop gallium-pipe drivers from mesa-dri-drivers (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop yelp's local MathJax library copy (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop eapol_test from wpa_supplicant (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop /usr/bin/cyrusbdb2current (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop systemd-analyze (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop mtools and glibc-gconv-extra (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop guile22's ccache (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: fix warnings from old or changed packages (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop Italic from google-noto-sans-vf-fonts (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: drop some unnecessary font packages (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2022 Brian C. Lane <bcl@redhat.com> 36.6-1
|
|
|
|
- mkksiso: Fix check for unsupported arch error (bcl@redhat.com)
|
|
|
|
- mkksiso: Fix check for unsupported arch error (bcl@redhat.com)
|
|
|
|
Related: rhbz#2049192
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 03 2022 Brian C. Lane <bcl@redhat.com> 34.9.12-1
|
|
|
|
* Thu Feb 03 2022 Brian C. Lane <bcl@redhat.com> 36.5-1
|
|
|
|
- mkksiso: Improve debug message about unsupported arch (bcl@redhat.com)
|
|
|
|
- mkksiso: Improve debug message about unsupported arch (bcl@redhat.com)
|
|
|
|
Related: rhbz#2049192
|
|
|
|
- mkksiso: Fix the order of the ppc mkisofs command (bcl@redhat.com)
|
|
|
|
|
|
|
|
- mkksiso: mkfsiso argument order matters (bcl@redhat.com)
|
|
|
|
- mkksiso: Add kickstart to s390x cdboot.prm (bcl@redhat.com)
|
|
|
|
- mkksiso: Add kickstart to s390x cdboot.prm (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#2049192
|
|
|
|
- cleanup: handle RPM database move to /usr (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- Install the variable font of the Cantarell font (akira@tagoh.org)
|
|
|
|
* Thu Jan 20 2022 Brian C. Lane <bcl@redhat.com> 34.9.11-1
|
|
|
|
- Update the template for f36 Change proposal:
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Changes/DefaultToNotoFonts (akira@tagoh.org)
|
|
|
|
|
|
|
|
- Update Malayalam font to its new renamed package name rit-meera-new-fonts (pnemade@fedoraproject.org)
|
|
|
|
- Enable sftp when using inst.sshd (bcl@redhat.com)
|
|
|
|
- Enable sftp when using inst.sshd (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#2040770
|
|
|
|
- Add inst.rngd cmdline option (bcl@redhat.com)
|
|
|
|
- Drop ia32 uefi package installation (bcl@redhat.com)
|
|
|
|
- docs: Update docs for image-minimizer (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#2039035
|
|
|
|
- tests: Add tests for image-minimizer (bcl@redhat.com)
|
|
|
|
- Remove 32-bit UEFI packages from example kickstart (bcl@redhat.com)
|
|
|
|
- image-minimizer: Check for missing root directory (bcl@redhat.com)
|
|
|
|
Related: rhbz#2039035
|
|
|
|
- image-minimizer: Fix utf8 error and add docs (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 09 2021 Brian C. Lane <bcl@redhat.com> 34.9.10-1
|
|
|
|
* Tue Dec 14 2021 Brian C. Lane <bcl@redhat.com> 36.4-1
|
|
|
|
|
|
|
|
- cleanup: remove binaries from lilv (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: remove pipewire-related packages (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- New lorax documentation - 36.3 (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 09 2021 Brian C. Lane <bcl@redhat.com> 36.3-1
|
|
|
|
- mkksiso: Check the length of the filenames (bcl@redhat.com)
|
|
|
|
- mkksiso: Check the length of the filenames (bcl@redhat.com)
|
|
|
|
Related: rhbz#2028104
|
|
|
|
|
|
|
|
- mkksiso: Check the iso's arch against the host's (bcl@redhat.com)
|
|
|
|
- mkksiso: Check the iso's arch against the host's (bcl@redhat.com)
|
|
|
|
Related: rhbz#2028104
|
|
|
|
|
|
|
|
- mkksiso: Add missing implantisomd5 tool requirements (bcl@redhat.com)
|
|
|
|
- mkksiso: Add missing implantisomd5 tool requirements (bcl@redhat.com)
|
|
|
|
Related: rhbz#2028104
|
|
|
|
|
|
|
|
- mkksiso: Raise error if no volume id is found (bcl@redhat.com)
|
|
|
|
- mkksiso: Raise error if no volume id is found (bcl@redhat.com)
|
|
|
|
Related: rhbz#2028104
|
|
|
|
|
|
|
|
- mount: Add s390x support to IsoMountopoint (bcl@redhat.com)
|
|
|
|
- mount: Add s390x support to IsoMountopoint (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#2028104
|
|
|
|
|
|
|
|
- mkksiso: Skip mkefiboot for non-UEFI isos (bcl@redhat.com)
|
|
|
|
- mkksiso: Skip mkefiboot for non-UEFI isos (bcl@redhat.com)
|
|
|
|
- mkksiso: Add -joliet-long (bcl@redhat.com)
|
|
|
|
- mkksiso: Add -joliet-long (bcl@redhat.com)
|
|
|
|
Related: rhbz#2028104
|
|
|
|
|
|
|
|
- mkksiso: Return 1 on errors (bcl@redhat.com)
|
|
|
|
- mkksiso: Return 1 on errors (bcl@redhat.com)
|
|
|
|
Related: rhbz#2028104
|
|
|
|
- Fix monitor problem with split UTF8 characters (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 03 2021 Brian C. Lane <bcl@redhat.com> 34.9.9-1
|
|
|
|
* Wed Nov 10 2021 Brian C. Lane <bcl@redhat.com> 36.2-1
|
|
|
|
- Change macboot default to false (bcl@redhat.com)
|
|
|
|
- Remove memtest86+ from example kickstarts (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#2019512
|
|
|
|
- fedora-livemedia: Update example kickstart (bcl@redhat.com)
|
|
|
|
- livemedia-creator: Change defaults to Red Hat Enterprise Linux 9 (bcl@redhat.com)
|
|
|
|
- mount: Switch to using pycdio instead of pycdlib (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#2019133
|
|
|
|
- Move default releasever into pylorax DEFAULT_RELEASEVER (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-postinstall: Drop raidstart/stop stub code (bcl@redhat.com)
|
|
|
|
* Fri Oct 29 2021 Brian C. Lane <bcl@redhat.com> 34.9.8-1
|
|
|
|
- runtime-install: Fix grub2 epoch, it is 1 not 0 (bcl@redhat.com)
|
|
|
|
- livemedia.ks: Drop unneeded commands (bcl@redhat.com)
|
|
|
|
- Update runtime-install/cleanup for Marvell Prestera fw split (awilliam@redhat.com)
|
|
|
|
Related: rhbz#2017993
|
|
|
|
|
|
|
|
- livemedia.ks: Install workstation-product-environment (bcl@redhat.com)
|
|
|
|
* Thu Oct 28 2021 Brian C. Lane <bcl@redhat.com> 36.1-1
|
|
|
|
Resolves: rhbz#2017993
|
|
|
|
- dnfbase: Handle defaults better (bcl@redhat.com)
|
|
|
|
- templates: Change nomodeset / basic graphics to use inst.text (bcl@redhat.com)
|
|
|
|
- ltmpl: Add version compare support to installpkg (bcl@redhat.com)
|
|
|
|
Related: rhbz#1961092
|
|
|
|
|
|
|
|
- templates: Drop nomodeset / basic graphics menu from live configs (bcl@redhat.com)
|
|
|
|
* Mon Oct 11 2021 Brian C. Lane <bcl@redhat.com> 36.0-1
|
|
|
|
Related: rhbz#1961092
|
|
|
|
- New lorax documentation - 36.0 (bcl@redhat.com)
|
|
|
|
- livemedia.ks: Add isomd5sum for use with rd.live.check (bcl@redhat.com)
|
|
|
|
- docs: Remove logging command from examples (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#2015908
|
|
|
|
- runtime-install: exclude liquidio and netronome firmwares (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: drop Marvell Prestera firmware files (awilliam@redhat.com)
|
|
|
|
* Wed Oct 06 2021 Brian C. Lane <bcl@redhat.com> 34.9.7-1
|
|
|
|
- runtime-cleanup: drop some Qualcomm smartphone firmwares (awilliam@redhat.com)
|
|
|
|
- runtime-cleanup: Remove dropped package from template (bcl@redhat.com)
|
|
|
|
|
|
|
|
Related: rhbz#1991006
|
|
|
|
|
|
|
|
- sshd_config: Update sshd options (bcl@redhat.com)
|
|
|
|
|
|
|
|
Related: rhbz#2007288
|
|
|
|
|
|
|
|
- Install nvme-cli tool (bcl@redhat.com)
|
|
|
|
|
|
|
|
Related: rhbz#2010254
|
|
|
|
|
|
|
|
- When running the tests in docker/podman use the Fedora 34 image (bcl@redhat.com)
|
|
|
|
|
|
|
|
Related: rhbz#2010542
|
|
|
|
|
|
|
|
- Fix pylint warnings about string formatting (bcl@redhat.com)
|
|
|
|
- Fix pylint warnings about string formatting (bcl@redhat.com)
|
|
|
|
Related: rhbz#2010542
|
|
|
|
|
|
|
|
- tests: Ignore new pylint warnings (bcl@redhat.com)
|
|
|
|
- tests: Ignore new pylint warnings (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#2010542
|
|
|
|
- Add fstrim to disk and filesystem image creation (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 09 2021 Brian C. Lane <bcl@redhat.com> 34.9.6-1
|
|
|
|
|
|
|
|
- github: Run tests for rhel9-branch PRs (bcl@redhat.com)
|
|
|
|
|
|
|
|
Related: rhbz#2000439
|
|
|
|
|
|
|
|
- Install unicode.pf2 from new directory (bcl@redhat.com)
|
|
|
|
|
|
|
|
Resolves: rhbz#2000439
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 15 2021 Brian C. Lane <bcl@redhat.com> 34.9.5-1
|
|
|
|
* Tue Sep 07 2021 Brian C. Lane <bcl@redhat.com> 35.7-1
|
|
|
|
- Add a context manager for dracut (bcl@redhat.com)
|
|
|
|
- templates: Remove memtest86+ (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#1982271
|
|
|
|
|
|
|
|
- spec: Fix bug number for dropping gfs2-utils (bcl@redhat.com)
|
|
|
|
|
|
|
|
Related: rhbz#1975378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 28 2021 Brian C. Lane <bcl@redhat.com> 34.9.4-1
|
|
|
|
* Thu Jul 08 2021 Brian C. Lane <bcl@redhat.com> 35.6-1
|
|
|
|
|
|
|
|
- Install unicode.pf2 from new directory (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Makefile: Use sudo to fix ownership of docs (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Makefile: Make sure container is built before docs (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Makefile: Add local-srpm target to create a .src.rpm from HEAD (bcl@redhat.com)
|
|
|
|
- mkksiso: cmdline should default to empty string (bcl@redhat.com)
|
|
|
|
- mkksiso: cmdline should default to empty string (bcl@redhat.com)
|
|
|
|
Related: rhbz#1975844
|
|
|
|
|
|
|
|
- runtime-install: Remove gfs2-utils (bcl@redhat.com)
|
|
|
|
- runtime-install: Remove gfs2-utils (bcl@redhat.com)
|
|
|
|
Related: rhbz#1975378
|
|
|
|
- mount.py: Fix docstring (jkucera@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 11 2021 Brian C. Lane <bcl@redhat.com> 35.5-1
|
|
|
|
|
|
|
|
- pylorax: Fix mksparse ftruncate size handling (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 10 2021 Brian C. Lane <bcl@redhat.com> 34.9.3-1
|
|
|
|
* Thu Jun 10 2021 Brian C. Lane <bcl@redhat.com> 35.4-1
|
|
|
|
- livemedia-creator: Check for mkfs.hfsplus (bcl@redhat.com)
|
|
|
|
- livemedia-creator: Check for mkfs.hfsplus (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Drop retired icfg (zbyszek@in.waw.pl)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 25 2021 Brian C. Lane <bcl@redhat.com> 34.9.2-1
|
|
|
|
* Tue May 25 2021 Brian C. Lane <bcl@redhat.com> 35.3-1
|
|
|
|
- Add prefixdevname to Anaconda initramfs (rvykydal@redhat.com)
|
|
|
|
- Add a context manager for dracut (bcl@redhat.com)
|
|
|
|
Related: rhbz#1958173
|
|
|
|
Resolves: rhbz#1962975
|
|
|
|
- Replace metacity with gnome-kiosk (bcl@redhat.com)
|
|
|
|
- Remove unneeded aajohan-comfortaa-fonts (bcl@redhat.com)
|
|
|
|
Related: rhbz#1961099
|
|
|
|
|
|
|
|
- runtime-install: Install ipcalc (bcl@redhat.com)
|
|
|
|
* Wed May 05 2021 Brian C. Lane <bcl@redhat.com> 35.2-1
|
|
|
|
Related: rhbz#1958173
|
|
|
|
|
|
|
|
- spec: Update lorax-lmc-virt packages for rhel9 arches (bcl@redhat.com)
|
|
|
|
|
|
|
|
Related: rhbz#1955674
|
|
|
|
|
|
|
|
* Wed May 05 2021 Brian C. Lane <bcl@redhat.com> - 34.9.1-2
|
|
|
|
|
|
|
|
- qemu-kvm isn't available on ppc64le
|
|
|
|
|
|
|
|
- edk2-aarch64 has the UEFI firmware on aarch64
|
|
|
|
|
|
|
|
Related: rhbz#1955674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 05 2021 Brian C. Lane <bcl@redhat.com> 34.9.1-1
|
|
|
|
|
|
|
|
- livemedia-creator: Use inst.ks on cmdline for virt (bcl@redhat.com)
|
|
|
|
|
|
|
|
- image-minimizer: Fix decode() usage (bcl@redhat.com)
|
|
|
|
|
|
|
|
- docs: Update example kickstarts for RHEL/CentOS (bcl@redhat.com)
|
|
|
|
|
|
|
|
- livemedia-creator: RHEL9 only supports qemu-kvm (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: Use branding package name instead of product.name (bcl@redhat.com)
|
|
|
|
- runtime-cleanup: Use branding package name instead of product.name (bcl@redhat.com)
|
|
|
|
- treebuilder: Add branding package to template variables (bcl@redhat.com)
|
|
|
|
- treebuilder: Add branding package to template variables (bcl@redhat.com)
|
|
|
|
- runtime-cleanup: Remove mcpp and libmcpp cleanup (bcl@redhat.com)
|
|
|
|
- livemedia-creator: Use inst.ks on cmdline for virt (bcl@redhat.com)
|
|
|
|
- spec: Fix changelog for 34.9.0 (bcl@redhat.com)
|
|
|
|
- docs: Remove composer-cli.1 (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 29 2021 Brian C. Lane <bcl@redhat.com> 34.9.0-1
|
|
|
|
* Mon Apr 26 2021 Brian C. Lane <bcl@redhat.com> 35.1-1
|
|
|
|
- New lorax documentation - 34.9.0 (bcl@redhat.com)
|
|
|
|
- New lorax documentation - 35.1 (bcl@redhat.com)
|
|
|
|
Related: rhbz#1952978
|
|
|
|
- Makefile: Use podman as a user for testing and docs (bcl@redhat.com)
|
|
|
|
- composer-cli: Remove all traces of composer-cli (bcl@redhat.com)
|
|
|
|
- composer-cli: Remove all traces of composer-cli (bcl@redhat.com)
|
|
|
|
Resolves: rhbz#1952978
|
|
|
|
- livemedia-creator: Add rhgb to live iso cmdline (#1943312) (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Fix pocketlint use of removed pylint messages (bcl@redhat.com)
|
|
|
|
* Mon Feb 15 2021 Brian C. Lane <bcl@redhat.com> 34.9-1
|
|
|
|
- Disable X11 forwarding from installation environment. (vslavik@redhat.com)
|
|
|
|
- Use inst.rescue to trigger rescue mode (awilliam@redhat.com)
|
|
|
|
- Remove display-related packages (vslavik@redhat.com)
|
|
|
|
Resolves: rhbz#1928318
|
|
|
|
- Drop trying to install reiserfs-utils (kevin@scrye.com)
|
|
|
|
|
|
|
|
- test: Fix URL to bots testmap (martin@piware.de)
|
|
|
|
* Mon Feb 08 2021 Brian C. Lane <bcl@redhat.com> 34.8-1
|
|
|
|
- Change khmeros-base-fonts to khmer-os-system-fonts. (pnemade@fedoraproject.org)
|
|
|
|
- Use image dependencies metapackage (vslavik@redhat.com)
|
|
|
|
- Fix output path in docs (vslavik@redhat.com)
|
|
|
|
- tests: Include the fedora-updates repo when testing boot.iso building (bcl@redhat.com)
|
|
|
|
- runtime-cleanup: don't wipe /usr/bin/report-cli (#1937550) (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- xorg-x11-font-utils is now four packages, remove all of them (peter.hutterer@who-t.net)
|
|
|
|
* Wed Jan 20 2021 Brian C. Lane <bcl@redhat.com> 34.7-1
|
|
|
|
- xorg-x11-server-utils was split up in Fedora 34, so adjust templates (kevin@scrye.com)
|
|
|
|
- live/x86.tmpl: Copy livecd-iso-to-disk script, if installed (david.ward@ll.mit.edu)
|
|
|
|
* Wed Mar 03 2021 Brian C. Lane <bcl@redhat.com> 35.0-1
|
|
|
|
- templates: Copy license files from the correct path (david.ward@ll.mit.edu)
|
|
|
|
- New lorax documentation - 35.0 (bcl@redhat.com)
|
|
|
|
- test: Fix vm.install for non-LVM cloud images (martin@piware.de)
|
|
|
|
- Makefile: Add test-in-podman and docs-in-podman build targets (bcl@redhat.com)
|
|
|
|
|
|
|
|
- isolinux.cfg: Rename the 'vesa' menu entry to 'basic' (bcl@redhat.com)
|
|
|
|
* Wed Dec 16 2020 Brian C. Lane <bcl@redhat.com> 34.6-1
|
|
|
|
- composer-cli: Add support for start-ostree --url URL (bcl@redhat.com)
|
|
|
|
- Remove LD_PRELOAD libgomp.so.1 from lmc --no-virt (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Add POSTIN scriptlet error to the log monitor list (bcl@redhat.com)
|
|
|
|
* Wed Mar 03 2021 Brian C. Lane <bcl@redhat.com>
|
|
|
|
- Improve lmc no-virt error handling (bcl@redhat.com)
|
|
|
|
- New lorax documentation - 35.0 (bcl@redhat.com)
|
|
|
|
- lorax.spec: Drop GConf2 requirement (bcl@redhat.com)
|
|
|
|
- Makefile: Add test-in-podman and docs-in-podman build targets (bcl@redhat.com)
|
|
|
|
|
|
|
|
- isolinux.cfg: Rename the 'vesa' menu entry to 'basic' (bcl@redhat.com)
|
|
|
|
* Wed Dec 02 2020 Brian C. Lane <bcl@redhat.com> 34.5-1
|
|
|
|
- composer-cli: Add support for start-ostree --url URL (bcl@redhat.com)
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 29 2020 Brian C. Lane <bcl@redhat.com> - 34.3-4
|
|
|
|
|
|
|
|
- Drop unused proc/mount patch
|
|
|
|
|
|
|
|
- lorax: Strip ' from product cmdline argument
|
|
|
|
|
|
|
|
temporary fix for pungi bug: https://pagure.io/pungi/pull-request/1463
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 28 2020 Stephen Gallagher <sgallagh@redhat.com> - 34.3-3
|
|
|
|
|
|
|
|
- Increase boot.iso rootfs to 3GiB
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 27 2020 Brian C. Lane <bcl@redhat.com> - 34.3-2
|
|
|
|
|
|
|
|
- Require lorax-templates-rhel for RHEL9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 07 2020 Brian C. Lane <bcl@redhat.com> 34.3-1
|
|
|
|
|
|
|
|
- composer: Fix open file warnings (bcl@redhat.com)
|
|
|
|
|
|
|
|
- ltmpl: Fix deprecated escape in docstring (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Fix open file warning in test_execWithRedirect (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Cleanup imgutil open files and processes (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Remove test_del_execReadlines (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Fix unclosed files (bcl@redhat.com)
|
|
|
|
|
|
|
|
- test: Use Python dev mode during testing (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Update composer-cli blueprint server tests (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: Delete .pyc files (bcl@redhat.com)
|
|
|
|
|
|
|
|
- New lorax documentation - 34.3 (bcl@redhat.com)
|
|
|
|
|
|
|
|
- doc: Add Blueprint documentation and example to composer-cli.rst (bcl@redhat.com)
|
|
|
|
|
|
|
|
- docs: Update docs for lorax-composer removal (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Remove unused lorax-composer tests (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Remove lorax-composer, it has been replaced by osbuild-composer (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 29 2020 Brian C. Lane <bcl@redhat.com> 34.2-1
|
|
|
|
|
|
|
|
- runtime-cleanup: Remove ncurses package (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 14 2020 Brian C. Lane <bcl@redhat.com> 34.1-1
|
|
|
|
|
|
|
|
- Fix broken single-item tuples in a few places (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- Drop dpaa2 firmware on non-aarch64 arches (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- Drop firmware for Mellanox Spectrum (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: big refresh of stale things (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 08 2020 Brian C. Lane <bcl@redhat.com> 34.0-1
|
|
|
|
|
|
|
|
- New lorax documentation - 34.0 (bcl@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: strip a bunch of unnecessary firmwares (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: specify polkit-gnome to avoid lxpolkit and GTK2 (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: exclude gnome-firmware and sigrok-firmware (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-cleanup: Drop video playback acceleration drivers (awilliam@redhat.com)
|
|
|
|
|
|
|
|
- runtime-install: don't install notification-daemon (awilliam@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 08 2020 Brian C. Lane <bcl@redhat.com> 33.9-1
|
|
|
|
|
|
|
|
- config_files: Update aarch64, ppc, and sparc timeouts to 60s (bcl@redhat.com)
|
|
|
|
|
|
|
|
- templates: Ensure nano is installed for the runtime environment (ngompa13@gmail.com)
|
|
|
|
|
|
|
|
- tests: Ignore W0707 raise-missing-from warnings (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Switch VMware testing env to improve stability results (chrobert@redhat.com)
|
|
|
|
|
|
|
|
- tests: Allow skipping image build in compose sanity test (atodorov@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 23 2020 Brian C. Lane <bcl@redhat.com> 33.8-1
|
|
|
|
|
|
|
|
- composer-cli: Make start-ostree parent and ref optional (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Add a get_arg function (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Set BACKEND=osbuild-composer if running that test scenario (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: Don't check info after compose cancel with osbuild-composer (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: Compare blueprints as TOML objects, not strings (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: Remove lorax-composer specific checks (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: Remove compose after we're done (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: don't use beakerlib in blueprint (lars@karlitski.net)
|
|
|
|
|
|
|
|
- tests: don't depend on internal state of composer (lars@karlitski.net)
|
|
|
|
|
|
|
|
- tests: Do not rely on example blueprints (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: Special case compose types for osbuild-composer (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: Don't check example blueprints if we don't have to (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: Use BACKEND env variable instead of hard-coded values (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- tests: Disable non-cli test scenarios b/c osbuild-composer (atodorov@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 20 2020 Brian C. Lane <bcl@redhat.com> 33.7-1
|
|
|
|
|
|
|
|
- Add log entry about dracut and /proc (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Skip creating empty /proc/modules for dracut (bcl@redhat.com)
|
|
|
|
|
|
|
|
- lorax: Install fcoe-utils (vponcova@redhat.com)
|
|
|
|
|
|
|
|
- lorax: Enable swap on zram (vponcova@redhat.com)
|
|
|
|
|
|
|
|
- Fix EFI booting for ISOs generated by `mkksiso` (michel@michel-slm.name)
|
|
|
|
|
|
|
|
- tests: Disable cloud-init status check (atodorov@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2020 Brian C. Lane <bcl@redhat.com> 33.6-1
|
|
|
|
|
|
|
|
- lorax.spec: Add psmisc for fuser debugging of failed umounts in pylorax.imgutils (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Disable retry counter on connection timeout (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Change timeout to 5 minutes (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 11 2020 Brian C. Lane <bcl@redhat.com> 33.5-1
|
|
|
|
|
|
|
|
- lorax-composer: Add deprecation notice to documentation (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Return a better error with no value (bcl@redhat.com)
|
|
|
|
|
|
|
|
- tests: Add tests for composer-cli compose start JSON POST (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Update bash completion for start-ostree (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Add new start-ostree command (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Add support for --size to compose start (bcl@redhat.com)
|
|
|
|
|
|
|
|
- include generic.ins for s390 boot iso (dan@danny.cz)
|
|
|
|
|
|
|
|
- test: Put VM image overlay into /var/tmp (martin@piware.de)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 01 2020 Brian C. Lane <bcl@redhat.com> 33.4-1
|
|
|
|
|
|
|
|
- Revert "lorax: Remove vmlinuz from install.img /boot" (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Add osbuild-composer to connection failure message (bcl@redhat.com)
|
|
|
|
|
|
|
|
- composer-cli: Update docs to mention osbuild-composer and debug options (bcl@redhat.com)
|
|
|
|
|
|
|
|
- lorax-composer: Check compose/status for invalid characters (bcl@redhat.com)
|
|
|
|
|
|
|
|
- lorax-composer: deleting an unknown workspace should return an error (bcl@redhat.com)
|
|
|
|
|
|
|
|
- lorax-composer: Check for valid characters in the undo commit (bcl@redhat.com)
|
|
|
|
|
|
|
|
- drop 32-bit support from ppc live image grub.cfg (dan@danny.cz)
|
|
|
|
|
|
|
|
- mksquashfs: Catch errors with mksquashfs and report them (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 05 2020 Brian C. Lane <bcl@redhat.com> 33.3-1
|
|
|
|
|
|
|
|
- Don't use f-string without interpolation (atodorov@redhat.com)
|
|
|
|
|
|
|
|
- lmc-no-virt: Add requirement on anaconda-install-env-deps (bcl@redhat.com)
|
|
|
|
|
|
|
|
- rsyslog: Disable journal ratelimits during install (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 28 2020 Brian C. Lane <bcl@redhat.com> 33.2-1
|
|
|
|
|
|
|
|
- New lorax documentation - 33.2 (bcl@redhat.com)
|
|
|
|
|
|
|
|
- test: Work around invalid fedora baseurls (marusak.matej@gmail.com)
|
|
|
|
|
|
|
|
- lorax: Add --skip-branding cmdline argument (bcl@redhat.com)
|
|
|
|
|
|
|
|
- Update datastore for VMware testing (chrobert@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 30 2020 Brian C. Lane <bcl@redhat.com> 33.1-1
|
|
|
|
|
|
|
|
- lorax: Remove vmlinuz from install.img /boot (bcl@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 20 2020 Brian C. Lane <bcl@redhat.com> 33.0-1
|
|
|
|
|
|
|
|
- tests: Add tests for _install_branding with and without variant (bcl@redhat.com)
|
|
|
|
|
|
|
|
- lorax: Update how the release package is chosen (bcl@redhat.com)
|
|
|
|
|
|
|
|
- ltmpl: Fix package logging format (bcl@redhat.com)
|
|
|
|
|
|
|
|
Resolves: rhbz#1815000
|
|
|
|
|
|
|
|