Enable Btrfs support

This commit is contained in:
Andrew Lukoshko 2025-05-30 18:13:20 +00:00
commit 2113563d92

22
config.yaml Normal file
View File

@ -0,0 +1,22 @@
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"