New upstream release
This commit is contained in:
parent
d85ec48fef
commit
701616adf7
@ -1 +1 @@
|
|||||||
avahi-0.6.26.tar.gz
|
avahi-0.6.27.tar.gz
|
||||||
|
15
avahi.spec
15
avahi.spec
@ -5,8 +5,8 @@
|
|||||||
%define WITH_MONO 0
|
%define WITH_MONO 0
|
||||||
%endif
|
%endif
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6.26
|
Version: 0.6.27
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -373,7 +373,7 @@ getent passwd avahi >/dev/null 2>&1 || useradd \
|
|||||||
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
|
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
|
||||||
# Run avahi-daemon by default:
|
# Run avahi-daemon by default:
|
||||||
/sbin/chkconfig --add avahi-daemon >/dev/null 2>&1 || :
|
/sbin/chkconfig --add avahi-daemon >/dev/null 2>&1 || :
|
||||||
/usr/bin/systemd-install enable avahi-daemon.service >/dev/null 2>&1 || :
|
/usr/bin/systemd-install --realize=minimal enable avahi-daemon.service >/dev/null 2>&1 || :
|
||||||
if [ "$1" -eq 1 ]; then
|
if [ "$1" -eq 1 ]; then
|
||||||
if [ -s /etc/localtime ]; then
|
if [ -s /etc/localtime ]; then
|
||||||
cp -cfp /etc/localtime /etc/avahi/etc/localtime || :
|
cp -cfp /etc/localtime /etc/avahi/etc/localtime || :
|
||||||
@ -384,7 +384,7 @@ fi
|
|||||||
if [ "$1" -eq 0 ]; then
|
if [ "$1" -eq 0 ]; then
|
||||||
/sbin/service avahi-daemon stop >/dev/null 2>&1 || :
|
/sbin/service avahi-daemon stop >/dev/null 2>&1 || :
|
||||||
/sbin/chkconfig --del avahi-daemon >/dev/null 2>&1 || :
|
/sbin/chkconfig --del avahi-daemon >/dev/null 2>&1 || :
|
||||||
/usr/bin/systemd-install disable avahi-daemon.service >/dev/null 2>&1 || :
|
/usr/bin/systemd-install --realize disable avahi-daemon.service >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
@ -417,7 +417,7 @@ getent passwd avahi-autoipd >/dev/null 2>&1 || useradd \
|
|||||||
if [ "$1" -eq 0 ]; then
|
if [ "$1" -eq 0 ]; then
|
||||||
/sbin/service avahi-dnsconfd stop >/dev/null 2>&1 || :
|
/sbin/service avahi-dnsconfd stop >/dev/null 2>&1 || :
|
||||||
/sbin/chkconfig --del avahi-dnsconfd >/dev/null 2>&1 || :
|
/sbin/chkconfig --del avahi-dnsconfd >/dev/null 2>&1 || :
|
||||||
/usr/bin/systemd-install disable avahi-dnsconfd.service >/dev/null 2>&1 || :
|
/usr/bin/systemd-install --realize disable avahi-dnsconfd.service >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun dnsconfd
|
%postun dnsconfd
|
||||||
@ -470,7 +470,7 @@ fi
|
|||||||
%{_datadir}/avahi/*.dtd
|
%{_datadir}/avahi/*.dtd
|
||||||
%{_datadir}/avahi/service-types
|
%{_datadir}/avahi/service-types
|
||||||
%{_libdir}/avahi
|
%{_libdir}/avahi
|
||||||
%exclude %{_datadir}/dbus-1/interfaces/*.xml
|
%{_datadir}/dbus-1/interfaces/*.xml
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man8/avahi-daemon.*
|
%{_mandir}/man8/avahi-daemon.*
|
||||||
/lib/systemd/system/avahi-daemon.service
|
/lib/systemd/system/avahi-daemon.service
|
||||||
@ -639,6 +639,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.27-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.26-4
|
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.26-4
|
||||||
- On request of Colin Walters, disable introspection again for now.
|
- On request of Colin Walters, disable introspection again for now.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user