diff --git a/SPECS/osbuild.spec b/SPECS/osbuild.spec index 62fe70b..bb19e88 100644 --- a/SPECS/osbuild.spec +++ b/SPECS/osbuild.spec @@ -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 - 81-1.1.alma +- Add AlmaLinux runners + * Tue Apr 25 2023 Tomas Hozza - 81-1.1 - Preserve manifest list digest when embedding containers (rhbz#2189400)