forked from pool/python-dbus-python
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
a2a9bbfe60 | |||
4abd31a789 |
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 3 17:08:18 UTC 2025 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
|
|
||||||
|
- 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 <ecsos@opensuse.org>
|
Sat Jun 10 09:47:26 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@@ -41,7 +41,6 @@ BuildRequires: pkgconfig(dbus-1) >= 1.8.0
|
|||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
Requires: python-gobject
|
Requires: python-gobject
|
||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
%requires_ge dbus-1
|
|
||||||
Provides: dbus-1-%{python_flavor} = %{version}
|
Provides: dbus-1-%{python_flavor} = %{version}
|
||||||
Obsoletes: dbus-1-%{python_flavor} < %{version}
|
Obsoletes: dbus-1-%{python_flavor} < %{version}
|
||||||
%if "%{?python_provides}" != ""
|
%if "%{?python_provides}" != ""
|
||||||
|
Reference in New Issue
Block a user