Add RISC-V support from openEuler

Exclude i686 architecture from build
This commit is contained in:
Andrew Lukoshko 2026-02-10 13:58:07 +00:00 committed by root
parent c51b6e4521
commit 5d338a14b5

View File

@ -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 <alukoshko@almalinux.org> - 8.3.2.1-1.alma.1
* Tue Feb 10 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 8.3.2.1-1.alma.2
- Add RISC-V support from openEuler
* Tue Feb 10 2026 Eduard Abdullin <eabdullin@almalinux.org> - 8.3.2.1-1.alma.2
- Exclude i686 architecture from build
* Wed Nov 19 2025 - Chung Chung <cchung@redhat.com> - 8.3.2.1-1
- Add vdocalculatesize utility.
- Improve handling of corrupt index metadata.