Enable build_with_btrfs on AlmaLinux 10

This commit is contained in:
eabdullin 2026-01-19 12:51:31 +03:00
commit f9238aec46

23
config.yaml Normal file
View File

@ -0,0 +1,23 @@
actions:
- replace:
- target: "spec"
find: |
%if %{defined fedora}
%define build_with_btrfs 1
replace: |
%if 0%{?almalinux} >= 10
%define build_with_btrfs 1
%endif
%if %{defined fedora}
%define build_with_btrfs 1
count: 1
- modify_release:
- suffix: ".alma.1"
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Enable build_with_btrfs on AlmaLinux 10"