From 2e24db7507867a180889ee66fcfa69d01e283ad6 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Apr 30 2008 20:14:50 +0000 Subject: - Clean up the dispatcher now that it's service is gone (rh #444798) --- diff --git a/NetworkManager.spec b/NetworkManager.spec index efa2959..3c6f750 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -16,7 +16,7 @@ Name: NetworkManager Summary: Network connection manager and user applications Epoch: 1 Version: 0.7.0 -Release: 0.9.2.%{snapshot}%{?dist} +Release: 0.9.3.%{snapshot}%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ @@ -201,18 +201,18 @@ install -m 0755 test/.libs/nm-online %{buildroot}/%{_bindir} %post if [ "$1" == "1" ]; then /sbin/chkconfig --add NetworkManager - /sbin/chkconfig --add NetworkManagerDispatcher fi %preun if [ $1 -eq 0 ]; then /sbin/service NetworkManager stop >/dev/null 2>&1 /sbin/chkconfig --del NetworkManager - - /sbin/service NetworkManagerDispatcher stop >/dev/null 2>&1 - /sbin/chkconfig --del NetworkManagerDispatcher fi +%triggerun -- NetworkManager < 1:0.7.0-0.9.2.svn3614 +/sbin/chkconfig --del NetworkManagerDispatcher +exit 0 + %post glib -p /sbin/ldconfig %postun glib -p /sbin/ldconfig @@ -293,6 +293,9 @@ fi %changelog +* Wed Apr 30 2008 Dan Williams - 1:0.7.0-0.9.3.svn3623 +- Clean up the dispatcher now that it's service is gone (rh #444798) + * Wed Apr 30 2008 Dan Williams - 1:0.7.0-0.9.2.svn3623 - Fix asking applets for the GSM PIN/PUK