diff --git a/.osbuild.metadata b/.osbuild.metadata deleted file mode 100644 index b59a0aa..0000000 --- a/.osbuild.metadata +++ /dev/null @@ -1 +0,0 @@ -a34b43322aef7a58ce2d4faa97029aed690d1de0 SOURCES/osbuild-110.tar.gz diff --git a/SPECS/osbuild.spec b/SPECS/osbuild.spec index ed521c0..6f9cb83 100644 --- a/SPECS/osbuild.spec +++ b/SPECS/osbuild.spec @@ -9,7 +9,7 @@ Version: 110 %global pkgdir %{_prefix}/lib/%{pypi_name} Name: %{pypi_name} -Release: 1%{?dist} +Release: 1%{?dist}.alma.1 License: Apache-2.0 URL: %{forgeurl} @@ -164,6 +164,12 @@ bzip2 -9 osbuild.pp %install %py3_install +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 + mkdir -p %{buildroot}%{pkgdir}/stages install -p -m 0755 $(find stages -type f -not -name "test_*.py") %{buildroot}%{pkgdir}/stages/ @@ -296,9 +302,11 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Mar 27 2024 Eduard Abdullin - 110-1.alma +- Add AlmaLinux runners + * Mon Feb 26 2024 imagebuilder-bot - 110-1 - New upstream release - * Thu Feb 22 2024 imagebuilder-bot - 109-1 - New upstream release