Add AlmaLinux runners

This commit is contained in:
Eduard Abdullin 2025-05-14 18:51:55 +00:00 committed by root
parent 12300417a4
commit 5caaed2dba

View File

@ -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 <eabdullin@almalinux.org> - 141.2-1.alma.1
- Add AlmaLinux runners
* Wed Apr 02 2025 Tomáš Hozza <thozza@redhat.com> - 141.2-1
- Resolve RHEL-85559