fix bug 189427: correct avahi-resolve --help typo
This commit is contained in:
parent
4de4478d27
commit
188da58fd8
13
avahi-0.6.9-bz189427.patch
Normal file
13
avahi-0.6.9-bz189427.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- avahi-0.6.9/avahi-utils/avahi-resolve.c.bz189427 2005-11-16 17:34:54.000000000 -0500
|
||||||
|
+++ avahi-0.6.9/avahi-utils/avahi-resolve.c 2006-04-20 18:37:01.000000000 -0400
|
||||||
|
@@ -168,8 +168,8 @@
|
||||||
|
" -v --verbose Enable verbose mode\n"
|
||||||
|
" -6 Lookup IPv6 address\n"
|
||||||
|
" -4 Lookup IPv4 address\n",
|
||||||
|
- argv0, strstr(argv0, "address") ? "[-a]" : "-a",
|
||||||
|
- argv0, strstr(argv0, "host-name") ? "[-n]" : "-n");
|
||||||
|
+ argv0, strstr(argv0, "host-name") ? "[-n]" : "-n",
|
||||||
|
+ argv0, strstr(argv0, "address") ? "[-a]" : "-a");
|
||||||
|
}
|
||||||
|
|
||||||
|
static int parse_command_line(Config *c, const char *argv0, int argc, char *argv[]) {
|
@ -4,7 +4,7 @@
|
|||||||
%endif
|
%endif
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6.9
|
Version: 0.6.9
|
||||||
Release: 8.FC6
|
Release: 9.FC6
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -32,6 +32,7 @@ Patch10: avahi-0.6.4-bz178784.patch
|
|||||||
Patch11: avahi-0.6.5-bz179448.patch
|
Patch11: avahi-0.6.5-bz179448.patch
|
||||||
Patch12: avahi-0.6.7-initscript.patch
|
Patch12: avahi-0.6.7-initscript.patch
|
||||||
Patch13: avahi-0.6.9-bz185972.patch
|
Patch13: avahi-0.6.9-bz185972.patch
|
||||||
|
Patch14: avahi-0.6.9-bz189427.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Avahi is a system which facilitates service discovery on
|
Avahi is a system which facilitates service discovery on
|
||||||
@ -141,6 +142,7 @@ necessary for developing programs using avahi.
|
|||||||
#^- this patch now upstream
|
#^- this patch now upstream
|
||||||
%patch12 -p1 -b .initscript
|
%patch12 -p1 -b .initscript
|
||||||
%patch13 -p1 -b .bz185972
|
%patch13 -p1 -b .bz185972
|
||||||
|
%patch14 -p1 -b .bz189427
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# auto* update needed for avahi-0.5.2-fedora.patch
|
# auto* update needed for avahi-0.5.2-fedora.patch
|
||||||
@ -321,6 +323,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 20 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-9.FC6
|
||||||
|
- fix bug 189427: correct avahi-resolve --help typo
|
||||||
|
|
||||||
* Mon Mar 20 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-8.FC6
|
* Mon Mar 20 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-8.FC6
|
||||||
- fix bug 185972: remove ellipses in initscript
|
- fix bug 185972: remove ellipses in initscript
|
||||||
- fix bug 185965: make chkconfigs unconditional
|
- fix bug 185965: make chkconfigs unconditional
|
||||||
|
Loading…
Reference in New Issue
Block a user