- Add AlmaLinux runners
This commit is contained in:
parent
0e96a4ff83
commit
8e49dae8eb
13
osbuild.spec
13
osbuild.spec
@ -9,7 +9,7 @@ Version: 126
|
|||||||
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
||||||
|
|
||||||
Name: %{pypi_name}
|
Name: %{pypi_name}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.alma.1
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
@ -163,6 +163,14 @@ Contains depsolving capabilities for package managers.
|
|||||||
%py3_build
|
%py3_build
|
||||||
make man
|
make man
|
||||||
|
|
||||||
|
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
|
||||||
|
# %if 0%{?almalinux} >= 10
|
||||||
|
# ln -rs %{_builddir}/%{name}-%{version}/runners/org.osbuild.centos10 %{_builddir}/%{name}-%{version}/runners/org.osbuild.almalinux10
|
||||||
|
# %endif
|
||||||
|
|
||||||
# SELinux
|
# SELinux
|
||||||
make -f /usr/share/selinux/devel/Makefile osbuild.pp
|
make -f /usr/share/selinux/devel/Makefile osbuild.pp
|
||||||
bzip2 -9 osbuild.pp
|
bzip2 -9 osbuild.pp
|
||||||
@ -310,6 +318,9 @@ fi
|
|||||||
%{pkgdir}/solver.json
|
%{pkgdir}/solver.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 26 2024 Eduard Abdullin <eabdullin@almalinux.org> - 126-1.alma.1
|
||||||
|
- Add AlmaLinux runners
|
||||||
|
|
||||||
* Wed Aug 21 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 126-1
|
* Wed Aug 21 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 126-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user