From 6cf6666a8b8c791c294c5002b689f3cc0ec6adc8 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 4 Aug 2023 14:04:38 +0300 Subject: [PATCH] Add AlmaLinux runners --- SPECS/osbuild.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SPECS/osbuild.spec b/SPECS/osbuild.spec index 6637d86..23bb2b7 100644 --- a/SPECS/osbuild.spec +++ b/SPECS/osbuild.spec @@ -9,7 +9,7 @@ Version: 81 %global pkgdir %{_prefix}/lib/%{pypi_name} Name: %{pypi_name} -Release: 1%{?dist} +Release: 1%{?dist}.alma License: Apache-2.0 URL: %{forgeurl} @@ -121,6 +121,11 @@ manifests and osbuild. %prep %forgesetup +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 %build %py3_build @@ -251,6 +256,9 @@ fi %changelog +* Fri Aug 04 2023 Eduard Abdullin - 81-1.alma +- Add AlmaLinux runners + * Mon Feb 27 2023 imagebuilder-bot - 81-1 - New upstream release