Add riscv64 support to nix-0.14.1

This commit is contained in:
Andrew Lukoshko 2025-08-21 19:14:48 +00:00
commit 82a445b7f3
2 changed files with 57 additions and 0 deletions

21
config.yaml Normal file
View File

@ -0,0 +1,21 @@
actions:
- replace:
- target: "spec"
find: "%autosetup -n stratisd-stratisd-v%{version} %{?rhel:-a1}"
replace: "%autosetup -p1 -n stratisd-stratisd-v%{version} %{?rhel:-a1}"
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Andrew Lukoshko"
email: "alukoshko@almalinux.org"
line:
- "Add riscv64 support to nix-0.14.1"
- add_files:
- type: "patch"
name: "0001-Add-riscv64-support-to-nix-0.14.1.patch"
number: 1001

File diff suppressed because one or more lines are too long