Blame SPECS/avahi.spec

d59061
%bcond_with bootstrap
d59061
d59061
%if %{without bootstrap}
d59061
%{?!WITH_MONO:          %global WITH_MONO 1}
d59061
%else
d59061
%{?!WITH_MONO:          %global WITH_MONO 0}
d59061
%endif
d59061
d59061
%{?!WITH_COMPAT_DNSSD:  %global WITH_COMPAT_DNSSD 1}
d59061
%{?!WITH_COMPAT_HOWL:   %global WITH_COMPAT_HOWL  1}
d59061
%{?!WITH_QT3:           %global WITH_QT3 0}
d59061
%{?!WITH_QT4:           %global WITH_QT4 0}
d59061
d59061
%if %{without bootstrap}
d59061
%{?!WITH_QT5:           %global WITH_QT5 1}
d59061
%else
d59061
%{?!WITH_QT5:           %global WITH_QT5 0}
d59061
%endif
d59061
d59061
# https://bugzilla.redhat.com/show_bug.cgi?id=1751484
d59061
%{?!WITH_PYTHON:        %global WITH_PYTHON 0}
d59061
d59061
%ifnarch %{mono_arches}
d59061
%define WITH_MONO 0
d59061
%endif
d59061
d59061
%if 0%{?fedora}
d59061
%global WITH_QT3 1
d59061
%global WITH_QT4 1
d59061
%endif
d59061
d59061
%if 0%{?rhel}
d59061
%global WITH_MONO 0
d59061
%global WITH_QT5 0
d59061
%if 0%{?rhel} < 8
d59061
%global WITH_PYTHON 1
d59061
%endif
d59061
%endif
d59061
d59061
# https://bugzilla.redhat.com/show_bug.cgi?id=1907727
d59061
%global _lto_cflags %{nil}
d59061
d59061
# http://bugzilla.redhat.com/1008395 - no hardened build
d59061
%global _hardened_build 1
d59061
d59061
# trim changelog included in binary rpms
d59061
%global _changelog_trimtime %(date +%s -d "1 year ago")
d59061
d59061
Name:             avahi
d59061
Version:          0.8
021d7c
Release:          12%{?dist}
d59061
Summary:          Local network service discovery
d59061
License:          LGPLv2+
d59061
URL:              http://avahi.org
d59061
Requires:         dbus
d59061
Requires:         expat
d59061
Requires:         libdaemon >= 0.11
d59061
# For /usr/bin/dbus-send
d59061
Requires(post):   dbus
d59061
Requires(pre):    shadow-utils
d59061
Requires(pre):    coreutils
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
BuildRequires:    automake
d59061
BuildRequires:    libtool
d59061
BuildRequires:    dbus-devel >= 0.90
d59061
BuildRequires:    dbus-glib-devel >= 0.70
d59061
BuildRequires:    desktop-file-utils
d59061
%if %{without bootstrap}
d59061
BuildRequires:    gtk2-devel
d59061
BuildRequires:    gtk3-devel >= 2.99.0
d59061
%endif
d59061
#BuildRequires:    gobject-introspection-devel
d59061
%if %{WITH_QT3}
d59061
BuildRequires:    qt3-devel
d59061
%endif
d59061
%if %{WITH_QT4}
d59061
BuildRequires:    qt4-devel
d59061
%endif
d59061
%if %{WITH_QT5}
d59061
BuildRequires:    qt5-qtbase-devel
d59061
%endif
d59061
BuildRequires:    libdaemon-devel >= 0.11
d59061
BuildRequires:    glib2-devel
d59061
BuildRequires:    libcap-devel
d59061
BuildRequires:    expat-devel
d59061
%if %{WITH_PYTHON}
d59061
%if %{without bootstrap}
d59061
BuildRequires:    pygtk2
d59061
%endif
d59061
%if 0%{?fedora} > 27
d59061
%global python2_dbus python2-dbus
d59061
%global python2_libxml2 python2-libxml2
d59061
%else
d59061
%global python2_dbus dbus-python
d59061
%global python2_libxml2 libxml2-python
d59061
%endif
d59061
BuildRequires:    %{python2_dbus}
d59061
BuildRequires:    %{python2_libxml2}
d59061
# really only need interpreter + rpm-macros -- rex
d59061
BuildRequires:    python2-devel
d59061
BuildRequires:    python3-devel
d59061
%else
d59061
Obsoletes: python2-avahi < %{version}-%{release}
d59061
Obsoletes: python3-avahi < %{version}-%{release}
d59061
%endif
d59061
BuildRequires:    gdbm-devel
d59061
BuildRequires:    pkgconfig(pygobject-3.0)
d59061
BuildRequires:    pkgconfig(libevent) >= 2.0.21
d59061
BuildRequires:    intltool
d59061
BuildRequires:    perl-XML-Parser
d59061
BuildRequires:    xmltoman
d59061
%if %{WITH_MONO}
d59061
BuildRequires:    mono-devel
d59061
BuildRequires:    monodoc-devel
d59061
%endif
d59061
BuildRequires:    systemd
d59061
%{?systemd_requires}
d59061
BuildRequires:    gcc
d59061
BuildRequires:    gcc-c++
d59061
d59061
%if 0%{?beta:1}
d59061
Source0:          https://github.com/lathiat/avahi/archive/%{version}-%{beta}.tar.gz#/%{name}-%{version}-%{beta}.tar.gz
d59061
%else
d59061
Source0:          https://github.com/lathiat/avahi/releases/download/v%{version}/avahi-%{version}.tar.gz
d59061
#Source0:         http://avahi.org/download/avahi-%{version}.tar.gz
d59061
%endif
d59061
d59061
## upstream patches
d59061
Patch6: 0006-avahi-dnsconfd.service-Drop-Also-avahi-daemon.socket.patch
d59061
Patch7: 0007-man-add-missing-bshell.1-symlink.patch
d59061
Patch8: 0008-Ship-avahi-discover-1-bssh-1-and-bvnc-1-also-for-GTK.patch
d59061
Patch9: 0009-fix-requires-in-pc-file.patch
d59061
Patch10: 0010-fix-bytestring-decoding-for-proper-display.patch
d59061
Patch11: 0011-avahi_dns_packet_consume_uint32-fix-potential-undefi.patch
d59061
d59061
## downstream patches
d59061
Patch100:         avahi-0.6.30-mono-libdir.patch
d59061
# https://bugzilla.redhat.com/show_bug.cgi?id=1897925
d59061
# https://github.com/lathiat/avahi/pull/312
d59061
Patch101: 0016-fix-QT3-build.patch
d59061
Patch102: avahi-0.8-no_undefined.patch
d59061
d59061
%description
d59061
Avahi is a system which facilitates service discovery on
d59061
a local network -- this means that you can plug your laptop or
d59061
computer into a network and instantly be able to view other people who
d59061
you can chat with, find printers to print to or find files being
d59061
shared. This kind of technology is already found in MacOS X (branded
d59061
'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very
d59061
convenient.
d59061
d59061
%package tools
d59061
Summary:          Command line tools for mDNS browsing and publishing
d59061
Requires:         %{name} = %{version}-%{release}
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description tools
d59061
Command line tools that use avahi to browse and publish mDNS services.
d59061
d59061
%package ui-tools
d59061
Summary:          UI tools for mDNS browsing
d59061
Requires:         %{name} = %{version}-%{release}
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-glib%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-ui-gtk3%{?_isa} = %{version}-%{release}
d59061
Requires:         tigervnc
d59061
Requires:         openssh-clients
d59061
%if %{WITH_PYTHON}
d59061
Requires:         gdbm
d59061
Requires:         pygtk2
d59061
Requires:         pygtk2-libglade
d59061
Requires:         python2-avahi = %{version}-%{release}
d59061
Requires:         %{python2_dbus}
d59061
Requires:         python2-gobject-base
d59061
%endif
d59061
d59061
%description ui-tools
d59061
Graphical user interface tools that use Avahi to browse for mDNS services.
d59061
d59061
%package glib
d59061
Summary:          Glib libraries for avahi
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description glib
d59061
Libraries for easy use of avahi from glib applications.
d59061
d59061
%package glib-devel
d59061
Summary:          Libraries and header files for avahi glib development
d59061
Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-glib%{?_isa} = %{version}-%{release}
d59061
Requires:         glib2-devel
d59061
d59061
%description glib-devel
d59061
The avahi-devel package contains the header files and libraries
d59061
necessary for developing programs using avahi with glib.
d59061
d59061
%package gobject
d59061
Summary:          GObject wrapper library for Avahi
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-glib%{?_isa} = %{version}-%{release}
d59061
d59061
%description gobject
d59061
This library contains a GObject wrapper for the Avahi API
d59061
d59061
%package gobject-devel
d59061
Summary:          Libraries and header files for Avahi GObject development
d59061
Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-gobject%{?_isa} = %{version}-%{release}
d59061
#Requires:         %{name}-glib-devel = %{version}-%{release}
d59061
d59061
%description gobject-devel
d59061
The avahi-gobject-devel package contains the header files and libraries
d59061
necessary for developing programs using avahi-gobject.
d59061
d59061
%if %{without bootstrap}
d59061
%package ui
d59061
Summary:          Gtk user interface library for Avahi (Gtk+ 2 version)
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-glib%{?_isa} = %{version}-%{release}
d59061
Requires:         gtk2
d59061
d59061
%description ui
d59061
This library contains a Gtk 2.x widget for browsing services.
d59061
d59061
%package ui-gtk3
d59061
Summary:          Gtk user interface library for Avahi (Gtk+ 3 version)
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-glib%{?_isa} = %{version}-%{release}
d59061
Requires:         gtk3
d59061
d59061
%description ui-gtk3
d59061
This library contains a Gtk 3.x widget for browsing services.
d59061
d59061
%package ui-devel
d59061
Summary:          Libraries and header files for Avahi UI development
d59061
Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-ui%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-ui-gtk3%{?_isa} = %{version}-%{release}
d59061
#Requires:         %{name}-glib-devel = %{version}-%{release}
d59061
d59061
%description ui-devel
d59061
The avahi-ui-devel package contains the header files and libraries
d59061
necessary for developing programs using avahi-ui.
d59061
%endif
d59061
d59061
%if %{WITH_QT3}
d59061
%package qt3
d59061
Summary:          Qt3 libraries for avahi
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description qt3
d59061
Libraries for easy use of avahi from Qt3 applications.
d59061
d59061
%package qt3-devel
d59061
Summary:          Libraries and header files for avahi Qt3 development
d59061
Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-qt3%{?_isa} = %{version}-%{release}
d59061
d59061
%description qt3-devel
d59061
The avahi-qt3-devel package contains the header files and libraries
d59061
necessary for developing programs using avahi with Qt3.
d59061
%endif
d59061
d59061
%if %{WITH_QT4}
d59061
%package qt4
d59061
Summary:          Qt4 libraries for avahi
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description qt4
d59061
Libraries for easy use of avahi from Qt4 applications.
d59061
d59061
%package qt4-devel
d59061
Summary:          Libraries and header files for avahi Qt4 development
d59061
Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-qt4%{?_isa} = %{version}-%{release}
d59061
d59061
%description qt4-devel
d59061
Th avahi-qt4-devel package contains the header files and libraries
d59061
necessary for developing programs using avahi with Qt4.
d59061
%endif
d59061
d59061
%if %{WITH_QT5}
d59061
%package qt5
d59061
Summary:          Qt5 libraries for avahi
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description qt5
d59061
Libraries for easy use of avahi from Qt5 applications.
d59061
d59061
%package qt5-devel
d59061
Summary:          Libraries and header files for avahi Qt5 development
d59061
Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-qt5%{?_isa} = %{version}-%{release}
d59061
d59061
%description qt5-devel
d59061
Th avahi-qt5-devel package contains the header files and libraries
d59061
necessary for developing programs using avahi with Qt5.
d59061
%endif
d59061
d59061
%if %{WITH_MONO}
d59061
%package sharp
d59061
Summary:          Mono language bindings for avahi mono development
d59061
Requires:         mono-core >= 1.1.13
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description sharp
d59061
The avahi-sharp package contains the files needed to develop
d59061
mono programs that use avahi.
d59061
d59061
%package ui-sharp
d59061
Summary:          Mono language bindings for avahi-ui
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-ui%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-sharp%{?_isa} = %{version}-%{release}
d59061
Requires:         mono-core >= 1.1.13
d59061
Requires:         gtk-sharp2
d59061
BuildRequires:    gtk-sharp2-devel
d59061
BuildRequires: make
d59061
d59061
%description ui-sharp
d59061
The avahi-sharp package contains the files needed to run
d59061
Mono programs that use avahi-ui.
d59061
d59061
%package ui-sharp-devel
d59061
Summary:          Mono language bindings for developing with avahi-ui
d59061
Requires:         %{name}-ui-sharp%{?_isa} = %{version}-%{release}
d59061
d59061
%description ui-sharp-devel
d59061
The avahi-sharp-ui-devel package contains the files needed to develop
d59061
Mono programs that use avahi-ui.
d59061
%endif
d59061
d59061
%package libs
d59061
Summary:          Libraries for avahi run-time use
d59061
d59061
%description libs
d59061
The avahi-libs package contains the libraries needed
d59061
to run programs that use avahi.
d59061
d59061
%package devel
d59061
Summary:          Libraries and header files for avahi development
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
# for libavahi-core
d59061
Requires:         %{name}%{?_isa} = %{version}-%{release}
d59061
d59061
%description devel
d59061
The avahi-devel package contains the header files and libraries
d59061
necessary for developing programs using avahi.
d59061
d59061
%if %{WITH_COMPAT_HOWL}
d59061
%package compat-howl
d59061
Summary:          Libraries for howl compatibility
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
Obsoletes:        howl-libs
d59061
Provides:         howl-libs
d59061
d59061
%description compat-howl
d59061
Libraries that are compatible with those provided by the howl package.
d59061
d59061
%package compat-howl-devel
d59061
Summary:          Header files for development with the howl compatibility libraries
d59061
Requires:         %{name}-compat-howl%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
d59061
Obsoletes:        howl-devel
d59061
Provides:         howl-devel
d59061
d59061
%description compat-howl-devel
d59061
Header files for development with the howl compatibility libraries.
d59061
%endif
d59061
d59061
%if %{WITH_COMPAT_DNSSD}
d59061
%package compat-libdns_sd
d59061
Summary:          Libraries for Apple Bonjour mDNSResponder compatibility
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description compat-libdns_sd
d59061
Libraries for Apple Bonjour mDNSResponder compatibility.
d59061
d59061
%package compat-libdns_sd-devel
d59061
Summary:          Header files for the Apple Bonjour mDNSResponder compatibility libraries
d59061
Requires:         %{name}-compat-libdns_sd%{?_isa} = %{version}-%{release}
d59061
Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
d59061
d59061
%description compat-libdns_sd-devel
d59061
Header files for development with the Apple Bonjour mDNSResponder compatibility
d59061
libraries.
d59061
%endif
d59061
d59061
%package autoipd
d59061
Summary:          Link-local IPv4 address automatic configuration daemon (IPv4LL)
d59061
Requires(pre):    shadow-utils
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description autoipd
d59061
avahi-autoipd implements IPv4LL, "Dynamic Configuration of IPv4
d59061
Link-Local Addresses"  (IETF RFC3927), a protocol for automatic IP address
d59061
configuration from the link-local 169.254.0.0/16 range without the need for a
d59061
central server. It is primarily intended to be used in ad-hoc networks which
d59061
lack a DHCP server.
d59061
d59061
%package dnsconfd
d59061
Summary:          Configure local unicast DNS settings based on information published in mDNS
d59061
Requires:         %{name} = %{version}-%{release}
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description dnsconfd
d59061
avahi-dnsconfd connects to a running avahi-daemon and runs the script
d59061
/etc/avahi/dnsconfd.action for each unicast DNS server that is announced on the
d59061
local LAN. This is useful for configuring unicast DNS servers in a DHCP-like
d59061
fashion with mDNS.
d59061
d59061
%if %{WITH_PYTHON}
d59061
%package -n python2-avahi
d59061
Summary:          Python2 Avahi bindings
d59061
Obsoletes:        python-avahi < 0.7
d59061
Provides:         python-avahi = %{version}-%{release}
d59061
Requires:         %{name} = %{version}-%{release}
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description -n python2-avahi
d59061
%{summary}.
d59061
d59061
%package -n python3-avahi
d59061
Summary:          Python3 Avahi bindings
d59061
Requires:         %{name} = %{version}-%{release}
d59061
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
d59061
d59061
%description -n python3-avahi
d59061
%{summary}.
d59061
%endif
d59061
d59061
d59061
%prep
d59061
%autosetup -n %{name}-%{version}%{?beta:-%{beta}} -p1
d59061
d59061
rm -fv docs/INSTALL
d59061
d59061
d59061
%build
d59061
# patch100/101/102 requires autogen
d59061
# and kills rpaths a bonus
d59061
rm -fv missing
d59061
NOCONFIGURE=1 ./autogen.sh
d59061
d59061
%configure \
d59061
        --with-distro=fedora \
d59061
        --disable-monodoc \
d59061
        --with-avahi-user=avahi \
d59061
        --with-avahi-group=avahi \
d59061
        --with-avahi-priv-access-group=avahi \
d59061
        --with-autoipd-user=avahi-autoipd \
d59061
        --with-autoipd-group=avahi-autoipd \
d59061
        --with-systemdsystemunitdir=%{_unitdir} \
d59061
        --enable-introspection=no \
d59061
        --enable-shared=yes \
d59061
        --enable-static=no \
d59061
        --disable-silent-rules \
021d7c
        --disable-stack-protector \
d59061
%if %{without bootstrap}
d59061
        --enable-gtk \
d59061
%else
d59061
	--disable-gtk \
d59061
	--disable-gtk3 \
d59061
%endif
d59061
%if ! %{WITH_PYTHON}
d59061
	--disable-python \
d59061
%endif
d59061
%if %{WITH_COMPAT_DNSSD}
d59061
        --enable-compat-libdns_sd \
d59061
%endif
d59061
%if %{WITH_COMPAT_HOWL}
d59061
        --enable-compat-howl \
d59061
%endif
d59061
%if %{WITH_QT3}
d59061
        --enable-qt3 \
d59061
%endif
d59061
%if %{WITH_QT4}
d59061
        --enable-qt4 \
d59061
%endif
d59061
%if ! %{WITH_QT5}
d59061
        --disable-qt5 \
d59061
%endif
d59061
%if ! %{WITH_MONO}
d59061
        --disable-mono \
d59061
%endif
d59061
;
d59061
d59061
# workaround parallel build issues (aarch64 only so far, bug #1564553)
d59061
%make_build -k V=1 || make V=1
d59061
d59061
d59061
%install
d59061
%make_install
d59061
d59061
# omit libtool .la files
d59061
rm -fv %{buildroot}%{_libdir}/lib*.la
d59061
d59061
# remove example
d59061
rm -fv %{buildroot}%{_sysconfdir}/avahi/services/ssh.service
d59061
rm -fv %{buildroot}%{_sysconfdir}/avahi/services/sftp-ssh.service
d59061
d59061
# create /var/run/avahi-daemon to ensure correct selinux policy for it:
d59061
mkdir -p %{buildroot}%{_localstatedir}/run/avahi-daemon
d59061
mkdir -p %{buildroot}%{_localstatedir}/lib/avahi-autoipd
d59061
d59061
# remove the documentation directory - let % doc handle it:
d59061
rm -rfv %{buildroot}%{_datadir}/%{name}-%{version}
d59061
d59061
# Make /etc/avahi/etc/localtime owned by avahi:
d59061
mkdir -p %{buildroot}/etc/avahi/etc
d59061
touch %{buildroot}/etc/avahi/etc/localtime
d59061
d59061
# fix bug 197414 - add missing symlinks for avahi-compat-howl and avahi-compat-dns-sd
d59061
%if %{WITH_COMPAT_HOWL}
d59061
ln -s avahi-compat-howl.pc  %{buildroot}/%{_libdir}/pkgconfig/howl.pc
d59061
%endif
d59061
%if %{WITH_COMPAT_DNSSD}
d59061
ln -s avahi-compat-libdns_sd.pc %{buildroot}/%{_libdir}/pkgconfig/libdns_sd.pc
d59061
ln -s avahi-compat-libdns_sd/dns_sd.h %{buildroot}/%{_includedir}/
d59061
%endif
d59061
d59061
%if %{WITH_PYTHON}
d59061
# Add python3 support
d59061
mkdir -p %{buildroot}%{python3_sitelib}/avahi/
d59061
cp -r %{buildroot}%{python2_sitelib}/avahi/* %{buildroot}%{python3_sitelib}/avahi/
d59061
rm -fv %{buildroot}%{buildroot}%{python3_sitelib}/avahi/*.py{c,o}
d59061
sed -i 's!/usr/bin/python2!/usr/bin/python3!' %{buildroot}%{python3_sitelib}/avahi/ServiceTypeDatabase.py
d59061
d59061
# avoid empty GenericName keys from .desktop files
d59061
for i in %{buildroot}%{_datadir}/applications/*.desktop ; do
d59061
if [ -n "$(grep '^GenericName=$' $i)" ]; then
d59061
  desktop-file-edit --copy-name-to-generic-name $i
d59061
fi
d59061
done
d59061
%else
d59061
# unpackaged files
d59061
rm -fv  %{buildroot}%{_datadir}/applications/{bssh,bvnc}.desktop
d59061
rm -fv  %{buildroot}%{_datadir}/avahi/interfaces/avahi-discover.ui
d59061
%endif
d59061
d59061
rm -fv %{buildroot}%{_sysconfdir}/rc.d/init.d/avahi-daemon
d59061
rm -fv %{buildroot}%{_sysconfdir}/rc.d/init.d/avahi-dnsconfd
d59061
d59061
%find_lang %{name}
d59061
d59061
d59061
%check
d59061
%if %{WITH_PYTHON}
d59061
for i in %{buildroot}%{_datadir}/applications/*.desktop ; do
d59061
desktop-file-validate $i
d59061
done
d59061
%endif
d59061
d59061
d59061
%pre
d59061
getent group avahi >/dev/null || groupadd -f -g 70 -r avahi
d59061
if ! getent passwd avahi > /dev/null ; then
d59061
  if ! getent passwd 70 > /dev/null ; then
d59061
    useradd -r -l -u 70 -g avahi -d %{_localstatedir}/run/avahi-daemon -s /sbin/nologin -c "Avahi mDNS/DNS-SD Stack" avahi
d59061
  else
d59061
    useradd -r -l -g avahi -d %{_localstatedir}/run/avahi-daemon -s /sbin/nologin -c "Avahi mDNS/DNS-SD Stack" avahi
d59061
  fi
d59061
fi
d59061
exit 0
d59061
d59061
%post
d59061
%{?ldconfig}
d59061
/usr/bin/dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
d59061
if [ "$1" -eq 1 -a -s /etc/localtime ]; then
d59061
        /usr/bin/cp -cfp /etc/localtime /etc/avahi/etc/localtime >/dev/null 2>&1 || :
d59061
fi
d59061
%systemd_post avahi-daemon.socket avahi-daemon.service
d59061
d59061
%preun
d59061
%systemd_preun avahi-daemon.socket avahi-daemon.service
d59061
d59061
%postun
d59061
%{?ldconfig}
d59061
%systemd_postun_with_restart avahi-daemon.socket avahi-daemon.service
d59061
d59061
%pre autoipd
d59061
getent group avahi-autoipd >/dev/null || groupadd -f -g 170 -r avahi-autoipd
d59061
if ! getent passwd avahi-autoipd > /dev/null ; then
d59061
  if ! getent passwd 170 > /dev/null; then
d59061
    useradd -r -u 170 -l -g avahi-autoipd -d %{_localstatedir}/lib/avahi-autoipd -s /sbin/nologin -c "Avahi IPv4LL Stack" avahi-autoipd
d59061
  else
d59061
    useradd -r -l -g avahi-autoipd -d %{_localstatedir}/lib/avahi-autoipd -s /sbin/nologin -c "Avahi IPv4LL Stack" avahi-autoipd
d59061
  fi
d59061
fi
d59061
exit 0
d59061
d59061
%post dnsconfd
d59061
%systemd_post avahi-dnsconfd.service
d59061
d59061
%preun dnsconfd
d59061
%systemd_preun avahi-dnsconfd.service
d59061
d59061
%postun dnsconfd
d59061
%systemd_postun_with_restart avahi-dnsconfd.service
d59061
d59061
%ldconfig_scriptlets glib
d59061
d59061
%ldconfig_scriptlets compat-howl
d59061
d59061
%ldconfig_scriptlets compat-libdns_sd
d59061
d59061
%ldconfig_scriptlets libs
d59061
d59061
%ldconfig_scriptlets ui
d59061
d59061
%ldconfig_scriptlets ui-gtk3
d59061
d59061
%ldconfig_scriptlets gobject
d59061
d59061
%files -f %{name}.lang
d59061
%doc docs/* avahi-daemon/example.service avahi-daemon/sftp-ssh.service avahi-daemon/ssh.service
d59061
%dir %{_sysconfdir}/avahi
d59061
%dir %{_sysconfdir}/avahi/etc
d59061
%ghost %{_sysconfdir}/avahi/etc/localtime
d59061
%config(noreplace) %{_sysconfdir}/avahi/hosts
d59061
%dir %{_sysconfdir}/avahi/services
d59061
%ghost %dir %{_localstatedir}/run/avahi-daemon
d59061
%config(noreplace) %{_sysconfdir}/avahi/avahi-daemon.conf
d59061
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/avahi-dbus.conf
d59061
%{_sbindir}/avahi-daemon
d59061
%dir %{_datadir}/avahi
d59061
%{_datadir}/avahi/*.dtd
d59061
%dir %{_libdir}/avahi
d59061
%if %{WITH_PYTHON}
d59061
%{_libdir}/avahi/service-types.db
d59061
%endif
d59061
%{_mandir}/man5/*
d59061
%{_mandir}/man8/avahi-daemon.*
d59061
%{_unitdir}/avahi-daemon.service
d59061
%{_unitdir}/avahi-daemon.socket
d59061
%{_datadir}/dbus-1/interfaces/*.xml
d59061
%{_datadir}/dbus-1/system-services/org.freedesktop.Avahi.service
d59061
%{_libdir}/libavahi-core.so.*
d59061
d59061
%files autoipd
d59061
%{_sbindir}/avahi-autoipd
d59061
%config(noreplace) %{_sysconfdir}/avahi/avahi-autoipd.action
d59061
%attr(1770,avahi-autoipd,avahi-autoipd) %dir %{_localstatedir}/lib/avahi-autoipd/
d59061
%{_mandir}/man8/avahi-autoipd.*
d59061
d59061
%files dnsconfd
d59061
%config(noreplace) %{_sysconfdir}/avahi/avahi-dnsconfd.action
d59061
%{_sbindir}/avahi-dnsconfd
d59061
%{_mandir}/man8/avahi-dnsconfd.*
d59061
%{_unitdir}/avahi-dnsconfd.service
d59061
d59061
%files tools
d59061
%{_bindir}/avahi-browse
d59061
%{_bindir}/avahi-browse-domains
d59061
%{_bindir}/avahi-publish
d59061
%{_bindir}/avahi-publish-address
d59061
%{_bindir}/avahi-publish-service
d59061
%{_bindir}/avahi-resolve
d59061
%{_bindir}/avahi-resolve-address
d59061
%{_bindir}/avahi-resolve-host-name
d59061
%{_bindir}/avahi-set-host-name
d59061
d59061
%{_mandir}/man1/avahi-browse.1*
d59061
%{_mandir}/man1/avahi-browse-domains.1*
d59061
%{_mandir}/man1/avahi-publish.1*
d59061
%{_mandir}/man1/avahi-publish-address.1*
d59061
%{_mandir}/man1/avahi-publish-service.1*
d59061
%{_mandir}/man1/avahi-resolve.1*
d59061
%{_mandir}/man1/avahi-resolve-address.1*
d59061
%{_mandir}/man1/avahi-resolve-host-name.1*
d59061
%{_mandir}/man1/avahi-set-host-name.1*
d59061
d59061
%files ui-tools
d59061
%{_bindir}/bshell
d59061
%{_bindir}/bssh
d59061
%{_bindir}/bvnc
d59061
%{_bindir}/avahi-discover-standalone
d59061
%{_mandir}/man1/bshell.1*
d59061
%{_mandir}/man1/bssh.1*
d59061
%{_mandir}/man1/bvnc.1*
d59061
%if %{WITH_PYTHON}
d59061
# avahi-bookmarks is not really a UI tool, but I won't create a seperate package for it...
d59061
%{_bindir}/avahi-bookmarks
d59061
%{_mandir}/man1/avahi-discover*
d59061
%{_mandir}/man1/avahi-bookmarks*
d59061
%{_datadir}/applications/b*.desktop
d59061
%{_datadir}/applications/avahi-discover.desktop
d59061
%{_datadir}/avahi/interfaces/
d59061
%{python2_sitelib}/avahi_discover/
d59061
%endif
d59061
d59061
%files devel
d59061
%{_libdir}/libavahi-common.so
d59061
%{_libdir}/libavahi-core.so
d59061
%{_libdir}/libavahi-client.so
d59061
%{_libdir}/libavahi-libevent.so
d59061
%{_includedir}/avahi-client
d59061
%{_includedir}/avahi-common
d59061
%{_includedir}/avahi-core
d59061
%{_includedir}/avahi-libevent
d59061
%{_libdir}/pkgconfig/avahi-core.pc
d59061
%{_libdir}/pkgconfig/avahi-client.pc
d59061
%{_libdir}/pkgconfig/avahi-libevent.pc
d59061
d59061
%files libs
d59061
%doc README
d59061
%license LICENSE
d59061
%{_libdir}/libavahi-common.so.*
d59061
%{_libdir}/libavahi-client.so.*
d59061
%{_libdir}/libavahi-libevent.so.*
d59061
d59061
%files glib
d59061
%{_libdir}/libavahi-glib.so.*
d59061
d59061
%files glib-devel
d59061
%{_libdir}/libavahi-glib.so
d59061
%{_includedir}/avahi-glib
d59061
%{_libdir}/pkgconfig/avahi-glib.pc
d59061
d59061
%files gobject
d59061
%{_libdir}/libavahi-gobject.so.*
d59061
#%{_libdir}/girepository-1.0/Avahi-0.6.typelib
d59061
#%{_libdir}/girepository-1.0/AvahiCore-0.6.typelib
d59061
d59061
%files gobject-devel
d59061
%{_libdir}/libavahi-gobject.so
d59061
%{_includedir}/avahi-gobject
d59061
%{_libdir}/pkgconfig/avahi-gobject.pc
d59061
#%{_datadir}/gir-1.0/Avahi-0.6.gir
d59061
#%{_datadir}/gir-1.0/AvahiCore-0.6.gir
d59061
d59061
%if %{without bootstrap}
d59061
%files ui
d59061
%{_libdir}/libavahi-ui.so.*
d59061
d59061
%files ui-gtk3
d59061
%{_libdir}/libavahi-ui-gtk3.so.*
d59061
d59061
%files ui-devel
d59061
%{_libdir}/libavahi-ui.so
d59061
%{_libdir}/libavahi-ui-gtk3.so
d59061
%{_includedir}/avahi-ui
d59061
%{_libdir}/pkgconfig/avahi-ui.pc
d59061
%{_libdir}/pkgconfig/avahi-ui-gtk3.pc
d59061
%endif
d59061
d59061
%if %{WITH_QT3}
d59061
%ldconfig_scriptlets qt3
d59061
d59061
%files qt3
d59061
%{_libdir}/libavahi-qt3.so.*
d59061
d59061
%files qt3-devel
d59061
%{_libdir}/libavahi-qt3.so
d59061
%{_includedir}/avahi-qt3/
d59061
%{_libdir}/pkgconfig/avahi-qt3.pc
d59061
%endif
d59061
d59061
%if %{WITH_QT4}
d59061
%ldconfig_scriptlets qt4
d59061
d59061
%files qt4
d59061
%{_libdir}/libavahi-qt4.so.*
d59061
d59061
%files qt4-devel
d59061
%{_libdir}/libavahi-qt4.so
d59061
%{_includedir}/avahi-qt4/
d59061
%{_libdir}/pkgconfig/avahi-qt4.pc
d59061
%endif
d59061
d59061
%if %{WITH_QT5}
d59061
%ldconfig_scriptlets qt5
d59061
d59061
%files qt5
d59061
%{_libdir}/libavahi-qt5.so.*
d59061
d59061
%files qt5-devel
d59061
%{_libdir}/libavahi-qt5.so
d59061
%{_includedir}/avahi-qt5/
d59061
%{_libdir}/pkgconfig/avahi-qt5.pc
d59061
%endif
d59061
d59061
%if %{WITH_MONO}
d59061
%files sharp
d59061
%{_prefix}/lib/mono/avahi-sharp
d59061
%{_prefix}/lib/mono/gac/avahi-sharp
d59061
%{_libdir}/pkgconfig/avahi-sharp.pc
d59061
d59061
%files ui-sharp
d59061
%{_prefix}/lib/mono/avahi-ui-sharp
d59061
%{_prefix}/lib/mono/gac/avahi-ui-sharp
d59061
d59061
%files ui-sharp-devel
d59061
%{_libdir}/pkgconfig/avahi-ui-sharp.pc
d59061
%endif
d59061
d59061
%if %{WITH_COMPAT_HOWL}
d59061
%files compat-howl
d59061
%{_libdir}/libhowl.so.*
d59061
d59061
%files compat-howl-devel
d59061
%{_libdir}/libhowl.so
d59061
%{_includedir}/avahi-compat-howl
d59061
%{_libdir}/pkgconfig/avahi-compat-howl.pc
d59061
%{_libdir}/pkgconfig/howl.pc
d59061
%endif
d59061
d59061
%if %{WITH_COMPAT_DNSSD}
d59061
%files compat-libdns_sd
d59061
%{_libdir}/libdns_sd.so.*
d59061
d59061
%files compat-libdns_sd-devel
d59061
%{_libdir}/libdns_sd.so
d59061
%{_includedir}/avahi-compat-libdns_sd
d59061
%{_includedir}/dns_sd.h
d59061
%{_libdir}/pkgconfig/avahi-compat-libdns_sd.pc
d59061
%{_libdir}/pkgconfig/libdns_sd.pc
d59061
%endif
d59061
d59061
%if %{WITH_PYTHON}
d59061
%files -n python2-avahi
d59061
%{python2_sitelib}/avahi/
d59061
d59061
%files -n python3-avahi
d59061
%{python3_sitelib}/avahi/
d59061
%endif
d59061
d59061
d59061
%changelog
021d7c
* Mon Feb 21 2022 Michal Sekletár <msekleta@redhat.com> - 0.8-12
021d7c
- make sure we get compiled with -fstack-protector-strong (#2044643)
021d7c
d59061
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.8-11
d59061
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
d59061
  Related: rhbz#1991688
d59061
d59061
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.8-10
d59061
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
d59061
d59061
* Tue Feb 16 2021 Rex Dieter <rdieter@fedoraproject.org> - 0.8-9
d59061
- cleanup/fix conditionals (#1751484)
d59061
- disable lto, workaround FTBFS (#1907727)
d59061
d59061
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-8
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d59061
d59061
* Tue Nov 17 2020 Rex Dieter <rdieter@fedoraproject.org> - 0.8-7
d59061
- fix undefined symbols in libavahi-qt3 (#1897925)
d59061
d59061
* Thu Oct 15 2020 Rex Dieter <rdieter@fedoraproject.org> - 0.8-6
d59061
- resurrect ui-tools, not just for python (#1885513)
d59061
d59061
* Mon Sep 21 2020 Michal Sekletar <msekleta@redhat.com> - 0.8-5
d59061
- Disable bootstrap
d59061
d59061
* Mon Sep 07 2020 Ondřej Lysoněk <olysonek@redhat.com> - 0.8-4
d59061
- Rebuilt due to libevent rebase
d59061
d59061
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-3
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d59061
d59061
* Sun Mar 22 2020 Rex Dieter <rdieter@fedoraproject.org> - 0.8-2
d59061
- pull in some upstream fixes
d59061
d59061
* Sun Mar 22 2020 Lubomir Rintel <lkundrak@v3.sk> - 0.8-1
d59061
- Update to version 0.8
d59061
d59061
* Thu Feb 20 2020 Petr Viktorin <pviktori@redhat.com> - 0.7-24
d59061
- Don't BuildRequire pygtk2 if building without Python
d59061
d59061
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-23
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d59061
d59061
* Thu Sep 19 2019 Rex Dieter <rdieter@fedoraproject.org> - 0.7-22
d59061
- drop python bindings/support (includes -ui-tools that use the bindings) on f31+ (#1751484)
d59061
d59061
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7-21
d59061
- Rebuilt for Python 3.8
d59061
d59061
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-20
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
d59061
d59061
* Fri Feb 22 2019 Michal Sekletár <msekleta@redhat.com> - 0.7-19
d59061
- add support for advertising services on the local machine only (i.e. on loopback)
d59061
d59061
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 0.7-18
d59061
- Update requires for pygobject3 -> python2-gobject rename
d59061
d59061
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-17
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d59061
d59061
* Mon Jul 30 2018 Adam Williamson <awilliam@redhat.com> - 0.7-16
d59061
- Update python3 sed hack to avoid '/usr/bin/python32' dep
d59061
d59061
* Tue Jul 24 2018 Jan Grulich <jgrulich@redhat.com> - 0.7-15
d59061
- Requires: tigervnc
d59061
  Tigervnc removed old obsoleted provides
d59061
d59061
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-14
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d59061
d59061
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7-13
d59061
- Rebuilt for Python 3.7
d59061
d59061
* Thu Apr 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.7-12
d59061
- use %%make_build %%ldconfig_scriptlets %%license
d59061
- %%build: --enable-shared=yes --enable-static=no --disable-silent-rules
d59061
d59061
* Thu Apr 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.7-11
d59061
- avahi-discover is missing "gi" module (#1564059)
d59061
d59061
* Mon Mar 19 2018 Michal Sekletar <msekleta@redhat.com> - 0.7-10
d59061
- add gcc to build reqs
d59061
- disable mono and qt support on RHEL
d59061
d59061
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-9
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d59061
d59061
* Fri Dec 15 2017 Iryna Shcherbina <ishcherb@redhat.com> - 0.7-8
d59061
- Update Python 2 dependency declarations to new packaging standards
d59061
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
d59061
d59061
* Mon Dec 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.7-7
d59061
- %%check: validate .desktop files (#1524175)
d59061
d59061
* Tue Oct 24 2017 Merlin Mathesius <mmathesi@redhat.com> - 0.7-6
d59061
- Add option to disable qt4 support
d59061
d59061
* Sat Oct 07 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.7-5
d59061
- consistently use %%{_unitdir} macro
d59061
d59061
* Mon Oct 02 2017 Troy Dawson <tdawson@redhat.com> - 0.7-4
d59061
- Cleanup spec file conditionals
d59061
d59061
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d59061
d59061
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-2
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d59061
d59061
* Mon Jul 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.7-1
d59061
- avahi-0.7 (#1469100)
d59061
- rename python-avahi => python2-avahi
d59061
d59061
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.32-7
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d59061
d59061
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 0.6.32-6
d59061
- Rebuild for Python 3.6
d59061
d59061
* Thu Oct 13 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.32-5
d59061
- rebuild - mono on aarch64
d59061
d59061
* Fri Aug 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.6.32-4
d59061
- -devel: fix typo in Requires: (#1364505)
d59061
d59061
* Thu Aug 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.6.32-3
d59061
- include dbus xml interfaces in main pkg, apparently used there for runtime introspection
d59061
d59061
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.32-2
d59061
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
d59061
d59061
* Wed Apr 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.6.32-1
d59061
- 0.6.32 (final)
d59061
d59061
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.6.32-0.7.rc
d59061
- clean/simplify scriptlet deps (#1319207)
d59061
d59061
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.32-0.6.rc
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d59061
d59061
* Sat Nov 21 2015 Rex Dieter <rdieter@fedoraproject.org> 0.6.32-0.5.rc
d59061
- enable use-ipv6=yes only for f24+
d59061
d59061
* Thu Nov 19 2015 Rex Dieter <rdieter@fedoraproject.org> 0.6.32-0.4.rc
d59061
- pull in upstream fixes, translations mostly (#1270332)
d59061
d59061
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.32-0.3.rc
d59061
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
d59061
d59061
* Thu Nov  5 2015 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.32-0.2.rc
d59061
- Modify a shebang in the python3 module so it doesn't drag in /usr/bin/python2.
d59061
d59061
* Sat Oct 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 0.6.32-0.1.rc
d59061
- avahi-0.6.32-rc
d59061
- -devel: move dbus-1/interfaces here
d59061
- Avahi's IPv6 support is disabled by default (#821127)
d59061
- avahi: script and/or trigger should not directly enable systemd units (#1094899)
d59061
d59061
* Tue Sep 22 2015 Rafael Fonseca <rdossant@redhat.com> - 0.6.31-43
d59061
- use %%{mono_arches} instead of hardcoded list
d59061
d59061
* Tue Sep 22 2015 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-42
d59061
- treat "Invalid response packet from host" as avahi_log_debug (#1240711)
d59061
d59061
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 0.6.31-41
d59061
- Remove no longer required AppData file
d59061
d59061
* Thu Sep 17 2015 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-40
d59061
- non-existing homedir /var/lib/avahi-autoipd (#1173822)
d59061
d59061
* Thu Sep 17 2015 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-39
d59061
- Syslog Filled With "Invalid response packet from host" Message (#1240711)
d59061
- avahi-daemon manpage references file locations under /home/lennart/tmp (#991094)
d59061
- fix python-avahi dep botched in build -38
d59061
d59061
* Thu Sep 17 2015 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-38
d59061
- pull in post 0.6.31 upstream fixes (#1246849), python related packaging polish
d59061
d59061
* Tue Jul 14 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.6.31-37
d59061
- Add old patch from SuSE to fix 100%% CPU bug (RHBZ 952193).
d59061
- Don't install py2.7 .py{o,c} files in py3.4 package.
d59061
d59061
* Sun Jun 21 2015 Bastien Nocera <bnocera@redhat.com> 0.6.31-36
d59061
- Split off Python bindings, add Python3 support
d59061
d59061
* Wed Jun 17 2015 Michal Sekletar <msekleta@redhat.com> - 0.6.31-35
d59061
- check that rtnetlink messages has pid == 0, i.e. they sender is kernel (#1227052)
d59061
d59061
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.31-34
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d59061
d59061
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-33
d59061
- Rebuild (mono4)
d59061
d59061
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.6.31-32
d59061
- Rebuilt for GCC 5 C++11 ABI change
d59061
d59061
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 0.6.31-31
d59061
- Add an AppData file for the software center
d59061
d59061
* Thu Nov 27 2014 Peter Lemenkov <lemenkov@gmail.com> - 0.6.31-30
d59061
- Drop post-stage dependency on initscripts (rhbz #1168566). See also rhbz #182462.
d59061
d59061
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.31-29
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d59061
d59061
* Thu Jun 26 2014 Bastien Nocera <bnocera@redhat.com> 0.6.31-28
d59061
- Disable publish-workstation= and publish-hinfo= by default (#1105647)
d59061
d59061
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.31-27
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d59061
d59061
* Tue Jun  3 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-26
d59061
- Re-enable qt3 on aarch64
d59061
d59061
* Sat Mar 22 2014 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-25
d59061
- support ppc64le (#1079392)
d59061
d59061
* Thu Jan 16 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.6.31-24
d59061
- Drop INSTALL from docs, fix some trivial rpmlint warnings.
d59061
d59061
* Wed Jan  8 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-23
d59061
- Fix minor issue in exclude logic
d59061
d59061
* Tue Jan  7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-22
d59061
- Add option to disable qt3 support (and disable on aarch64)
d59061
d59061
* Tue Oct 08 2013 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-21
d59061
- avahi-libs should not require avahi, f20+ (#913168)
d59061
d59061
* Thu Sep 26 2013 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-20
d59061
- conform to http://fedoraproject.org/wiki/Packaging/UsersAndGroups#Soft_static_allocation
d59061
d59061
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.6.31-19
d59061
- Make sure the split up -devel package require avahi-devel
d59061
d59061
* Sat Sep 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.6.31-18
d59061
- Allow building with deprecated GTK+ symbols (#1001676)
d59061
d59061
* Fri Sep 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 0.6.31-17
d59061
- -libs: %%doc README LICENSE
d59061
- drop some explicit -devel deps, rely on automatic pkgconfig deps
d59061
- drop -Werror compiler flag
d59061
- cleanup/tighten subpkg deps
d59061
- trim changelog
d59061
- avahi-libs should not require avahi, f21+ (#913168)
d59061
d59061
* Thu Sep 19 2013 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-16
d59061
- no hardened build (#1008395)
d59061
d59061
* Thu Sep 19 2013 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-15
d59061
- Fix/workaround gtkstock.h deprecation (#1001676)
d59061
d59061
* Mon Aug 26 2013 Jon Ciesla <limburgher@gmail.com> - 0.6.31-14
d59061
- libmng rebuild.
d59061
d59061
* Wed Aug 14 2013 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.31-13
d59061
- Disable mono on aarch64 as it's not yet been ported
d59061
d59061
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.31-12
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d59061
d59061
* Sat Feb 02 2013 Kalev Lember <kalevlember@gmail.com> - 0.6.31-11
d59061
- Correct a typo in inter-subpackage deps
d59061
d59061
* Fri Feb  1 2013 Matthias Clasen <mclasen@redhat.com> - 0.6.31-10
d59061
- Tighten inter-subpackage deps
d59061
d59061
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 0.6.31-9
d59061
- rebuild due to "jpeg8-ABI" feature drop
d59061
d59061
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.6.31-8
d59061
- fix path to ldconfig
d59061
d59061
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.6.31-7
d59061
- rebuild against new libjpeg
d59061
d59061
* Tue Aug  7 2012 Lennart Poettering <lpoetter@redhat.com> - 0.6.31-6
d59061
- Use new systemd macros
d59061
- Other modernizations
d59061
d59061
* Mon Aug 6 2012 Stef Walter <stefw@redhat.com> - 0.6.31-5
d59061
- Don't ship ssh service by default file since openssh-server isn't
d59061
  running by default, and shouldn't be advertised without user
d59061
  confirmation.
d59061
d59061
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.31-4
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d59061
d59061
* Mon May 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.31-3
d59061
- Merge F-17 into master
d59061
- ARM has mono
d59061
d59061
* Tue Feb 14 2012 Lennart Poettering <lpoetter@redhat.com> - 0.6.31-2
d59061
- Fix tarball
d59061
d59061
* Tue Feb 14 2012 Lennart Poettering <lpoetter@redhat.com> - 0.6.31-1
d59061
- New upstream release
d59061
d59061
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.30-7
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d59061
d59061
* Tue Nov 29 2011 Christian Krause <chkr@fedoraproject.org> - 0.6.30-6
d59061
- Change paths for mono assemblies according to updated packaging
d59061
  guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
d59061
d59061
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> 0.6.30-5
d59061
- Rebuild to break bogus libpng dep
d59061
d59061
* Mon Aug 22 2011 Lennart Poettering <lpoetter@redhat.com> - 0.6.30-4
d59061
- Remove sysv init script (#714649)
d59061
d59061
* Thu May  5 2011 Bill Nottingham <notting@redhat.com> - 0.6.30-3
d59061
- fix versioning on triggers
d59061
d59061
* Tue May  3 2011 Lennart Poettering <lpoetter@redhat.com> - 0.6.30-2
d59061
- Enable Avahi by default
d59061
- https://bugzilla.redhat.com/show_bug.cgi?id=647831
d59061
d59061
* Mon Apr  4 2011 Lennart Poettering <lpoetter@redhat.com> - 0.6.30-1
d59061
- New upstream release
d59061
d59061
* Wed Mar  9 2011 Lennart Poettering <lpoetter@redhat.com> - 0.6.29-1
d59061
- New upstream release
d59061
- Fixes CVE-2011-1002 among other things
d59061
d59061
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.28-9
d59061
- Rebuild against new gtk
d59061
d59061
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.28-8
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d59061
d59061
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.28-7
d59061
- Rebuild against new gtk
d59061
d59061
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.28-6
d59061
- Rebuild against new gtk
d59061
d59061
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.28-5
d59061
- Rebuild against new gtk
d59061
d59061
* Wed Nov 24 2010 Dan Horák <dan[at]danny.cz> - 0.6.28-4
d59061
- Updated the archs without mono
d59061
d59061
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.28-3
d59061
- Rebuild against newer gtk3
d59061
d59061
* Wed Oct 27 2010 paul <paul@all-the-johnsons.co.uk> - 0.6.28-2
d59061
- rebuilt
d59061
d59061
* Tue Oct  5 2010 Lennart Poettering <lpoetter@redhat.com> - 0.6.28-1
d59061
- New upstream release
d59061
d59061
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 0.6.27-3
d59061
- convert from systemd-install to systemctl enable
d59061
d59061
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.27-2
d59061
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
d59061
d59061
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.27-1
d59061
- New upstream release
d59061
d59061
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.26-4
d59061
- On request of Colin Walters, disable introspection again for now.
d59061
d59061
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.26-3
d59061
- Fix systemd unit installation
d59061
d59061
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.26-2
d59061
- Add missing dependencies
d59061
d59061
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.26-1
d59061
- New upstream release
d59061
d59061
* Mon Apr 19 2010 Bastien Nocera <bnocera@redhat.com> 0.6.25-7
d59061
- Split avahi libraries in -libs
d59061
d59061
* Mon Jan 25 2010 Lennart Poettering <lpoetter@redhat.com> - 0.6.25-6
d59061
- Move avahi-discover from avahi-tools to avahi-ui-tools
d59061
- https://bugzilla.redhat.com/show_bug.cgi?id=513768
d59061
d59061
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.25-5
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d59061
d59061
* Wed Jun 17 2009 Karsten Hopp <karsten@redhat.com> 0.6.25-4
d59061
- Build *-sharp & *-ui-sharp for s390x
d59061
d59061
* Thu Jun 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.6.25-4
d59061
- Use %%find_lang
d59061
d59061
* Tue May 26 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.25-3
d59061
- Create avahi-ui-sharp-devel package for pkgconfig dep-chain (#477308).
d59061
d59061
* Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.6.25-2
d59061
- Build arch ppc64 for *-sharp & *-ui-sharp.
d59061
d59061
* Mon Apr 13 2009 Lennart Poettering <lpoetter@redhat.com> - 0.6.25-1
d59061
- New upstream release
d59061
d59061
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.24-2
d59061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d59061
d59061
* Fri Dec 12 2008 Lennart Poettering <lpoetter@redhat.com> - 0.6.24-1
d59061
- New upstream release
d59061
d59061
* Wed Dec  3 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.22-13
d59061
- Fix libtool errors
d59061
d59061
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.22-12
d59061
- Rebuild for Python 2.6
d59061
d59061
* Wed Jun 04 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.6.22-11
d59061
- qt4 bindings (#446904)
d59061
- devel: BR: pkgconfig
d59061
- nuke rpaths
d59061
d59061
* Thu Mar 27 2008 Lennart Poettering <lpoetter@redhat.com> - 0.6.22-10
d59061
- Add release part to package dependencies (Closed #311601)
d59061
d59061
* Mon Mar 10 2008 Christopher Aillon <caillon@redhat.com> - 0.6.22-9
d59061
- The qt3 subpackage should (Build)Require: qt3
d59061
d59061
* Mon Mar 03 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.6.22-8
d59061
- updated (completed) German translation by Fabian Affolter (#427090)
d59061
d59061
* Thu Feb 21 2008 Adam Tkac <atkac redhat com> - 0.6.22-7
d59061
- really rebuild against new libcap
d59061
d59061
* Sun Feb 17 2008 Adam Tkac <atkac redhat com> - 0.6.22-6
d59061
- rebuild against new libcap
d59061
d59061
* Sat Feb 09 2008 Dennis Gilmore <dennis@ausil.us> - 0.6.22-5
d59061
- sparc64 does not have mono
d59061
d59061
* Tue Dec 18 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.6.22-4
d59061
- Make bvnc call vncviewer instead of xvncviewer
d59061
- Let ui-tools depend on necessary packages
d59061
d59061
* Mon Dec 17 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.22-3
d59061
- Add missing intltool dependency
d59061
d59061
* Mon Dec 17 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.22-2
d59061
- Fix mistag
d59061
d59061
* Mon Dec 17 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.22-1
d59061
- resolves #274731, #425491: New upstream version
d59061
d59061
* Tue Sep 25 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.21-6
d59061
- resolves #279301: fix segfault when no domains are configured in resolv.conf (pulled from upstream SVN r1525)
d59061
d59061
* Thu Sep 6 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.21-5
d59061
- resolves #249044: Update init script to use runlevel 96
d59061
- resolves #251700: Fix assertion in libdns_sd-compat
d59061
d59061
* Thu Sep 6 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.21-4
d59061
- Ship ssh static service file by default, don't ship ssh-sftp by default
d59061
- resolves: #269741: split off avahi-ui-tools package
d59061
- resolves: #253734: add missing dependency on avahi-glib-devel to avahi-ui-devel
d59061
d59061
* Tue Aug 28 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.21-3
d59061
- resolves: #246875: Initscript Review
d59061
d59061
* Sun Aug 12 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.21-2
d59061
- Fix avahi-browse --help output
d59061
d59061
* Sun Aug 12 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.21-1
d59061
- New upstream release
d59061
d59061
* Thu Aug 9 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.20-7
d59061
- Fix tagging borkage
d59061
d59061
* Thu Aug 9 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.20-6
d59061
- fix avahi-autoipd corrupt packet bug
d59061
- drop dependency on python for the main package
d59061
d59061
* Wed Jul 11 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.20-5
d59061
- add two patches which are important to get RR updating work properly.
d59061
  Will be part of upstream 0.6.21
d59061
d59061
* Thu Jul  5 2007 Dan Williams <dcbw@redhat.com> - 0.6.20-4
d59061
- Add Requires(pre): shadow-utils for avahi-autoipd package
d59061
d59061
* Mon Jun 25 2007 Bill Nottingham <notting@redhat.com> - 0.6.20-3
d59061
- fix %%endif typo
d59061
d59061
* Mon Jun 25 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.20-2
d59061
- add gtk-sharp2-devel to build deps
d59061
d59061
* Fri Jun 22 2007 Lennart Poettering <lpoetter@redhat.com> - 0.6.20-1
d59061
- upgrade to new upstream 0.6.20
d59061
- fix a few rpmlint warnings
d59061
- create avahi-autoipd user
d59061
- no longer create avahi user with a static uid, move to dynamic uids
d59061
- drop a couple of patches merged upstream
d59061
- Provide "howl" and "howl-devel"
d59061
- Split off avahi-autoipd and avahi-dnsconfd
d59061
- Introduce avahi-ui packages for the first time
d59061
- Reload D-Bus config after installation using dbus-send
d59061
- add a couple of missing ldconfig invocations
d59061
d59061
* Mon Mar 12 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.17-1
d59061
- upgrade to new upstream 0.6.17
d59061
- redundant patches removal
d59061
- removed auto* stuff from specfile since that was no longer needed
d59061
- Resolves: #232205: 'service {avahi-dnsconfd,avahi-daemon} status'
d59061
  returns 0 when the service is stopped
d59061
d59061
* Fri Feb  2 2007 Christopher Aillon <cailloN@redhat.com> - 0.6.16-3
d59061
- Remove bogus mono-libdir patches
d59061
d59061
* Tue Jan 23 2007 Jeremy Katz <katzj@redhat.com> - 0.6.16-2
d59061
- nuke bogus avahi-sharp -> avahi-devel dep
d59061
d59061
* Mon Jan 22 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.16-1.fc7
d59061
- Resolves: #221763: CVE-2006-6870 Maliciously crafted packed can DoS avahi daemon
d59061
- upgrade to new upstream
d59061
- patch revision
d59061
- Resolves: #218140: avahi configuration file wants a non-existent group
d59061
d59061
* Wed Dec  6 2006 Jeremy Katz <katzj@redhat.com> - 0.6.15-4
d59061
- rebuild against python 2.5
d59061
d59061
* Mon Nov 27 2006 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.15-3
d59061
- automake-1.10 required for building
d59061
d59061
* Mon Nov 27 2006 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.15-2
d59061
- automake-1.9 required for building
d59061
d59061
* Thu Nov 24 2006 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.15-1
d59061
- Upgrade to 0.6.15
d59061
- patches revision
d59061
d59061
* Mon Sep 18 2006 Martin Stransky <stransky@redhat.com> - 0.6.11-6
d59061
- added patch from #206445 - ia64: unaligned access errors seen
d59061
  during startup of avahi-daemon
d59061
- removed unused patches
d59061
d59061
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> - 0.6.11-5
d59061
- Maintain the security context on the localtime file
d59061
d59061
* Wed Aug 23 2006 Martin Stransky <stransky@redhat.com> - 0.6.11-4
d59061
- fix for #204710 - /etc/init.d/avahi-dnsconfd missing line
d59061
  continuation slash (\) in description
d59061
d59061
* Wed Aug 23 2006 Martin Stransky <stransky@redhat.com> - 0.6.11-3
d59061
- added fix for #200767 - avahi-dnsconfd Segmentation fault
d59061
  with invalid command line argument
d59061
- added dist tag
d59061
d59061
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.6.11-2.fc6
d59061
- add BR for dbus-glib-devel
d59061
- fix deprecated functions
d59061
d59061
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.11-1.fc6
d59061
- Upgrade to upstream version 0.6.11
d59061
- fix bug 195674: set 'use-ipv6=yes' in avahi-daemon.conf
d59061
- fix bug 197414: avahi-compat-howl and avahi-compat-dns-sd symlinks
d59061
- fix bug 198282: avahi-compat-{howl-devel,dns-sd-devel} Requires:
d59061
d59061
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
d59061
- rebuild
d59061
d59061
* Tue Jun 13 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.10-3.FC6
d59061
- rebuild for broken mono deps
d59061
d59061
* Tue Jun 06 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.10-2.FC6
d59061
- fix bug 194203: fix permissions on /var/run/avahi-daemon
d59061
d59061
* Tue May 30 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.10-1.FC6
d59061
- Upgrade to upstream version 0.6.10
d59061
- fix bug 192080: split avahi-compat-libdns_sd into separate package
d59061
                  (same goes for avahi-compat-howl)
d59061
d59061
* Tue May 02 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-9.FC6
d59061
- fix avahi-sharp issues for banshee - patches from caillon@redhat.com
d59061
d59061
* Thu Apr 20 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-9.FC6
d59061
- fix bug 189427: correct avahi-resolve --help typo
d59061
d59061
* Mon Mar 20 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-8.FC6
d59061
- fix bug 185972: remove ellipses in initscript
d59061
- fix bug 185965: make chkconfigs unconditional
d59061
d59061
* Thu Mar 16 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-6
d59061
- Fix bug 185692: install avahi-sharp into %%{_prefix}/lib, not %%{_libdir}
d59061
d59061
* Thu Mar 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-4
d59061
- fix scriptlet error introduced by last fix:
d59061
  if user has disabled avahi-daemon, do not enable it during post
d59061
d59061
* Wed Mar 08 2006 Bill Nottingham <notting@redhat.com> - 0.6.9-2
d59061
- fix scriplet error during installer
d59061
- move service-types* to the tools package (avoids multilib conflicts)
d59061
d59061
* Tue Mar 07 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-1
d59061
- Upgrade to upstream version 0.6.9
d59061
d59061
* Thu Feb 23 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.8-1
d59061
- Upgrade to upstream version 0.6.8
d59061
- fix bug 182462: +Requires(post): initscripts, chkconfig, ldconfig
d59061
d59061
* Fri Feb 17 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.7-1
d59061
- Upgrade to upstream version 0.6.7
d59061
d59061
* Fri Feb 17 2006 Karsten Hopp <karsten@redhat.de> - 0.6.6-4
d59061
- BuildRequires pygtk2
d59061
d59061
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.6-3.1
d59061
- bump again for double-long bug on ppc(64)
d59061
d59061
* Fri Feb 10 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.6-3
d59061
- rebuild for new gcc (again)
d59061
- further fix for bug 178746: fix avahi-dnsconfd initscript
d59061
d59061
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.6-2
d59061
- rebuild for new gcc, glibc, glibc-kernheaders
d59061
d59061
* Wed Feb 01 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.6-1
d59061
- fix bug 179448: mis-alignment of input cmsghdr msg->msg_control buffer on ia64
d59061
- Upgrade to 0.6.6
d59061
d59061
* Thu Jan 26 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.5-1
d59061
- Upgrade to upstream version 0.6.5
d59061
- Make /etc/avahi/etc and /etc/avahi/etc/localtime owned by avahi
d59061
  package; copy system localtime into chroot in post
d59061
d59061
* Mon Jan 23 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-4
d59061
- fix bug 178689: copy localtime to chroot
d59061
- fix bug 178784: fix avahi-dnsconfd initscript
d59061
d59061
* Fri Jan 20 2006 Peter Jones <pjones@redhat.com> - 0.6.4-3
d59061
- fix subsystem locking in the initscript
d59061
d59061
* Thu Jan 19 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-2
d59061
- fix bug 178127: fully localize the initscript
d59061
d59061
* Mon Jan 16 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-1
d59061
- Upgrade to upstream version 0.6.4
d59061
d59061
* Thu Jan 12 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.3-2
d59061
- fix bug 177610: Enable mono support with new avahi-sharp package
d59061
- fix bug 177609: add gdbm / gdbm-devel Requires for avahi-browse
d59061
d59061
* Mon Jan 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.3-1
d59061
- Upgrade to upstream version 0.6.3
d59061
- fix bug 177148: initscript start should not fail if avahi-daemon running
d59061
d59061
* Thu Dec 22 2005 Jason Vas Dias <jvdias@redhat.com> - 0.6.1-3
d59061
- move initscripts from /etc/init.d to /etc/rc.d/init.d
d59061
d59061
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d59061
- rebuilt
d59061
d59061
* Fri Dec 09 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6.1-2
d59061
- fix bug 175352: Do not chkconfig --add avahi-daemon
d59061
  if user has already configured it
d59061
d59061
* Wed Dec 07 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6.1-1
d59061
- Upgrade to 0.6.1
d59061
d59061
* Mon Dec 05 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-6
d59061
- fix bug 174799 - fix .spec file files permissions
d59061
d59061
* Fri Dec 02 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-5
d59061
- python-twisted has been removed from the FC-5 distribution - disable its use
d59061
d59061
* Thu Dec 01 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-4
d59061
- Rebuild for dbus-0.6 - remove use of DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
d59061
d59061
* Wed Nov 30 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-3
d59061
- fix bug 172047 - tools should require python-twisted
d59061
- fix bug 173985 - docs directory permissions
d59061
d59061
* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-1
d59061
- Upgrade to upstream version 0.6 - now provides 'avahi-howl-compat'
d59061
  libraries / includes.
d59061
d59061
* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 0.5.2-7
d59061
- fix bug 172034: fix ownership of /var/run/avahi-daemon/
d59061
- fix bug 172772: .spec file improvements from matthias@rpmforge.net
d59061
d59061
* Mon Oct 31 2005 Jason Vas Dias<jvdias@redhat.com> - 0.5.2-6
d59061
- put back avahi-devel Obsoletes: howl-devel
d59061
d59061
* Mon Oct 31 2005 Alexander Larsson <alexl@redhat.com> - 0.5.2-5
d59061
- Obsoletes howl, howl-libs, as we want to get rid of them on updates
d59061
- No provides yet, as the howl compat library is in Avahi 0.6.0.
d59061
d59061
* Sun Oct 30 2005 Florian La Roche <laroche@redhat.com>
d59061
- disable the Obsoletes: howl until the transition is complete
d59061
d59061
* Fri Oct 28 2005 Jason Vas Dias<jvdias@redhat.com> - 0.5.2-3
d59061
- change initscript to start avahi-daemon AFTER messagebus
d59061
d59061
* Wed Oct 26 2005 Karsten Hopp <karsten@redhat.de> 0.5.2-2
d59061
- add buildrequires dbus-python
d59061
d59061
* Fri Oct 21 2005 Alexander Larsson <alexl@redhat.com> - 0.5.2-1
d59061
- Initial package