Add AlmaLinux runners
This commit is contained in:
commit
3b1324ed08
2
.gitignore
vendored
2
.gitignore
vendored
@ -119,3 +119,5 @@
|
||||
/osbuild-136.tar.gz
|
||||
/osbuild-137.tar.gz
|
||||
/osbuild-138.tar.gz
|
||||
/osbuild-139.tar.gz
|
||||
/osbuild-140.tar.gz
|
||||
|
15
osbuild.spec
15
osbuild.spec
@ -1,7 +1,7 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 138
|
||||
Version: 140
|
||||
|
||||
%forgemeta
|
||||
|
||||
@ -9,7 +9,7 @@ Version: 138
|
||||
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
||||
|
||||
Name: %{pypi_name}
|
||||
Release: 2%{?dist}.alma.1
|
||||
Release: 1%{?dist}.alma.1
|
||||
License: Apache-2.0
|
||||
|
||||
URL: %{forgeurl}
|
||||
@ -155,7 +155,7 @@ Conflicts: osbuild-composer <= 115
|
||||
# This version needs to get bumped every time the osbuild-dnf-json
|
||||
# version changes in an incompatible way. Packages like osbuild-composer
|
||||
# can depend on the exact API version this way
|
||||
Provides: osbuild-dnf-json-api = 7
|
||||
Provides: osbuild-dnf-json-api = 8
|
||||
|
||||
%description depsolve-dnf
|
||||
Contains depsolving capabilities for package managers.
|
||||
@ -217,7 +217,6 @@ mkdir -p %{buildroot}%{_mandir}/man5
|
||||
install -p -m 0644 -t %{buildroot}%{_mandir}/man1/ docs/*.1
|
||||
install -p -m 0644 -t %{buildroot}%{_mandir}/man5/ docs/*.5
|
||||
|
||||
|
||||
# SELinux
|
||||
install -D -m 0644 -t %{buildroot}%{_datadir}/selinux/packages/%{selinuxtype} %{name}.pp.bz2
|
||||
install -D -m 0644 -t %{buildroot}%{_mandir}/man8 selinux/%{name}_selinux.8
|
||||
@ -324,9 +323,15 @@ fi
|
||||
%{pkgdir}/solver.json
|
||||
|
||||
%changelog
|
||||
* Tue Feb 04 2025 Eduard Abdullin <eabdullin@almalinux.org> - 138-2.alma.1
|
||||
* Tue Feb 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 140-1.alma.1
|
||||
- Add AlmaLinux runners
|
||||
|
||||
* Wed Feb 05 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 140-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Jan 30 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 139-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Jan 24 2025 Zdenek Pytela <zpytela@redhat.com> - 138-2
|
||||
- Rebuild with selinux-policy-40.13.23-1
|
||||
Resolves: RHEL-36741
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-138.tar.gz) = e1e3482a4813b3b9a49fde9ff2cc216a45dcecf96f34e315b5ac314f447573e21d22bcaa31af5f42e524aea66b7b7c2cc6420659156ec27a4c5d81ef7d68680e
|
||||
SHA512 (osbuild-140.tar.gz) = 20326f6e0b39f88169ae506d6bf0ca713c5440f76ae24cd3dea2c7f1a2a0bb7b4093944f2ee74eabd3b4ce334e576675d106fd20e6b408d095f1ea9f82c23f1b
|
||||
|
Loading…
Reference in New Issue
Block a user