Bjørn Lie
2d72c795f9
- Reinstate avahi-0.6.31-systemd-order.patch (boo#1194561). This can probably go away if/when gh#lathiat/avahi#118 is fixed. - Drop avahi-0.6.32-suppress-resolv-conf-warning.patch: we should no longer need this given the above patch. - Add several patches from git: 0001-man-fix-reference-to-avahi-autoipd.action-8-in-avahi.patch 0005-avahi-dnsconfd.service-Drop-Also-avahi-daemon.socket.patch 0006-man-add-missing-bshell.1-symlink.patch 0007-Ship-avahi-discover-1-bssh-1-and-bvnc-1-also-for-GTK.patch 0009-fix-bytestring-decoding-for-proper-display.patch 0010-avahi_dns_packet_consume_uint32-fix-potential-undefi.patch - Build manpages with xmltoman. Currently needed for bssh. - Minor spec file clean-up. - Require python-rpm-macros for all builds (boo#1194744 boo#1194745). OBS-URL: https://build.opensuse.org/request/show/947263 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=195
28 lines
960 B
Diff
28 lines
960 B
Diff
From 1905a6b878064c6cc9bb96a1fc17ef77c75787c6 Mon Sep 17 00:00:00 2001
|
|
From: Michael Biebl <biebl@debian.org>
|
|
Date: Sun, 17 Sep 2017 10:57:47 +0200
|
|
Subject: [PATCH 01/10] man: fix reference to avahi-autoipd.action(8) in
|
|
avahi-autoipd(8)
|
|
|
|
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840833
|
|
---
|
|
man/avahi-autoipd.8.xml.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/man/avahi-autoipd.8.xml.in b/man/avahi-autoipd.8.xml.in
|
|
index 7137c30..23764a5 100644
|
|
--- a/man/avahi-autoipd.8.xml.in
|
|
+++ b/man/avahi-autoipd.8.xml.in
|
|
@@ -150,7 +150,7 @@
|
|
|
|
<section name="See also">
|
|
<p>
|
|
- <manref name="autoipd.action" section="8"/>, <manref name="dhclient" section="8"/>
|
|
+ <manref name="avahi-autoipd.action" section="8"/>, <manref name="dhclient" section="8"/>
|
|
</p>
|
|
|
|
<p>http://avahi.org/wiki/AvahiAutoipd documents how avahi-autoipd is best packaged and integrated into distributions.</p>
|
|
--
|
|
2.34.1
|
|
|