]> git.pld-linux.org Git - packages/avahi.git/commitdiff
- up to 0.7 auto/th/avahi-0.7-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 Oct 2017 07:13:32 +0000 (09:13 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 Oct 2017 07:13:32 +0000 (09:13 +0200)
avahi-autoipd-sbin_ip.patch
avahi.spec

index 256d39a217e825533060b3395ed0be12a76629dc..3cd2e0b909d778737df6c994ff3fe08a5274773d 100644 (file)
@@ -1,6 +1,6 @@
---- avahi-0.6.26/avahi-autoipd/avahi-autoipd.action.linux~     2010-06-25 20:50:59.000000000 +0200
-+++ avahi-0.6.26/avahi-autoipd/avahi-autoipd.action.linux      2010-07-07 11:18:35.704019843 +0200
-@@ -35,19 +35,19 @@
+--- avahi-0.7/avahi-autoipd/avahi-autoipd.action.linux~        2017-07-10 12:12:38.000000000 +0200
++++ avahi-0.7/avahi-autoipd/avahi-autoipd.action.linux 2017-10-26 09:10:43.453751871 +0200
+@@ -35,20 +35,20 @@ PATH="$PATH:/usr/bin:/usr/sbin:/bin:/sbi
  
  METRIC=$((1000 + `cat "/sys/class/net/$2/ifindex" 2>/dev/null || echo 0`))
  
  
      case "$1" in
          BIND)
+-            ip addr flush dev "$2" label "$2:avahi"
 -            ip addr add "$3"/16 brd 169.254.255.255 label "$2:avahi" scope link dev "$2"
 -            ip route add default dev "$2" metric "$METRIC" scope link ||:
++            /sbin/ip addr flush dev "$2" label "$2:avahi"
 +            /sbin/ip addr add "$3"/16 brd 169.254.255.255 label "$2:avahi" scope link dev "$2"
 +            /sbin/ip route add default dev "$2" metric "$METRIC" scope link ||:
              ;;
index 463c7e38ced3f5a9bf7316e9bff1da5f30a0bfac..f90bcb7482eb746f3f31ef2b98a4a2405b8e946a 100644 (file)
 Summary:       Free mDNS/DNS-SD/Zeroconf implementation
 Summary(pl.UTF-8):     Wolna implementacja mDNS/DNS-SD/Zeroconf
 Name:          avahi
-Version:       0.6.32
+Version:       0.7
 Release:       1
 License:       LGPL v2.1+
 Group:         Applications/Networking
 Source0:       https://github.com/lathiat/avahi/archive/v%{version}.tar.gz
-# Source0-md5: 0c408c4baa330e751d8731038ca43db0
+# Source0-md5: cf4c062467098b42106ca2a9c0c39fa5
 Source1:       %{name}-daemon
 Source2:       %{name}-dnsconfd
 Source3:       %{name}.png
@@ -800,7 +800,6 @@ fi
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/service-types.db
 %{_datadir}/%{name}/avahi-service.dtd
-%{_datadir}/%{name}/service-types
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Avahi.*.xml
 
 %{_mandir}/man1/avahi-set-host-name.1*
This page took 0.041 seconds and 4 git commands to generate.