Accepting request 1112491 from home:lnussel:branches:GNOME:Factory

- Don't require sudo. There is no indication it's actually used for
  anything.

OBS-URL: https://build.opensuse.org/request/show/1112491
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=221
This commit is contained in:
Bjørn Lie 2023-09-22 20:04:52 +00:00 committed by Git OBS Bridge
parent 15ea1f32a3
commit 5f4c2c7d55
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 20 08:51:09 UTC 2023 - Ludwig Nussel <lnussel@suse.com>
- Don't require sudo. There is no indication it's actually used for
anything.
-------------------------------------------------------------------
Tue Apr 11 21:33:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -121,7 +121,6 @@ BuildRequires: libevent-devel >= 2.1.5
BuildRequires: zlib-devel
BuildRequires: pkgconfig(systemd)
Requires: nss-mdns
Requires: sudo
%sysusers_requires
#
# mDNSResponder was used for <= 10.2:
@ -410,8 +409,8 @@ Obsoletes: avahi-glib2-utils-gtk < %{version}
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
# 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