avahi-0.7-lp151.2.3.1<>,r_N/=„7:;ɡUw2+`AK¨Vm;ISUtҫoN`ØLh^rf,>W-z =:6 ঈ#rLD-ud&P=Q3?jhs媕B_=1Ix6Ϯa7*(Yg 5 vS>lg啂jPmA))0u (\<7f˭^r&,?w<<ՕAt _X$ёe>Lc?cd   ? (.3 T>:: : : x: *: *:+:-:.*.H:/0/`"/"2C"(28292:4=Q>Q?Q@QBQFQGQ:HR:IS:XSYSZT[T\T$:]U :^Y.b[#c[d\pe\uf\xl\zu\:v]t w`:xa:yb"zc,c<c@cKcLcPcVcCavahi0.7lp151.2.3.1D-BUS Service for Zeroconf and BonjourAvahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks. The Avahi mDNS responder is now complete with features, implementing all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition, it supports some nifty things, like correct mDNS reflection across LAN segments._Nbuild75openSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Daemonshttp://www.avahi.org/linuxi586getent group avahi >/dev/null || /usr/sbin/groupadd -r avahi getent passwd avahi >/dev/null || /usr/sbin/useradd -r -s /bin/false -c "User for Avahi" -d /run/avahi-daemon -g avahi avahi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in avahi-dnsconfd.service avahi-daemon.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-avahi-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-avahi-update-$service-new-in-upgrade" fi done for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi # bnc#853845,bnc#851953: do not start by default under # sysconfig as this breaks vlan,bridge,bonding setups # in pre to revert old default setting from template. if test -f /usr/share/fillup-templates/sysconfig.avahi-autoipd -a \ -f etc/sysconfig/avahi ; then . /usr/share/fillup-templates/sysconfig.avahi-autoipd if test "X$AVAHI_AUTOIPD_ENABLE" = "Xyes" ; then sed -i etc/sysconfig/avahi \ -e 's/^\(AVAHI_AUTOIPD_ENABLE\)=.*/\1="no"/' fi fi PNAME=avahi SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=security SUBPNAME=-checksig SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset avahi-dnsconfd.service avahi-daemon.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in avahi-dnsconfd.service avahi-daemon.service ; do if [ ! -e "/run/rpm-avahi-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-avahi-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable avahi-dnsconfd.service avahi-daemon.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop avahi-dnsconfd.service avahi-daemon.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart avahi-dnsconfd.service avahi-daemon.service ) || : fi else # package uninstall for service in avahi-dnsconfd.service avahi-daemon.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi a3/v.@f*|FG Hr-D S <v0ʶ(g8 kA큤큤A큤A큤AA큤A큤A큤_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_N_NYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcSYcS_N_NYcS_N_N_N_N_N_N_Nf97a040cf49b7475cb21bf5e806797233eb445f1ddf9044ab7ce3079fe61a0081c35a47448cb10975593d5af12a61033f8648af5c60b823bbb1bc2550403e08ad16fca08d5054e14ffa9b0cb919263f4f21db379da4058ea745d3ec467f32afd60a516f94e4da95dc65d7f39494d1920a1f64ed59b88579ec5e181b9ed20335383c63e090cf20cd1bca469dc9f2b549a6972ac99c3ea8a2a5df7c10b4b537579b1e51bf3ff20ab16b8954d8a999f69966dded889d29b75cea25a726b6b9b12dc070b886f8d314bf0d95a0a727a2d02d888a91ea8ccc1377f598c561d27852b83d2c5c168b4f6b0be290950dd514258e2e0fbfa8a53733cb13991a3dbbb1d44c6558b15689df4826e5104eaa5108f0557b81a6579314b385fce6448e92409a44d1b679ba8f3be632864d39795de311512158452bc7e93f785be1993c98f0b36062e8784f74603b0e7b03147eada1f1f8ec190fdef0c3fa1041201ac71ac2c0a7d53aa111dadc10bba319e0346e399c607a80ae6ffcded55f3cd3102c6d71995b0b0476c9892bf9b184af9184c20d9a390cf43e0d8fd539253a1faaf0a977aef9d6132423598d5d7809d31c561915879da3a2f1308a0223d3f2c959f15c21dcb0ab6982795b145e3e7fe5c65586aeaccb8b7182e1c67f95ba9a480e1e2056a780f7564f670726e9aa1f899af0fde403cfc46c195e051e13a24771b904a0cd739e6f4af35582462c64f7cdef1fac7af299dfc088c8dc0af7336f88f16eaa47c537628c748f4343e96eb31ad60545d59b73a1135ec7aa8fe8f891ab22fb08fdf086e7ea489e95681a97acbef068413dd063802af1ae7ba5ef3adfb3d42566d31a488b490bc9da6bba797a362ea8cb55eb1b0e00756aa323b9068f5540da59f1e2890bfb6c6c04025e9f9e7ab7728e79833995da9273c40d916cdf1a697a3e9d87b22ad87046dcf3cde08f4d86c884caa4363739568b5235eeddba4f5f0dd861e64c1172567b63333b5ef205d5670d0a735693abd8f47485a56af6613e9d20a7a886324b00946b0211e6f965f52b7082772d385084df7148579c196ae79219b49016866f81eef61ec7893b129567a3f36b4cf49a5bea1f187b1999145517c67ea098e70e959e3286cb86170d29b6a914902c438414d9b3133e9b1b9cb7b5b806836248fa63bda2aa3a1a1308564809e060fb8e7b3b2f84e880a6d049b4e63df251ef03b4d0bfa7e65c2076cbe3e9b12ca318dbe9ba565124bd8cc356474de877ab194971185e74e8f8a90d5431453e282843a5bd9a91e813e7bf6104e2bf0a7bb9959a0bc14aa654401c4ca4b5b2476d1661f1d3269f8892bacf58de7cb801d378241700436c2f09259fce8e18eaef2352468700535ff21029fd8fffae36ab54474d2ab3a53c27883074b89e2f85757a713e113f487401dc5adea2650799292ade650cd73c88eab315a86182348506a4b6973d2f64d592fcf15277bf9bac0492d2ca3fa10734440263382fb37a51802a61a96589a59de014b164b715c76af9faf5e53d80d5f7026ea376b7d1478ae7b802323b8888cbb28a49530593b9cba28545307f610466dae817259cf6ffbdee97ba826239c6dc52b4d5fccd646e8445521571ace92f84dc8afc1bdea5a0e66801db4d981b656c894e30ea0ce01ac39c6035dbee8ceffd40c6ba3a1d5eb43288c19bed68ffc037054248757d4d835169f3203cb20700c2aec5e57a23cd7d8086ba359c26f8dd9e2ae21ef88adb99e32fb4f2f22b39ceb473ddb6f650a711294b0d6e8cc8e648559b9c8e96cb56ac86de7faeba1a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861d6238f99c79555d78f41522111eb0ba4f6f0a4301d72bde6614bceb71f3950130eea7cfff4b697bf841c3bfe4d3d923548098a8fd2b543b10a0bdf2c0b3213e15b64a212a5c53cc6f5abc519e7d589b36fb8543604f4d0e0be8b42049b1f14162d5e7fa1a2e9e940fdf84cd03c42e9f0b99e32e954269c30ee76573bd62341a54d4a616f06c6e869d03813cf256bda3a992ca047e96e8eccac53eb5531de41d7016edca9c8ca035dd25657e2c2dbe69c028e9b19ee78453e2c8e8016987b8656adcc3f01983a79c6635c50f8d8195292904332c24b15745464812495ce4dd975serviceservice@rootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahirootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootavahi-0.7-lp151.2.3.1.src.rpmavahiavahi(x86-32)config(avahi)mDNSResponder @@@@@@@@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(avahi)libavahi-common.so.3libavahi-core.so.7libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libdaemon.so.0libdbus-1.so.3libdbus-1.so.3(LIBDBUS_1_3)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libexpat.so.1libpthread.so.0libpthread.so.0(GLIBC_2.0)nss-mdnspwdutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sysvinit(network)0.7-lp151.2.3.13.0.4-14.6.0-14.0-15.2-14.14.1_\3?@\/JZ@ZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@Michael Gorse mgorse@suse.commgorse@suse.comyfjiang@suse.comtchvatal@suse.commgorse@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgrbrown@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comdimstar@opensuse.orgmgorse@suse.comalarrosa@suse.commgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgmgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.org- When changing ownership of /var/lib/autoipd, only change ownership of files owned by avahi, to mitigate against possible exploits (bsc#1154063).- Drop avahi-daemon-increase-rlimit.patch: rlimits are no longer set by default.- Replace avahi-0.7-python3.patch with avahi-0.7-dbm.patch: use what is upstream (boo#1110668). - Add avahi-0.7-encode-strings-as-utf8.patch: encode strings as UTF-8 (boo#1110668). - Add avahi-0.7-python3-bookmarks.patch: make bookmarks python 3 compatible (boo#1110668). - Add CVE-2018-1000845.patch: drop legacy unicast queries from address not on local link (boo#1120281 CVE-2018-1000845). - Drop avahi-0.6.31-invalid-packet.patch: fixed upstream.- Add avahi-daemon-increase-rlimit.patch: increase rlimit as a conservative way to handle certain crashes referring to upstream commit 71ace71 (bsc#1085255).- Drop the qt3 parts- Add avahi-0.7-python3.patch: Port to python 3 (bsc#1076402). - Build python bindings against python 3, rather than python 2; - Python-avahi is now python3-avahi, and python-avahi-gtk is now python3-avahi-gtk - Obsolete the python 2 packages - Replace python_sitelib with python3_sitelib in %files, and add __pycache__.- Rename %*soname to %*sover to better reflect its use.- Modernize spec file by calling spec-cleaner- Use SPDX3.0 license tags and package COPYING as %license.- Update to version 0.7: + The Avahi 0.7 release brings two new features, binary TXT records in XML service files and the ability to start the gobject client in a custom context. + New Features: - Add support for binary values in TXT records in XML service files by specifying value-format="text|binary-hex|binary-base64". If not specified, defaults to the normal value of "text" (thus backwards compatible). - avahi-gobject: Allow starting the client in a custom GMainContext by passing context to ga_client_start_in_context instead of ga_client_start (avahi-gobject minor version has been incremented). + Notable Changes: - avahi-daemon: Remove all default rlimits from avahi-daemon.conf, as two main problems happened with firstly rlimit-nproc causing avahi to fail when started in a container without user namespaces and secondly because memory rlimits were causing avahi to crash in some cases. Leave it up to the init system to impose any modified limits instead. It is recommend to ship this change in distribution default config files. - avahi-common: Fix watch cleanup issue in watch_free - avahi-discover (python): Updated for Python3 & GTK3 - avahi-autoipd: . Clear previously set address before binding a new one. . Fix dhclient hooks to check for avahi-autoipd before running. - build: Move default rundir from /var/run to /run as per modern system setups. + Other Changes: - build: . Fix the printed value of "Building libavahi-client" in ./configure. . autogen.sh improved to work when called from another directory. . Fix warnings when compiling against musl libc. - avahi-compat-libdns_sd: Fix incorrect URL in warnings. - service-type-database: Add new service Types: _ipps._tcp, _xpra._tcp. - avahi-dnsconfd: Update manpage with the correct action script name. - avahi-gobject: . Use the correct shared library name in AvahiCore-0.6.gir . Fix build failing under some locales. - avahi-common/dbus-watch-glue.c: remove Unneeded semicolon. - Update gentoo init scripts for newer openrc version. + Updated translations. - Drop avahi-empty-share-dir.patch, avahi-gir-fixup.patch, avahi-move-everything-to-run.patch and avahi-outdated-URL.patch: Fixed upstream. - Drop systemd_requires macro: on a machine managed by systemd, we don't have to require it. If the machine/container is not managed by systemd, we don't want to require it. - Add pkgconfig(pygobject-3.0) BuildRequires: New dependency.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Do not suppress errors from avahi-autoipd user creation, but do suppress getent output. - Replace $RPM_* shell vars by macros.- Modify user generation (boo#1010384): + Use getent to check for existing users/groups, only creating them if not found. + Do not hide output of groupadd/useradd. + Do not mask failures: if a user can't be added, we have a problem.- Drop %insserv_cleanup scriptlets: it's been a while that avahi did not install any sysV init scripts anymore. - Simplify avahi_spec-prepare.sh: OBS is well able to handle macros in package names by now. - Drop conditions to only handle systemd services on openSUSE > 12.1; it's been long that we did not ship the sysv scripts anymore and openSUSE 12.1 is long EOL.- Replace avahi-0.6.31-systemd-order.patch with avahi-0.6.32-suppress-resolv-conf-warning.patch: only warn on missing resolv.conf if the options that use it are enabled. https://github.com/lathiat/avahi/pull/63- Update to version 0.6.32: + Don't log warnings about invalid packets, commonly triggered by Windows 10 systems. + Fix issue with bad packet size estimation, causing probes to continuously be sent when hosting large numbers of services. + Fix build on Solaris/SmartOS (filio.h issue). + Fix build on FreeBSD (PCAP_D_IN issue). + Fix debug output with libdaemon >= 0.14. + avahi_server_set_browse_domains now correctly uses the provided list, instead of re-using the list from the configuration file. + Set nl_pid to 0, this will automatically assign the value and prevent conflicts per netlink(7). (Bug #334). + Check for netlink pid=0 (kernel) instead of uid=0, which works correctly with network & user namespaces. + Fix reversed IFA_LOCAL and IFA_ADDRESS checks (Avahi#355). + Don't fail the build on deprecated GTK/GLIB usage. + Gracefully fail if SO_REUSEPORT is not available. + Minor Python 3 update for the python ServiceTypeDatabase test usage of print, should be backwards compatible. + avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Closes: gh#lathiat/avahi#42). - Drop upstream fixed patches: + avahi-unicastdomains.patch + avahi-gtk_box_new.patch + avahi-fix-mkdir.diff + avahi-enable-ipv6.patch + avahi-reserve-space-for-record-data-when-size-e.patch - Rebase avahi-0.6.31-invalid-packet.patch.- Add avahi-0.6.31-systemd-order.patch: start after NM/wicked, to ensure resolv.conf is present (bsc#982317, gh#lathiat/avahi#59).- Update to GNOME 3.20.2 (Fate#318572) - Added License field in spec file.- Update to GNOME 3.20 Fate#318572- No longer install sysv services: the systemd services have been installed for a long time already and are masking the sysv scripts; those scripts existance only add confusion (boo#959908).- Temp disable 2 old Conflicts that are breaking staging. These can back in once there is a new release of avahi.- Add avahi-0.6.31-invalid-packet.patch: do not spam logs for invalid packets (boo#947140 bsc#948277).- Sync up the multiple .spec files.- Add avahi-outdated-URL.patch: Do not redirect users to , which no longer exists, but bring them to the more generic blog entry http://0pointer.de/blog/projects/avahi-compat.html (boo#914298)./bin/sh/bin/sh/bin/sh/bin/shmDNSResponderbuild75 1598997767  !"#$%&'()*+,-./0123456789<=>?0.7-lp151.2.3.10.7-lp151.2.3.10.7-lp151.2.3.1107.5107.5 avahiavahi-daemon.confavahi-dnsconfd.actionhostsservicessftp-ssh.servicessh.serviceavahi-dbus.confavahiavahi-daemonavahi-daemonavahiavahi-daemon-check-dns.shservice-types.dbavahi-daemon.serviceavahi-daemon.socketavahi-dnsconfd.serviceavahi-daemonavahi-dnsconfdrcavahi-daemonrcavahi-dnsconfdavahiinterfacesavahi-discover.uiorg.freedesktop.Avahi.AddressResolver.xmlorg.freedesktop.Avahi.DomainBrowser.xmlorg.freedesktop.Avahi.EntryGroup.xmlorg.freedesktop.Avahi.HostNameResolver.xmlorg.freedesktop.Avahi.RecordBrowser.xmlorg.freedesktop.Avahi.Server.xmlorg.freedesktop.Avahi.ServiceBrowser.xmlorg.freedesktop.Avahi.ServiceResolver.xmlorg.freedesktop.Avahi.ServiceTypeBrowser.xmlorg.freedesktop.Avahi.serviceavahiAPI-CHANGES-0.6AUTHORSCOMPAT-LAYERSDBUS-APIHACKINGINSTALLMALLOCNEWSREADMETODOavahi-poll.diaoverview.diaserver-states.diasysconfig.avahiavahiLICENSEavahi-daemon.conf.5.gzavahi.hosts.5.gzavahi.service.5.gzavahi-autoipd.action.8.gzavahi-daemon.8.gzavahi-dnsconfd.8.gzavahi-dnsconfd.action.8.gz/etc//etc/avahi//etc/avahi/services//etc/dbus-1/system.d//etc/sysconfig/SuSEfirewall2.d/services//etc/sysconfig/network/if-up.d//run//usr/lib//usr/lib/avahi//usr/lib/systemd/system//usr/sbin//usr/share//usr/share/avahi//usr/share/avahi/interfaces//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/avahi//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/avahi//usr/share/man/man5//usr/share/man/man8/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:13854/openSUSE_Leap_15.1_Update/16b4271762c26d8ad3cdef01df5a1512-avahi.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linux   directoryASCII textPOSIX shell script, ASCII text executableXML 1.0 document, ASCII textexported SGML document, ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/avahi-0.7-lp151.2.3.1.i386/run/avahi-daemon' (No such file or directory)ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=318676b16edb0d3fbe25bdc8d4bcd86bba4744ee, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=fbdf0a8e3611693890ce3a3679c230051432a528, for GNU/Linux 3.2.0, strippeddiff output, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRR R RR RR RRRRRRRRRR R R RR RRRRRm7'v)I<avahi-langutf-811b441cedca80e698ba330cc1fd5b60342adc24bc4604cc75f6c68e4c5f88c55?@7zXZ !t/ + ]"k%Yh6J'RbêL]y*Lvq+CՕԮ6 k ,^YZ6S:1?j{V_E8ySFX-av|v筅b$:N;76"zpcoG-eP]}.;zLz)\ @ׂA'"k4ॏ`<_v_Rpes|NyJ-0 f+9R*1;1=5'<5Ni'˵ R;n"t/]@`}%f.,~r1ꦠ^pcr< &4 v Vqט'pjPEc׺Fgx7/3D_l6MAfj٥_&ApEs'ͼ!%+nQ`J A'G]i[( 9 XAwtHkE>1\'(N86B ͯgyo힨/l5G,\zpws &fGS*S{ _[!tϺ'|?2E陥]{-Bvye˵5r4۲9'r };L.g.eDžL&=psdָP+6sXg"/Kd1[0IA ;^V0c+Ifj)ɍ$+W $84`ff$^%f(Gh>Ms?Ab1K|?j7N8߂3ˌabL.H__4@1gg5qlɶ{'ke^C՘[*&co%e.Yu_iWYv߶r4su$q!A,cEF QI=4(UoG}5hœI*zbgsrE)V卵]Rdz f8y疪\D0X x*Ncn+xzc貣U+ۧkeDvw|ϒL,e8 ? $(/GAc}%;HjꪇoUhEv.ά|6Ԗ0v9#K(N2_^A3V IrX# 0볃"ՅBo 1ƸP1L5e>r'&;\Mm$ 'Bk5.w |g{%l: )AkTy4lY0-*1]q›ɜKxُD4s`Eh Nu38VvҦcU%!1Sg#V4kg)B;2c!˥'XB+>:jz-M50r}+e*/ByJL=k2S'װuGe龔6taP_vk.*(bqK2$mb+ۊ2 gL|4& E'JM3D\t~2/Pf9ą;s~).QϩSD!} lިHÓ0:4R6ԫ,ShBo ju @n YZ