From c43fc0529dd658628e42af1169c17e504fdc3dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Tue, 10 Dec 2024 17:12:22 +0800 Subject: [PATCH] include all patches in the source package. --- ...ch => 1000-fix-build-on-riscv64-and-loongarch64.patch | 0 secpaver.spec | 9 +++++---- 2 files changed, 5 insertions(+), 4 deletions(-) rename 1000-fix-build-on-riscv64.patch => 1000-fix-build-on-riscv64-and-loongarch64.patch (100%) diff --git a/1000-fix-build-on-riscv64.patch b/1000-fix-build-on-riscv64-and-loongarch64.patch similarity index 100% rename from 1000-fix-build-on-riscv64.patch rename to 1000-fix-build-on-riscv64-and-loongarch64.patch diff --git a/secpaver.spec b/secpaver.spec index a6bf2cb..1dadc25 100755 --- a/secpaver.spec +++ b/secpaver.spec @@ -2,7 +2,7 @@ Name: secpaver Summary: Security policy development tool Version: 1.0.2 -Release: 15 +Release: 16 License: MulanPSL-2.0 URL: https://gitee.com/openeuler/secpaver Source: https://gitee.com/openeuler/secpaver/repository/archive/%{name}-%{version}.tar.gz @@ -16,9 +16,7 @@ Patch0003: support-clang-build.patch Patch0004: fix-go-build-ref-cldflags.patch Patch0005: remove-unused-socket.patch -%ifarch riscv64 loongarch64 -Patch1000: 1000-fix-build-on-riscv64.patch -%endif +Patch1000: 1000-fix-build-on-riscv64-and-loongarch64.patch # secconf Patch2000: Add-example-of-how-to-import-digest-list-when-using-.patch @@ -130,6 +128,9 @@ make test %systemd_postun_with_restart pavd.service %changelog +* Tue Dec 10 2024 shenzhongwei - 1.0.2-16 +- include all patches in the source package. + * Tue Dec 10 2024 jinlun - 1.0.2-15 - fix some bugs -- Gitee