From 01ec7c4d703e06ced6b10bd961deabedf9e5a40a70544444f5f9aa4b007b993b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 24 May 2025 09:50:13 +0000 Subject: [PATCH] Accepting request 1266942 from home:dziobian - Remove require on dbus-1. This library is pulled in by dnf, which normally works inside WSL1, but installing dbus-1 makes WSL1 unusable (bsc#1215538) OBS-URL: https://build.opensuse.org/request/show/1266942 OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=26 --- python-dbus-python.changes | 6 ++++++ python-dbus-python.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-dbus-python.changes b/python-dbus-python.changes index 6e350e8..62dd003 100644 --- a/python-dbus-python.changes +++ b/python-dbus-python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 3 17:08:18 UTC 2025 - Bruno Pitrus + +- Remove require on dbus-1. This library is pulled in by dnf, which normally works inside WSL1, + but installing dbus-1 makes WSL1 unusable (bsc#1215538) + ------------------------------------------------------------------- Sat Jun 10 09:47:26 UTC 2023 - ecsos diff --git a/python-dbus-python.spec b/python-dbus-python.spec index 1bb8dc3..bcfe84e 100644 --- a/python-dbus-python.spec +++ b/python-dbus-python.spec @@ -41,7 +41,6 @@ BuildRequires: pkgconfig(dbus-1) >= 1.8.0 BuildRequires: pkgconfig(dbus-glib-1) Requires: python-gobject Requires: python-xml -%requires_ge dbus-1 Provides: dbus-1-%{python_flavor} = %{version} Obsoletes: dbus-1-%{python_flavor} < %{version} %if "%{?python_provides}" != ""