From 5d338a14b50a5ed5e4edf31e36a41e319e172565 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 10 Feb 2026 13:58:07 +0000 Subject: [PATCH] Add RISC-V support from openEuler Exclude i686 architecture from build --- vdo.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vdo.spec b/vdo.spec index fddd0ef..98e5ebe 100755 --- a/vdo.spec +++ b/vdo.spec @@ -1,7 +1,7 @@ Summary: Management tools for Virtual Data Optimizer Name: vdo Version: 8.3.2.1 -Release: 1%{?dist}.alma.1 +Release: 1%{?dist}.alma.2 License: GPL-2.0-only URL: https://github.com/dm-vdo/vdo @@ -10,9 +10,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz # AlmaLinux Patch Patch1001: 0001-Add-RISC-V-support.patch -%if 0%{?fedora} ExcludeArch: %{ix86} -%endif BuildRequires: device-mapper-devel BuildRequires: device-mapper-event-devel BuildRequires: gcc @@ -98,9 +96,12 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdorecover.8* %changelog -* Thu Nov 20 2025 Andrew Lukoshko - 8.3.2.1-1.alma.1 +* Tue Feb 10 2026 Andrew Lukoshko - 8.3.2.1-1.alma.2 - Add RISC-V support from openEuler +* Tue Feb 10 2026 Eduard Abdullin - 8.3.2.1-1.alma.2 +- Exclude i686 architecture from build + * Wed Nov 19 2025 - Chung Chung - 8.3.2.1-1 - Add vdocalculatesize utility. - Improve handling of corrupt index metadata.