Enable Btrfs support
This commit is contained in:
commit
bbfb5807be
29
config.yaml
Normal file
29
config.yaml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
actions:
|
||||||
|
- replace:
|
||||||
|
- target: "spec"
|
||||||
|
find: |
|
||||||
|
# btrfs is not available on RHEL
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%define with_btrfs 0
|
||||||
|
%endif
|
||||||
|
replace: |
|
||||||
|
# btrfs is not available on RHEL
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%define with_btrfs 0
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# ... but AlmaLinux restores Btrfs support
|
||||||
|
%if 0%{?almalinux}
|
||||||
|
%define with_btrfs 1
|
||||||
|
%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