Accepting request 971094 from GNOME:Factory

- Stop requiring "avahi" from "libavahi-devel". The devel package
  ought to facilitate building programs with avahi, not run the
  whole deamon. (forwarded request 970362 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/971094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=151
This commit is contained in:
Dominique Leuenberger 2022-04-22 19:53:09 +00:00 committed by Git OBS Bridge
commit 87519e1be8
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 15 08:34:35 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Stop requiring "avahi" from "libavahi-devel". The devel package
ought to facilitate building programs with avahi, not run the
whole deamon.
-------------------------------------------------------------------
Wed Feb 23 11:13:07 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -321,7 +321,6 @@ DNS specifications for Zeroconf Computing.
%package -n libavahi-devel
Summary: Header files for the Zeroconf/Bonjour D-Bus service
Group: Development/Libraries/C and C++
Requires: %{_name} = %{version}
Requires: dbus-1-devel
Requires: glibc-devel
Requires: libavahi-client%{avahi_client_sover} = %{version}
@ -416,7 +415,9 @@ Avahi is an implementation of the DNS Service Discovery and Multicast
DNS specifications for Zeroconf Computing.
# This is the avahi-discover command, only provided for the primary python3 flavor
%package -n python3-avahi-gtk
Summary: A set of Avahi utilities written in Python Using python-gtk
Group: Development/Languages/Python