[dnsmasq/f16] do not enable service on upgrade, it was not enabled by default before

Adam Williamson adamwill at fedoraproject.org
Fri Sep 16 01:54:31 UTC 2011


commit c47619565117b0b269a449d7c903852c1ac81c47
Author: Adam Williamson <awilliam at redhat.com>
Date:   Thu Sep 15 18:54:05 2011 -0700

    do not enable service on upgrade, it was not enabled by default before

 dnsmasq.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/dnsmasq.spec b/dnsmasq.spec
index 325d8bf..ff11655 100644
--- a/dnsmasq.spec
+++ b/dnsmasq.spec
@@ -11,7 +11,7 @@
 
 Name:           dnsmasq
 Version:        2.58
-Release:        1%{?extraversion}%{?dist}
+Release:        2%{?extraversion}%{?dist}
 Summary:        A lightweight DHCP/caching DNS server
 
 Group:          System Environment/Daemons
@@ -101,7 +101,6 @@ fi
 
 %triggerun -- dnsmasq < 2.52-3
 %{_bindir}/systemd-sysv-convert --save dnsmasq >/dev/null 2>&1 ||:
-/bin/systemctl enable dnsmasq.service >/dev/null 2>&1
 /sbin/chkconfig --del dnsmasq >/dev/null 2>&1 || :
 /bin/systemctl try-restart dnsmasq.service >/dev/null 2>&1 || :
 
@@ -118,6 +117,9 @@ fi
 
 
 %changelog
+* Thu Sep 15 2011 Adam Williamson <awilliam at redhat.com> - 2.58-2
+- do not enable service on upgrade, it was not enabled by default before
+
 * Fri Aug 26 2011 Douglas Schilling Landgraf <dougsland at redhat.com> - 2.58-1
 - Fixed License
 - New version 2.58


More information about the scm-commits mailing list