From e926ecfef3bf1ec53a0ab795618d0b26c51a155f Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Mon, 27 Jan 2025 21:31:22 +0100 Subject: [PATCH] Initial commit --- config.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..74715ab --- /dev/null +++ b/config.yaml @@ -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"