From d2eddfce895fd74c6607a6b55c8afec3ef199046 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: May 05 2011 20:30:43 +0000 Subject: Fix versioning on triggers so they'll properly fire on upgrades from Fedora 14. --- diff --git a/avahi.spec b/avahi.spec index dc6cbb1..5d2549d 100644 --- a/avahi.spec +++ b/avahi.spec @@ -6,7 +6,7 @@ %endif Name: avahi Version: 0.6.30 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Local network service discovery Group: System Environment/Base License: LGPLv2 @@ -379,7 +379,7 @@ if [ "$1" -eq 1 ]; then fi fi -%triggerun -- avahi < 0.6.26-1 +%triggerun -- avahi < 0.6.28-1 if /sbin/chkconfig --level 5 avahi-daemon ; then /bin/systemctl --no-reload enable avahi-daemon.service >/dev/null 2>&1 || : fi @@ -416,7 +416,7 @@ if [ "$1" -eq 1 ]; then /bin/systemctl daemon-reload >/dev/null 2>&1 || : fi -%triggerun dnsconfd -- avahi-dnsconfd < 0.6.26-1 +%triggerun dnsconfd -- avahi-dnsconfd < 0.6.28-1 if /sbin/chkconfig --level 5 avahi-dnsconfd ; then /bin/systemctl --no-reload enable avahi-dnsconfd.service >/dev/null 2>&1 || : fi @@ -645,6 +645,9 @@ fi %endif %changelog +* Thu May 5 2011 Bill Nottingham - 0.6.30-3 +- fix versioning on triggers + * Tue May 3 2011 Lennart Poettering - 0.6.30-2 - Enable Avahi by default - https://bugzilla.redhat.com/show_bug.cgi?id=647831