public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/osbuild] rawhide: Update to 185 upstream release
Date: Wed, 17 Jun 2026 11:44:14 GMT [thread overview]
Message-ID: <178169665435.1.7164350895406626527.rpms-osbuild-7103f595a0d6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/osbuild
Branch : rawhide
Commit : 7103f595a0d64914d81d7435fe7ab87943b4bf57
Author : Packit <hello@packit.dev>
Date : 2026-06-17T09:07:11+00:00
Stats : +24/-5 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/osbuild/c/7103f595a0d64914d81d7435fe7ab87943b4bf57?branch=rawhide
Log:
Update to 185 upstream release
Upstream tag: v185
Upstream commit: 81b34a84
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index 6bf519c..58dc9e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -161,3 +161,4 @@
/osbuild-178.tar.gz
/osbuild-181.tar.gz
/osbuild-183.tar.gz
+/osbuild-185.tar.gz
diff --git a/README.packit b/README.packit
index ead62b8..4e76cbe 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 1.16.0.post1.dev6+g4581d2cd8.
+The file was generated using packit 1.16.0.post1.dev8+g8a0482385.
diff --git a/osbuild.spec b/osbuild.spec
index e1a180e..839ed9a 100644
--- a/osbuild.spec
+++ b/osbuild.spec
@@ -1,7 +1,7 @@
%global forgeurl https://github.com/osbuild/osbuild
%global selinuxtype targeted
-Version: 183
+Version: 185
%global osbuild_initrd_version 0.1
%forgemeta
@@ -11,7 +11,7 @@ Version: 183
%global debug_package %{nil}
Name: %{pypi_name}
-Release: 2%{?dist}
+Release: 1%{?dist}
License: Apache-2.0
URL: %{forgeurl}
@@ -316,6 +316,9 @@ 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=()
+
+# 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)"
)
@@ -346,7 +349,6 @@ 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+=(
@@ -486,6 +488,22 @@ fi
%endif
%changelog
+* Wed Jun 17 2026 Packit <hello@packit.dev> - 185-1
+Changes with 185
+----------------
+ - Update snapshots to 20260531 (#2466)
+ - Author: SchutzBot, Reviewers: Anna Vítová, Lukáš Zapletal, Simon de Vlieger
+ - ci: fix `test_qemu` (#2483)
+ - Author: Simon de Vlieger, Reviewers: Simon Steinbeiß, Tomáš Hozza
+ - org.osbuild.ovf: support setting virtual hardware version (HMS-3248) (#2468)
+ - Author: Sanne Raymaekers, Reviewers: Lukáš Zapletal, Simon de Vlieger
+ - runners: Add Oracle Linux 9 runner symlinked to CentOS9 (#2476)
+ - Author: Laurence Rochfort, Reviewers: Brian C. Lane, Simon de Vlieger
+ - sources/librepo: accept SHA1 (#2477)
+ - Author: Simon de Vlieger, Reviewers: Anna Vítová, Lukáš Zapletal
+
+— Somewhere on the Internet, 2026-06-17
+
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 183-2
- Rebuilt for Python 3.15
diff --git a/sources b/sources
index 302d244..3296bb2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (osbuild-183.tar.gz) = 09fbbd62aa6c87611ac4e366a6d55687055fa92e60fd39b4ec4c5da8af4a68dc0e242f7cc9faa96082b7f1466a499d8706d4b897031b75d5e41780160c8c7a63
+SHA512 (osbuild-185.tar.gz) = fcedd12dfb09cbe884cf7353a5b92e4097ca97b45ffa34eb4448fbd97bc623e34fdf1405fe8f606eb83901a23b7c75b0da81c0d17e336704862ac5c652d5d5cc
SHA512 (osbuild-initrd-0.1.tar.gz) = af8fd6b3b84f4f0ffca9847d8cef49322d75a03fc60743c8bf697a21df019666778e826bc0a8e9f5faca59151bf91f12d65d2a5e820ca9d0bd840ff92d33054a
reply other threads:[~2026-06-17 11:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178169665435.1.7164350895406626527.rpms-osbuild-7103f595a0d6@fedoraproject.org \
--to=hello@packit.dev \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox