diff --git a/dist b/dist new file mode 100644 index 0000000000000000000000000000000000000000..9c0e36ec42a2d9bfefacb21ac6354c9ddd910533 --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download index c4868c17a1e3d267cb787aa03833fb32a4784c8d..da0351a0f1356354f24cb0753f5ecaf0c1abe2bc 100644 --- a/download +++ b/download @@ -1 +1 @@ -660b2768fe2a730895cbe5b0a2862fc3 lorax-28.14.68.tar.gz +48cf9e25bbaa0be3d68b93daa4c5ba56 lorax-28.14.70.tar.gz diff --git a/lorax.spec b/lorax.spec index 64997a6c6e3f263f7f194476022281b75641de12..c033dbfa657d9770c4c815e2eab43bef58d38060 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.68 +Version: 28.14.70 Release: 1%{anolis_release}%{?dist} Summary: Tool for creating the anaconda install images @@ -265,10 +265,32 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog -* Mon Apr 18 2022 Liwei Ge 28.14.68-1.0.1 -- Update requires to lorax-templates-anolis for anolis +* Tue Jul 04 2023 Liwei Ge 28.14.70-1.0.1 +- Update requires to lorax-templates-anolis for anolis - Add loongarch64 support +* Fri Jul 29 2022 Brian C. Lane 28.14.70-1 +- templates: Update runtime-* templates (bcl) + Resolves: rhbz#2042101 +- templates: Don't include redhat.exec on s390 (bcl) + Related: rhbz#2042101 +- templates: Drop non-64bit PPC support from live grub.cfg (bcl) + Related: rhbz#2042101 +- templates: Update config_files for inst.* usage (bcl) + Related: rhbz#2042101 +- tests: Run the 'test-in-docker' tests for github PRs (bcl) + Resolves: rhbz#2095578 + +* Thu Jun 09 2022 Brian C. Lane 28.14.69-1 +- runtime-cleanup: Use branding package name instead of product.name (bcl) + Related: rhbz#2052154 +- treebuilder: Add branding package to template variables (bcl) + Related: rhbz#2052154 +- api: Read substitution variables from the host (bcl) + Resolves: rhbz#2095053 +- tests: Switch to using centos:stream8 for Dockerfile.test (bcl) + Related: rhbz#2095053 + * Fri Feb 04 2022 Brian C. Lane 28.14.68-1 - mkksiso: Fix check for unsupported arch error (bcl) Related: rhbz#2049205