From 188da58fd8d72b989c50ca6b25465287d6597f81 Mon Sep 17 00:00:00 2001 From: jvdias Date: Apr 20 2006 22:41:22 +0000 Subject: fix bug 189427: correct avahi-resolve --help typo --- diff --git a/avahi-0.6.9-bz189427.patch b/avahi-0.6.9-bz189427.patch new file mode 100644 index 0000000..7856472 --- /dev/null +++ b/avahi-0.6.9-bz189427.patch @@ -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[]) { diff --git a/avahi.spec b/avahi.spec index c4e49d2..e05b0c4 100644 --- a/avahi.spec +++ b/avahi.spec @@ -4,7 +4,7 @@ %endif Name: avahi Version: 0.6.9 -Release: 8.FC6 +Release: 9.FC6 Summary: Local network service discovery Group: System Environment/Base License: LGPL @@ -32,6 +32,7 @@ Patch10: avahi-0.6.4-bz178784.patch Patch11: avahi-0.6.5-bz179448.patch Patch12: avahi-0.6.7-initscript.patch Patch13: avahi-0.6.9-bz185972.patch +Patch14: avahi-0.6.9-bz189427.patch %description Avahi is a system which facilitates service discovery on @@ -141,6 +142,7 @@ necessary for developing programs using avahi. #^- this patch now upstream %patch12 -p1 -b .initscript %patch13 -p1 -b .bz185972 +%patch14 -p1 -b .bz189427 %build # auto* update needed for avahi-0.5.2-fedora.patch @@ -321,6 +323,9 @@ fi %endif %changelog +* Thu Apr 20 2006 Jason Vas Dias - 0.6.9-9.FC6 +- fix bug 189427: correct avahi-resolve --help typo + * Mon Mar 20 2006 Jason Vas Dias - 0.6.9-8.FC6 - fix bug 185972: remove ellipses in initscript - fix bug 185965: make chkconfigs unconditional