Initial commit

This commit is contained in:
Sofia Boldyreva 2025-01-21 22:03:05 +01:00
commit 6822691a79

21
config.yaml Normal file
View File

@ -0,0 +1,21 @@
actions:
- replace:
- target: "spec"
find: |
%if 0%{?centos} == 0
%global portablesuffix el8
%else
%global portablesuffix el9
%endif
replace: "%global portablesuffix el8"
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Use el8 portable packages"