Initial commit

This commit is contained in:
Sofia Boldyreva 2025-01-27 21:36:03 +01:00
commit 2f191ae786

25
config.yaml Normal file
View File

@ -0,0 +1,25 @@
actions:
- replace:
- target: "spec"
find: |
%prep
%forgeautosetup -p1
replace: |
%prep
%forgeautosetup -p1
ln -rs %{_builddir}/%{name}-%{version}/runners/org.osbuild.rhel82 %{_builddir}/%{name}-%{version}/runners/org.osbuild.almalinux8
%if 0%{?almalinux} >= 9
ln -rs %{_builddir}/%{name}-%{version}/runners/org.osbuild.centos9 %{_builddir}/%{name}-%{version}/runners/org.osbuild.almalinux9
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Add AlmaLinux runners"