Add AlmaLinux runners
This commit is contained in:
parent
e497100594
commit
bb11f36fd1
@ -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 <eabdullin@almalinux.org> - 158-1.alma.1.alma.1
|
||||
- Add AlmaLinux runners
|
||||
|
||||
* Mon Sep 15 2025 Eduard Abdullin <eabdullin@almalinux.org> - 158-1.alma.1
|
||||
- Add AlmaLinux runners
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user