From 9cd078cafaee6867afd3a3e28811b9ae390aa5c7 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 12 Dec 2023 03:24:38 +0000 Subject: [PATCH] add patch 001 for loongarch64 --- lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 881d02e..9c32eff 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 # 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} @@ -119,6 +119,7 @@ Lorax templates for creating the boot.iso and live isos are placed in %prep %setup -q -n %{name}-%{name}-%{version}-1 +%patch001 -p1 %build @@ -158,6 +159,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Tue Dec 12 2023 Wenlong Zhang - 40.0-3 +- add patch 001 for loongarch64 + * Wed Dec 6 2023 Wenlong Zhang - 40.0-2 - add loongarch64 support for lorax -- Gitee