From c5a5e86d9c8622dba37485409af4a3af4fe57c3b Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Thu, 14 Nov 2024 10:40:09 +0800 Subject: [PATCH] Fix: always contains the fix-build patch, so it can be build by the same srpm Signed-off-by: Jia Chao --- ....patch => 1000-fix-build-on-riscv64-and-loongarch64.patch | 0 secpaver.spec | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 16064d0..d429941 100755 --- a/secpaver.spec +++ b/secpaver.spec @@ -2,7 +2,7 @@ Name: secpaver Summary: Security policy development tool Version: 1.0.2 -Release: 11 +Release: 12 License: MulanPSL-2.0 URL: https://gitee.com/openeuler/secpaver Source: https://gitee.com/openeuler/secpaver/repository/archive/%{name}-%{version}.tar.gz @@ -86,6 +86,9 @@ tar -xf %{SOURCE1} -C vendor/golang.org/x/ %systemd_postun_with_restart pavd.service %changelog +* Thu Nov 14 2024 Jia Chao - 1.0.2-12 +- Fix: always contains/apply loongarch64 & riscv64 patch when build rpm. + * Sun Jun 09 2024 yueyuankun - 1.0.2-11 - Fix build on loongarch64 -- Gitee