Add AlmaLinux runners
This commit is contained in:
parent
4b3b53483b
commit
6cf6666a8b
@ -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 <eabdullin@almalinux.org> - 81-1.alma
|
||||
- Add AlmaLinux runners
|
||||
|
||||
* Mon Feb 27 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 81-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user