- fix subsystem locking so this doesn't run on every runlevel change, etc.

This commit is contained in:
Peter Jones 2006-01-20 18:12:43 +00:00
parent b0f3249fe9
commit ab3f60f31b

View File

@ -4,7 +4,7 @@
%endif %endif
Name: avahi Name: avahi
Version: 0.6.4 Version: 0.6.4
Release: 2 Release: 3
Summary: Local network service discovery Summary: Local network service discovery
Group: System Environment/Base Group: System Environment/Base
License: LGPL License: LGPL
@ -25,6 +25,7 @@ Patch5: avahi-0.6.3-bz177148.patch
# enable mono's mcs to work in beehive buildroot: # enable mono's mcs to work in beehive buildroot:
Patch6: avahi-0.6.3-MONO_SHARED_DIR.patch Patch6: avahi-0.6.3-MONO_SHARED_DIR.patch
Patch7: avahi-0.6.4-initscript-i18n.patch Patch7: avahi-0.6.4-initscript-i18n.patch
Patch8: avahi-0.6.3-lockfile.patch
%description %description
Avahi is a system which facilitates service discovery on Avahi is a system which facilitates service discovery on
@ -120,6 +121,7 @@ necessary for developing programs using avahi.
%patch6 -p1 -b .MONO_SHARED_DIR %patch6 -p1 -b .MONO_SHARED_DIR
%endif %endif
%patch7 -p1 -b .i18n %patch7 -p1 -b .i18n
%patch8 -p1 -b .lockfile
%build %build
# auto* update needed for avahi-0.5.2-fedora.patch # auto* update needed for avahi-0.5.2-fedora.patch
@ -285,6 +287,9 @@ fi
%endif %endif
%changelog %changelog
* Fri Jan 20 2006 Peter Jones <pjones@redhat.com> - 0.6.4-3
- fix subsystem locking in the initscript
* Thu Jan 19 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-2 * Thu Jan 19 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-2
- fix bug 178127: fully localize the initscript - fix bug 178127: fully localize the initscript