Accepting request 822954 from home:WernerFink:Factory
- The python2 pacakge dbus-1-python is gone: use python3-dbus-python OBS-URL: https://build.opensuse.org/request/show/822954 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_dbus?expand=0&rev=8
This commit is contained in:
parent
f28ce6c419
commit
c85e703d96
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 27 10:26:52 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- The python2 pacakge dbus-1-python is gone: use python3-dbus-python
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 29 12:52:19 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
Wed Jan 29 12:52:19 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -32,7 +32,11 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: dbus-1-devel
|
BuildRequires: dbus-1-devel
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
|
BuildRequires: python3-dbus-python
|
||||||
|
%else
|
||||||
BuildRequires: dbus-1-python
|
BuildRequires: dbus-1-python
|
||||||
|
%endif
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gobject-introspection
|
BuildRequires: gobject-introspection
|
||||||
|
Loading…
Reference in New Issue
Block a user