rpms/avahi/OLPC-2 avahi-no-publish-workstation.patch, NONE, 1.1 avahi.spec, 1.90, 1.91

Dafydd Harries (daf) fedora-extras-commits at redhat.com
Wed Feb 27 16:07:43 UTC 2008


Author: daf

Update of /cvs/pkgs/rpms/avahi/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24340

Modified Files:
	avahi.spec 
Added Files:
	avahi-no-publish-workstation.patch 
Log Message:
* Wed Feb 27 2008 Dafydd Harries <dafydd.harries at collabora.co.uk> - 0.6.21-11
- add patch to avahi-daemon.conf so that the workstation record is not
  published


avahi-no-publish-workstation.patch:

--- NEW FILE avahi-no-publish-workstation.patch ---
--- avahi-daemon/avahi-daemon.conf.orig	2008-02-27 10:47:39.000000000 -0500
+++ avahi-daemon/avahi-daemon.conf	2008-02-27 10:47:49.000000000 -0500
@@ -41,7 +41,7 @@
 #add-service-cookie=no
 #publish-addresses=yes
 #publish-hinfo=yes
-#publish-workstation=yes
+publish-workstation=no
 #publish-domain=yes
 #publish-dns-servers=192.168.50.1, 192.168.50.2
 #publish-resolv-conf-dns-servers=yes


Index: avahi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avahi/OLPC-2/avahi.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- avahi.spec	23 Jan 2008 17:06:24 -0000	1.90
+++ avahi.spec	27 Feb 2008 16:07:08 -0000	1.91
@@ -6,7 +6,7 @@
 %endif
 Name:           avahi
 Version:        0.6.21
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Local network service discovery 
 Group:          System Environment/Base
 License:        LGPLv2
@@ -46,6 +46,7 @@
 Patch7:     avahi-poof.patch
 Patch8:     avahi-0.6.22-dbus-watch.patch
 Patch9:     avahi-increase-mesh-timeout.patch
+Patch10:    avahi-no-publish-workstation.patch
 
 %description
 Avahi is a system which facilitates service discovery on
@@ -236,6 +237,7 @@
 %patch7 -p0 -b .poof
 %patch8 -p0 -b .dbus_watch
 %patch9 -p0 -b .increase_timeout
+%patch10 -p0 -b .no_workstation
 
 %build
 
@@ -499,6 +501,10 @@
 %endif
 
 %changelog
+* Wed Feb 27 2008 Dafydd Harries <dafydd.harries at collabora.co.uk> - 0.6.21-11
+- add patch to avahi-daemon.conf so that the workstation record is not
+  published
+
 * Wed Jan 23 2008 Dennis Gilmore <dennis at ausil.us> - 0.6.21-10
 - add patch to increase AVAHI_DEFAULT_TTL_HOST_NAME
 




More information about the fedora-extras-commits mailing list