23 lines
527 B
YAML
23 lines
527 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: |
|
|
%if 0%{?rhel} >= 9
|
|
Patch0: 0001-remove-btrfs-plugin.patch
|
|
%endif
|
|
replace: |
|
|
%if 0%{?rhel} >= 9 && ! 0%{?almalinux}
|
|
Patch0: 0001-remove-btrfs-plugin.patch
|
|
%endif
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Neal Gompa"
|
|
email: "ngompa@almalinux.org"
|
|
line:
|
|
- "AlmaLinux changes: Enable Btrfs support"
|