From 0a55d398d4b457d9af351706f1cc222a9fed6ada Mon Sep 17 00:00:00 2001 From: shuaihaowei Date: Thu, 16 Oct 2025 09:39:47 +0800 Subject: [PATCH] test ci build --- 0004-add-sw64-support.patch | 2 +- vdo.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/0004-add-sw64-support.patch b/0004-add-sw64-support.patch index c786f32..ae77db9 100644 --- a/0004-add-sw64-support.patch +++ b/0004-add-sw64-support.patch @@ -63,7 +63,7 @@ index c635ea3..d7e80db 100644 #elif defined(__s390x__) #define CACHE_LINE_BYTES 256 -#elif defined(__x86_64__) || defined(__aarch64__) || defined(__loongarch64) || defined(__riscv) -+#elif defined(__x86_64__) || defined(__aarch64__) || defined(__loongarch64) || defined(__riscv) || defined(__sw_64__) ++#elif defined(__x86_64__) || defined(__aarch64__) || defined(__loongarch64) || defined(__riscv) || defined(__sw_64__) #define CACHE_LINE_BYTES 64 #else #error "unknown cache line size" diff --git a/vdo.spec b/vdo.spec index a42a8c7..b45a20d 100644 --- a/vdo.spec +++ b/vdo.spec @@ -1,10 +1,10 @@ Name: vdo Version: 8.2.2.2 -Release: 4 +Release: 5 Summary: Management tools for Virtual Data Optimizer License: GPLv2 URL: http://github.com/dm-vdo/vdo -Source0: https://github.com/dm-vdo/vdo/archive/refs/tags/%{version}.tar.gz +Source0: https://github.com/dm-vdo/vdo/archive/refs/tags/%{version}.tar.gz Patch0001: 0001-Add-loongarch64-support.patch Patch0002: 0002-fix_dmeventd_linking.patch Patch0003: 0003-RISC-V-support.patch @@ -55,6 +55,9 @@ This package provides the user-space management tools for VDO. %{_mandir}/man8/* %changelog +* Thu Oct 16 2025 weishuaihao 8.2.2.2-5 +- Test ci build + * Thu Jul 31 2025 penghaitao - 8.2.2.2-4 - Fix bogus date in %changelog -- Gitee