Add riscv64 support to nix-0.14.1

This commit is contained in:
Andrew Lukoshko 2025-08-21 20:20:12 +00:00 committed by root
parent c7f203313a
commit 68677555db
2 changed files with 44 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
Name: stratisd
Version: 3.8.1
Release: 1%{?dist}
Release: 1%{?dist}.alma.1
Summary: Daemon that manages block devices to create filesystems
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND MPL-2.0 AND (Unlicense OR MIT)
@ -13,6 +13,9 @@ URL: https://github.com/stratis-storage/stratisd
Source0: %{url}/archive/stratisd-v%{version}/%{name}-%{version}.tar.gz
Source1: %{url}/releases/download/stratisd-v%{version}/%{name}-%{version}-vendor.tar.gz
# AlmaLinux Patch
Patch1001: 0001-Add-riscv64-support-to-nix-0.14.1.patch
ExclusiveArch: %{rust_arches}
%if 0%{?rhel}
@ -83,7 +86,7 @@ Requires: stratisd
%{summary}.
%prep
%autosetup -n stratisd-stratisd-v%{version} %{?rhel:-a1}
%autosetup -p1 -n stratisd-stratisd-v%{version} %{?rhel:-a1}
%if 0%{?rhel}
%cargo_prep -v vendor
@ -167,6 +170,9 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
%{_mandir}/man8/stratis-dumpmetadata.8*
%changelog
* Thu Aug 21 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 3.8.1-1.alma.1
- Add riscv64 support to nix-0.14.1
* Tue May 13 2025 Chung Chung <cchung@redhat.com> - 3.8.1-1
- Update to 3.8.1
Resolves: RHEL-71909