From 37ea008bb5096497ef9d7a4d6bee41054c670851 Mon Sep 17 00:00:00 2001 From: "yan.yihao 10263201" Date: Tue, 24 Jun 2025 14:58:35 +0800 Subject: [PATCH] Fix error in %prep --- lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 32f32f6..36f7123 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,4 +1,4 @@ -%define anolis_release 6 +%define anolis_release 7 # 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} @@ -123,6 +123,7 @@ Lorax templates for creating the boot.iso and live isos are placed in %setup -q -n %{name}-%{name}-%{version}-1 %patch001 -p1 %patch1001 -p1 +%patch1002 -p1 %build @@ -162,6 +163,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Tue Jun 24 2025 Yihao Yan - 40.0-7 +- Fix error in %prep + * Fri Jun 13 2025 Yihao Yan - 40.0-6 - add riscv64 support for lorax -- Gitee