diff --git a/lorax-36.8.tar.gz b/lorax-36.8.tar.gz deleted file mode 100644 index 337be8932ed243bb609f0a6253a446d66aaa009d..0000000000000000000000000000000000000000 Binary files a/lorax-36.8.tar.gz and /dev/null differ diff --git a/lorax-36.8.tar.gz-bk b/lorax-36.8.tar.gz-bk deleted file mode 100644 index b1f3a7a7d793fde9158d9127a7e4b733a46c7792..0000000000000000000000000000000000000000 Binary files a/lorax-36.8.tar.gz-bk and /dev/null differ diff --git a/lorax-37.0.1.tar.gz b/lorax-37.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8c7c210e1c5646dbf1b74a0ac266a04923f86db5 Binary files /dev/null and b/lorax-37.0.1.tar.gz differ diff --git a/lorax.spec b/lorax.spec index e968f217ff9a0594fdb762f01e09da2180bea034..cd313e1e99450f3be14d6246348c63bc2c61e1c4 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,10 +1,11 @@ # NOTE: This specfile is generated from upstream at https://github.com/rhinstaller/lorax # NOTE: Please submit changes as a pull request %define debug_package %{nil} +%global subrelease 1 Name: lorax -Version: 36.8 -Release: 2%{?dist} +Version: 37.0 +Release: 1%{?dist} Summary: Tool for creating the anaconda install images License: GPLv2+ @@ -13,7 +14,7 @@ URL: https://github.com/weldr/lorax # git clone https://github.com/weldr/lorax # git checkout -b archive-branch lorax-%%{version}-%%{release} # tito build --tgz -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.%{subrelease}.tar.gz BuildRequires: python3-devel BuildRequires: make @@ -176,203 +177,5 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog -* Sun March 27 2022 Chang Gao 36.8-2 -- postisntall: Enable dbus-daemon service by default (taifu.gc@alibaba-inc.com) - -* Wed Feb 16 2022 Brian C. Lane 36.8-1 -- runtime-cleanup: Remove ncurses package (bcl@redhat.com) - -* Mon Feb 14 2022 Brian C. Lane 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 36.6-1 -- mkksiso: Fix check for unsupported arch error (bcl@redhat.com) - -* Thu Feb 03 2022 Brian C. Lane 36.5-1 -- mkksiso: Improve debug message about unsupported arch (bcl@redhat.com) -- 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) -- cleanup: handle RPM database move to /usr (awilliam@redhat.com) -- Install the variable font of the Cantarell font (akira@tagoh.org) -- 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) -- Add inst.rngd cmdline option (bcl@redhat.com) -- docs: Update docs for image-minimizer (bcl@redhat.com) -- tests: Add tests for image-minimizer (bcl@redhat.com) -- image-minimizer: Check for missing root directory (bcl@redhat.com) -- image-minimizer: Fix utf8 error and add docs (bcl@redhat.com) - -* Tue Dec 14 2021 Brian C. Lane 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 36.3-1 -- mkksiso: Check the length of the filenames (bcl@redhat.com) -- mkksiso: Check the iso's arch against the host's (bcl@redhat.com) -- mkksiso: Add missing implantisomd5 tool requirements (bcl@redhat.com) -- mkksiso: Raise error if no volume id is found (bcl@redhat.com) -- mount: Add s390x support to IsoMountopoint (bcl@redhat.com) -- mkksiso: Skip mkefiboot for non-UEFI isos (bcl@redhat.com) -- mkksiso: Add -joliet-long (bcl@redhat.com) -- mkksiso: Return 1 on errors (bcl@redhat.com) -- Fix monitor problem with split UTF8 characters (bcl@redhat.com) - -* Wed Nov 10 2021 Brian C. Lane 36.2-1 -- Remove memtest86+ from example kickstarts (bcl@redhat.com) -- fedora-livemedia: Update example kickstart (bcl@redhat.com) -- mount: Switch to using pycdio instead of pycdlib (bcl@redhat.com) -- Move default releasever into pylorax DEFAULT_RELEASEVER (bcl@redhat.com) -- runtime-postinstall: Drop raidstart/stop stub code (bcl@redhat.com) -- runtime-install: Fix grub2 epoch, it is 1 not 0 (bcl@redhat.com) -- Update runtime-install/cleanup for Marvell Prestera fw split (awilliam@redhat.com) - -* Thu Oct 28 2021 Brian C. Lane 36.1-1 -- dnfbase: Handle defaults better (bcl@redhat.com) -- ltmpl: Add version compare support to installpkg (bcl@redhat.com) - -* Mon Oct 11 2021 Brian C. Lane 36.0-1 -- New lorax documentation - 36.0 (bcl@redhat.com) -- docs: Remove logging command from examples (bcl@redhat.com) -- runtime-install: exclude liquidio and netronome firmwares (awilliam@redhat.com) -- runtime-cleanup: drop Marvell Prestera firmware files (awilliam@redhat.com) -- runtime-cleanup: drop some Qualcomm smartphone firmwares (awilliam@redhat.com) -- Fix pylint warnings about string formatting (bcl@redhat.com) -- tests: Ignore new pylint warnings (bcl@redhat.com) -- Add fstrim to disk and filesystem image creation (bcl@redhat.com) - -* Tue Sep 07 2021 Brian C. Lane 35.7-1 -- templates: Remove memtest86+ (bcl@redhat.com) - -* Thu Jul 08 2021 Brian C. Lane 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) -- runtime-install: Remove gfs2-utils (bcl@redhat.com) -- mount.py: Fix docstring (jkucera@redhat.com) - -* Fri Jun 11 2021 Brian C. Lane 35.5-1 -- pylorax: Fix mksparse ftruncate size handling (bcl@redhat.com) - -* Thu Jun 10 2021 Brian C. Lane 35.4-1 -- livemedia-creator: Check for mkfs.hfsplus (bcl@redhat.com) -- Drop retired icfg (zbyszek@in.waw.pl) - -* Tue May 25 2021 Brian C. Lane 35.3-1 -- Add a context manager for dracut (bcl@redhat.com) - Resolves: rhbz#1962975 -- Remove unneeded aajohan-comfortaa-fonts (bcl@redhat.com) - -* Wed May 05 2021 Brian C. Lane 35.2-1 -- runtime-cleanup: Use branding package name instead of product.name (bcl@redhat.com) -- treebuilder: Add branding package to template variables (bcl@redhat.com) -- livemedia-creator: Use inst.ks on cmdline for virt (bcl@redhat.com) -- docs: Remove composer-cli.1 (bcl@redhat.com) - -* Mon Apr 26 2021 Brian C. Lane 35.1-1 -- New lorax documentation - 35.1 (bcl@redhat.com) -- Makefile: Use podman as a user for testing and docs (bcl@redhat.com) -- composer-cli: Remove all traces of composer-cli (bcl@redhat.com) -- livemedia-creator: Add rhgb to live iso cmdline (#1943312) (bcl@redhat.com) -- tests: Fix pocketlint use of removed pylint messages (bcl@redhat.com) -- Disable X11 forwarding from installation environment. (vslavik@redhat.com) -- Remove display-related packages (vslavik@redhat.com) -- Drop trying to install reiserfs-utils (kevin@scrye.com) -- test: Fix URL to bots testmap (martin@piware.de) -- Change khmeros-base-fonts to khmer-os-system-fonts. (pnemade@fedoraproject.org) -- Fix output path in docs (vslavik@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) -- xorg-x11-server-utils was split up in Fedora 34, so adjust templates (kevin@scrye.com) -* Wed Mar 03 2021 Brian C. Lane 35.0-1 -- New lorax documentation - 35.0 (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) -- composer-cli: Add support for start-ostree --url URL (bcl@redhat.com) - -* Wed Mar 03 2021 Brian C. Lane -- New lorax documentation - 35.0 (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) -- composer-cli: Add support for start-ostree --url URL (bcl@redhat.com) - -* Mon Feb 15 2021 Brian C. Lane 34.9-1 -- Use inst.rescue to trigger rescue mode (awilliam@redhat.com) - Resolves: rhbz#1928318 -* Mon Feb 08 2021 Brian C. Lane 34.8-1 -- Use image dependencies metapackage (vslavik@redhat.com) -- tests: Include the fedora-updates repo when testing boot.iso building (bcl@redhat.com) - -* Wed Jan 20 2021 Brian C. Lane 34.7-1 -- live/x86.tmpl: Copy livecd-iso-to-disk script, if installed (david.ward@ll.mit.edu) -- templates: Copy license files from the correct path (david.ward@ll.mit.edu) -- test: Fix vm.install for non-LVM cloud images (martin@piware.de) - -* Wed Dec 16 2020 Brian C. Lane 34.6-1 -- 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) -- 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 Oct 07 2020 Brian C. Lane 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 34.2-1 -- runtime-cleanup: Remove ncurses package (bcl@redhat.com) - -* Mon Sep 14 2020 Brian C. Lane 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 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) +* Thu Apr 7 2022 Chang Gao 37.0-1 +- Fork from upstream community. (gaochang@openanolis.com)