Enable build_with_btrfs on AlmaLinux 10
This commit is contained in:
commit
f9238aec46
23
config.yaml
Normal file
23
config.yaml
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user