fix for #204710 - /etc/init.d/avahi-dnsconfd missing line continuation
slash (\) in description
This commit is contained in:
parent
87f0c149dc
commit
0c031cfab8
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
Name: avahi
|
||||
Version: 0.6.11
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Local network service discovery
|
||||
Group: System Environment/Base
|
||||
License: LGPL
|
||||
@ -56,6 +56,7 @@ Patch16: avahi-sharp-lock.patch
|
||||
Patch17: avahi-0.6.11-use-ipv6-yes.patch
|
||||
Patch18: avahi-0.6.11-dbus-deprecated.patch
|
||||
Patch19: avahi-0.6.11-param.patch
|
||||
Patch20: avahi-0.6.11-initscript_desc.patch
|
||||
|
||||
%description
|
||||
Avahi is a system which facilitates service discovery on
|
||||
@ -205,6 +206,7 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility
|
||||
%patch17 -p1 -b .use-ipv6-yes
|
||||
%patch18 -p1 -b .dbus-deprecated
|
||||
%patch19 -p1 -b .param
|
||||
%patch20 -p1 -b .desc
|
||||
|
||||
%build
|
||||
# auto* update needed for avahi-0.5.2-fedora.patch
|
||||
@ -416,6 +418,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 23 2006 Martin Stransky <stransky@redhat.com> - 0.6.11-4
|
||||
- fix for #204710 - /etc/init.d/avahi-dnsconfd missing line
|
||||
continuation slash (\) in description
|
||||
|
||||
* Wed Aug 23 2006 Martin Stransky <stransky@redhat.com> - 0.6.11-3
|
||||
- added fix for #200767 - avahi-dnsconfd Segmentation fault
|
||||
with invalid command line argument
|
||||
|
Loading…
Reference in New Issue
Block a user