From df291740c2108f1458e406bea28ed4ea5c74cb78 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Wed, 7 May 2025 09:16:06 +0000 Subject: [PATCH] Clean spec --- lorax.spec | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/lorax.spec b/lorax.spec index f4c2475..7d0abc2 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,41 +3,34 @@ Name: lorax Version: 34.1 -Release: 7 +Release: 8 Summary: A set of tools used to create bootable images License: GPLv2+ URL: https://github.com/weldr/lorax Source0: https://github.com/weldr/lorax/archive/%{name}-%{version}-1.tar.gz Source1: sw64.tar.gz -Source2: 0001-support-loongarch-for-lorax.patch -Source3: 0001-add-sw64-architecture.patch - -Patch0: 0001-ignore-the-dir-that-without-kernel-version.patch -Patch1: 0001-add-text-mode-selection-menu-in-grub-configuration.patch -Patch2: 0001-use-tty0-other-than-ttyAMA0-in-rescue-mode.patch -Patch3: 0001-delete-kernel-modules-pkg.patch -Patch4: 0001-disable-isolabel-character-change.patch -Patch5: disable-graphics-install.patch -Patch6: disable-GeoIP.patch -Patch7: eliminate-difference.patch -Patch8: lorax-enable-GUI-installation.patch -Patch9: lorax-enable-anaconda-KdumpSpoke.patch -Patch10: lorax-delete-udisk2-iscsi.patch -Patch11: backport-Do-not-use-loglevel-option-when-running-Anaconda.patch -Patch12: backport-Improve-lmc-no-virt-error-handling.patch -Patch13: backport-Add-POSTIN-scriptlet-error-to-the-log-monitor-list.patch -Patch14: backport-Remove-LD_PRELOAD-libgomp.so.1-from-lmc-no-virt.patch + +Patch0: 0001-ignore-the-dir-that-without-kernel-version.patch +Patch1: 0001-add-text-mode-selection-menu-in-grub-configuration.patch +Patch2: 0001-use-tty0-other-than-ttyAMA0-in-rescue-mode.patch +Patch3: 0001-delete-kernel-modules-pkg.patch +Patch4: 0001-disable-isolabel-character-change.patch +Patch5: disable-graphics-install.patch +Patch6: disable-GeoIP.patch +Patch7: eliminate-difference.patch +Patch8: lorax-enable-GUI-installation.patch +Patch9: lorax-enable-anaconda-KdumpSpoke.patch +Patch10: lorax-delete-udisk2-iscsi.patch +Patch11: backport-Do-not-use-loglevel-option-when-running-Anaconda.patch +Patch12: backport-Improve-lmc-no-virt-error-handling.patch +Patch13: backport-Add-POSTIN-scriptlet-error-to-the-log-monitor-list.patch +Patch14: backport-Remove-LD_PRELOAD-libgomp.so.1-from-lmc-no-virt.patch Patch16: add-param-name_prefix-to-make-name-used-by-register_blueprint-unique.patch Patch17: 0001-pylorax-Fix-mksparse-ftruncate-size-handling.patch -%ifarch loongarch64 + Patch100: 0001-support-loongarch-for-lorax.patch -%endif -%ifarch sw_64 Patch200: 0001-add-sw64-architecture.patch -%endif -%ifarch riscv64 Patch300: 0001-support-riscv64-for-lorax.patch -%endif BuildRequires: python3-devel python3-sphinx_rtd_theme python3-file-magic BuildRequires: python3-pytest python3-pytest-mock python3-pocketlint python3-gevent @@ -242,6 +235,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/*.1* %changelog +* Wed May 07 2025 yanglu - 34.1-8 +- Clean spec + * Fri Apr 11 2025 wangmian - 34.1-7 - use python3-file-magic instead of python3-magic -- Gitee