22 lines
557 B
YAML
22 lines
557 B
YAML
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
|