diff --git a/download b/download index da0351a0f1356354f24cb0753f5ecaf0c1abe2bc..c466a8ed4dfca11dc2355b9adc4d915c82bd8f55 100644 --- a/download +++ b/download @@ -1 +1 @@ -48cf9e25bbaa0be3d68b93daa4c5ba56 lorax-28.14.70.tar.gz +efe0193b228db8a768356297831e170f lorax-28.14.71.tar.gz diff --git a/lorax.spec b/lorax.spec index c033dbfa657d9770c4c815e2eab43bef58d38060..97866dc2b16def3fee8c1521d6088c4ec1d54ca2 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.70 +Version: 28.14.71 Release: 1%{anolis_release}%{?dist} Summary: Tool for creating the anaconda install images @@ -265,10 +265,16 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog -* Tue Jul 04 2023 Liwei Ge 28.14.70-1.0.1 +* Tue Jul 09 2024 Liwei Ge 28.14.71-1.0.1 - Update requires to lorax-templates-anolis for anolis - Add loongarch64 support +* Tue Feb 06 2024 Brian C. Lane 28.14.71-1 +- Makefile: skip running pylint for 'make ci' (bcl) + Related: RHEL-24416 +- templates: Remove libreport bugzilla plugins (bcl) + Resolves: RHEL-24416 + * Fri Jul 29 2022 Brian C. Lane 28.14.70-1 - templates: Update runtime-* templates (bcl) Resolves: rhbz#2042101