diff --git a/radvd.spec b/radvd.spec index 98e68ef..65e77bf 100644 --- a/radvd.spec +++ b/radvd.spec @@ -77,7 +77,7 @@ fi %preun if [ "$1" -eq 0 ]; then - /bin/systemctl disable radvd.service > /dev/null 2>&1 || : + /bin/systemctl --no-reload disable radvd.service > /dev/null 2>&1 || : /bin/systemctl stop radvd.service > /dev/null 2>&1 || : fi @@ -102,6 +102,7 @@ exit 0 %changelog * Tue Aug 07 2012 Petr Pisar - 1.9.1-3 - Remove useless chkconfig invocation (bug #845562) +- Do not reload unit file while unistalling * Sat Jul 21 2012 Fedora Release Engineering - 1.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild