From 30f0d000dba2853fc3d9fd7d505249a59015716a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 5 Apr 2018 09:33:37 -0500 Subject: [PATCH] avahi-discover is missing "gi" module (#1564059) --- avahi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/avahi.spec b/avahi.spec index 7813404..bba0ac3 100644 --- a/avahi.spec +++ b/avahi.spec @@ -26,7 +26,7 @@ Name: avahi Version: 0.7 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Local network service discovery License: LGPLv2+ URL: http://avahi.org @@ -123,6 +123,8 @@ Requires: pygtk2 Requires: pygtk2-libglade Requires: gdbm Requires: %{python2_dbus} +# aka python2-gobject-base +Requires: pygobject3-base %description ui-tools Graphical user interface tools that use Avahi to browse for mDNS services. @@ -702,6 +704,9 @@ exit 0 %changelog +* Thu Apr 05 2018 Rex Dieter - 0.7-11 +- avahi-discover is missing "gi" module (#1564059) + * Mon Mar 19 2018 Michal Sekletar - 0.7-10 - add gcc to build reqs - disable mono and qt support on RHEL