diff --git a/avahi-glib2.spec b/avahi-glib2.spec index 6cac1ec..243bf5f 100644 --- a/avahi-glib2.spec +++ b/avahi-glib2.spec @@ -104,7 +104,7 @@ BuildRequires: python3-dbm BuildRequires: zlib-devel BuildRequires: pkgconfig(systemd) # For python bindings and utilities: -#BuildRequires: dbus-1-python +#BuildRequires: python3-dbus-python #Requires: dbus-1 Requires: nss-mdns Requires(pre): shadow @@ -213,9 +213,9 @@ specifications for Zeroconf Computing. Summary: A set of Avahi utilities written in Python Group: Development/Languages/Python Requires: %{name} = %{version} -Requires: dbus-1-python Requires: python3-Twisted Requires: python3-dbm +Requires: python3-dbus-python # Old name used for <= 10.3: Provides: avahi-python = %{version} Obsoletes: avahi-python < %{version} diff --git a/avahi-mono.spec b/avahi-mono.spec index 048bd41..3219e2f 100644 --- a/avahi-mono.spec +++ b/avahi-mono.spec @@ -104,7 +104,7 @@ BuildRequires: python3-dbm BuildRequires: zlib-devel BuildRequires: pkgconfig(systemd) # For python bindings and utilities: -#BuildRequires: dbus-1-python +#BuildRequires: python3-dbus-python #Requires: dbus-1 Requires: nss-mdns Requires(pre): shadow @@ -212,9 +212,9 @@ specifications for Zeroconf Computing. Summary: A set of Avahi utilities written in Python Group: Development/Languages/Python Requires: %{name} = %{version} -Requires: dbus-1-python Requires: python3-Twisted Requires: python3-dbm +Requires: python3-dbus-python # Old name used for <= 10.3: Provides: avahi-python = %{version} Obsoletes: avahi-python < %{version} diff --git a/avahi.changes b/avahi.changes index af7ad5d..935e083 100644 --- a/avahi.changes +++ b/avahi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 8 11:51:58 UTC 2020 - Tomáš Chvátal + +- Do not pull in dbus-1-python which is py2 variant but properly + pull in the python3 package + ------------------------------------------------------------------- Sun Feb 2 08:22:41 UTC 2020 - Thorsten Kukuk diff --git a/avahi.spec b/avahi.spec index f3fdc1a..85f19fb 100644 --- a/avahi.spec +++ b/avahi.spec @@ -106,7 +106,7 @@ BuildRequires: python3-dbm BuildRequires: zlib-devel BuildRequires: pkgconfig(systemd) # For python bindings and utilities: -#BuildRequires: dbus-1-python +#BuildRequires: python3-dbus-python #Requires: dbus-1 Requires: nss-mdns Requires(pre): shadow @@ -215,9 +215,9 @@ specifications for Zeroconf Computing. Summary: A set of Avahi utilities written in Python Group: Development/Languages/Python Requires: %{name} = %{version} -Requires: dbus-1-python Requires: python3-Twisted Requires: python3-dbm +Requires: python3-dbus-python # Old name used for <= 10.3: Provides: avahi-python = %{version} Obsoletes: avahi-python < %{version}