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 a6bf2cbf9ed5a4fca847e909076d7f2fbac85840..1dadc25184538c9402cd3bf5348f52023080cc45 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