udisks2/config.yaml

30 lines
688 B
YAML

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"