Update to 187
Resolves: RHEL-168682
This commit is contained in:
parent
282b4204f4
commit
06e84fd36a
1
.gitignore
vendored
1
.gitignore
vendored
@ -139,3 +139,4 @@
|
||||
/osbuild-173.tar.gz
|
||||
/osbuild-174.tar.gz
|
||||
/osbuild-183.tar.gz
|
||||
/osbuild-187.tar.gz
|
||||
|
||||
14
osbuild.spec
14
osbuild.spec
@ -1,7 +1,7 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 183
|
||||
Version: 187
|
||||
%global osbuild_initrd_version 0.1
|
||||
|
||||
%forgemeta
|
||||
@ -316,7 +316,12 @@ install -p -m 0644 tools/solver-dnf.json %{buildroot}%{pkgdir}/solver.json
|
||||
# This means some tests won't be run even though they could,
|
||||
# but that's an acceptable tradeoff.
|
||||
ignore_files=()
|
||||
skip_tests=()
|
||||
|
||||
# Fails very regularly downstream recently
|
||||
# TestUtilJsonComm.test_send_and_recv_tons_of_data_is_fine - https://github.com/osbuild/osbuild/issues/2336
|
||||
skip_tests=(
|
||||
"(TestUtilJsonComm and test_send_and_recv_tons_of_data_is_fine)"
|
||||
)
|
||||
|
||||
# x86_64-specific tests:
|
||||
# test/mod/test_util_sbom_spdx.py
|
||||
@ -344,12 +349,10 @@ skip_tests+=(
|
||||
|
||||
# fails on ppc64le:
|
||||
# TestAPI.test_exception - https://github.com/osbuild/osbuild/issues/2337
|
||||
# TestUtilJsonComm.test_send_and_recv_tons_of_data_is_fine - https://github.com/osbuild/osbuild/issues/2336
|
||||
# TestUtilJsonComm.test_sendmsg_errors_with_size_on_EMSGSIZE - https://github.com/osbuild/osbuild/issues/2342
|
||||
%ifarch ppc64le
|
||||
skip_tests+=(
|
||||
"(TestAPI and test_exception)"
|
||||
"(TestUtilJsonComm and test_send_and_recv_tons_of_data_is_fine)"
|
||||
"(TestUtilJsonComm and test_sendmsg_errors_with_size_on_EMSGSIZE)"
|
||||
)
|
||||
%endif
|
||||
@ -485,6 +488,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 13 2026 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 187-1
|
||||
- New upstream release
|
||||
|
||||
* Wed May 27 2026 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 183-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (osbuild-183.tar.gz) = 09fbbd62aa6c87611ac4e366a6d55687055fa92e60fd39b4ec4c5da8af4a68dc0e242f7cc9faa96082b7f1466a499d8706d4b897031b75d5e41780160c8c7a63
|
||||
SHA512 (osbuild-187.tar.gz) = 7a3acb285eb710e3a37d41ac02a89302c77091cdfa033c3bd83c88c123462387dd4601980cf54578bdd403d7439b470517883280badabe957e6e222759c2ad08
|
||||
SHA512 (osbuild-initrd-0.1.tar.gz) = af8fd6b3b84f4f0ffca9847d8cef49322d75a03fc60743c8bf697a21df019666778e826bc0a8e9f5faca59151bf91f12d65d2a5e820ca9d0bd840ff92d33054a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user