- Add AlmaLinux runners
This commit is contained in:
parent
043b7c67e1
commit
d120349a2f
@ -9,7 +9,7 @@ Version: 81
|
||||
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
||||
|
||||
Name: %{pypi_name}
|
||||
Release: 1%{?dist}.1
|
||||
Release: 1%{?dist}.1.alma
|
||||
License: Apache-2.0
|
||||
|
||||
URL: %{forgeurl}
|
||||
@ -125,6 +125,11 @@ manifests and osbuild.
|
||||
|
||||
%prep
|
||||
%forgeautosetup -p1
|
||||
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
|
||||
@ -255,6 +260,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 04 2023 Eduard Abdullin <eabdullin@almalinux.org> - 81-1.1.alma
|
||||
- Add AlmaLinux runners
|
||||
|
||||
* Tue Apr 25 2023 Tomas Hozza <thozza@redhat.com> - 81-1.1
|
||||
- Preserve manifest list digest when embedding containers (rhbz#2189400)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user