From 5caaed2dba44670c4b152cb7fa8116d7175ffcb6 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Wed, 14 May 2025 18:51:55 +0000 Subject: [PATCH] Add AlmaLinux runners --- osbuild.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/osbuild.spec b/osbuild.spec index 3b7ce19..5158759 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -9,7 +9,7 @@ Version: 141.2 %global pkgdir %{_prefix}/lib/%{pypi_name} Name: %{pypi_name} -Release: 1%{?dist} +Release: 1%{?dist}.alma.1 License: Apache-2.0 URL: %{forgeurl} @@ -167,6 +167,11 @@ Contains depsolving capabilities for package managers. %py3_build make man +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 + # SELinux make -f /usr/share/selinux/devel/Makefile osbuild.pp bzip2 -9 osbuild.pp @@ -318,6 +323,9 @@ fi %{pkgdir}/solver.json %changelog +* Wed May 14 2025 Eduard Abdullin - 141.2-1.alma.1 +- Add AlmaLinux runners + * Wed Apr 02 2025 Tomáš Hozza - 141.2-1 - Resolve RHEL-85559