Compare commits

...

2 Commits
c8 ... a8

Author SHA1 Message Date
eabdullin 809955663e Merge branch 'c8' into a8 2024-02-14 10:00:04 +03:00
eabdullin 6cf6666a8b Add AlmaLinux runners 2023-08-07 12:29:37 +03:00
1 changed files with 9 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Version: 93
%global pkgdir %{_prefix}/lib/%{pypi_name}
Name: %{pypi_name}
Release: 1%{?dist}.1
Release: 1%{?dist}.1.alma.1
License: Apache-2.0
URL: %{forgeurl}
@ -132,6 +132,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
@ -266,6 +271,9 @@ fi
%changelog
* Wed Feb 14 2024 Eduard Abdullin <eabdullin@almalinux.org> - 93-1.1.alma.1
- Add AlmaLinux runners
* Fri Jan 26 2024 Tomáš Hozza <thozza@redhat.com> - 93-1.1
- stages/org.osbuild.keymap: create xorg.conf.d if it doesn't exist (RHEL-22840)