Enable Btrfs support
This commit is contained in:
commit
2113563d92
22
config.yaml
Normal file
22
config.yaml
Normal 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"
|
Loading…
Reference in New Issue
Block a user