diff --git a/SPECS/osbuild.spec b/SPECS/osbuild.spec index 56a3261..5ca84f2 100644 --- a/SPECS/osbuild.spec +++ b/SPECS/osbuild.spec @@ -9,7 +9,7 @@ Version: 158 %global pkgdir %{_prefix}/lib/%{pypi_name} Name: %{pypi_name} -Release: 1%{?dist}.alma.1 +Release: 1%{?dist}.alma.1.alma.1 License: Apache-2.0 URL: %{forgeurl} @@ -183,6 +183,11 @@ ln -rs %{_builddir}/%{name}-%{version}/runners/org.osbuild.rhel82 %{_builddir}/% ln -rs %{_builddir}/%{name}-%{version}/runners/org.osbuild.centos9 %{_builddir}/%{name}-%{version}/runners/org.osbuild.almalinux9 %endif +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 @@ -334,6 +339,9 @@ fi %{pkgdir}/solver.json %changelog +* Thu Sep 25 2025 Eduard Abdullin - 158-1.alma.1.alma.1 +- Add AlmaLinux runners + * Mon Sep 15 2025 Eduard Abdullin - 158-1.alma.1 - Add AlmaLinux runners