Author: cactus Date: Thu Dec 1 00:22:01 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 3; systemd subpackage and dbus service file added
---- Files affected: packages/avahi: avahi.spec (1.134 -> 1.135) ---- Diffs: ================================================================ Index: packages/avahi/avahi.spec diff -u packages/avahi/avahi.spec:1.134 packages/avahi/avahi.spec:1.135 --- packages/avahi/avahi.spec:1.134 Fri Aug 12 18:31:30 2011 +++ packages/avahi/avahi.spec Thu Dec 1 01:21:56 2011 @@ -33,7 +33,7 @@ Summary(pl.UTF-8): Wolna implementacja mDNS/DNS-SD/Zeroconf Name: avahi Version: 0.6.30 -Release: 2 +Release: 3 License: LGPL v2.1+ Group: Applications Source0: http://avahi.org/download/%{name}-%{version}.tar.gz @@ -127,6 +127,14 @@ %description upstart -l pl.UTF-8 Opis zadań Upstart dla demonów Avahi. +%package systemd +Summary: systemd units for avahi +Group: Base +Requires: %{name} = %{version}-%{release} + +%description systemd +systemd units for avahi. + %package autoipd Summary: IPv4LL network address configuration daemon Summary(pl.UTF-8): Demon configurujący adresy IPv4LL @@ -669,6 +677,7 @@ %{!?with_qt4:--disable-qt4} \ %{!?with_dotnet:--disable-mono} \ %{!?with_dotnet:--disable-monodoc} \ + --with-systemdsystemunitdir=/lib/systemd/system \ --with-avahi-priv-access-group=adm \ --with-autoipd-user=avahi \ --with-autoipd-group=avahi @@ -808,6 +817,7 @@ %{_datadir}/%{name}/avahi-service.dtd %{_datadir}/%{name}/service-types %{_datadir}/dbus-1/interfaces/org.freedesktop.Avahi.*.xml +%{_datadir}/dbus-1/system-services/org.freedesktop.Avahi.service %{_mandir}/man1/avahi-set-host-name.1* %{_mandir}/man5/avahi-daemon.conf.5* @@ -826,6 +836,12 @@ %config(noreplace) %verify(not md5 mtime size) /etc/init/*.conf %endif +%files systemd +%defattr(644,root,root,755) +%config(noreplace) %verify(not md5 mtime size) /lib/systemd/system/avahi-daemon.service +%config(noreplace) %verify(not md5 mtime size) /lib/systemd/system/avahi-daemon.socket +%config(noreplace) %verify(not md5 mtime size) /lib/systemd/system/avahi-dnsconfd.service + %files autoipd %defattr(644,root,root,755) %dir %{_sysconfdir}/avahi @@ -1096,6 +1112,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.135 2011/12/01 00:21:56 cactus +- rel 3; systemd subpackage and dbus service file added + Revision 1.134 2011/08/12 16:31:30 glen - name collision on case insensitive fs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/avahi/avahi.spec?r1=1.134&r2=1.135&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
