From 2845e252297437c084a1c8a6ac3108ee1d7497b6 Mon Sep 17 00:00:00 2001 From: Douglas Schilling Landgraf Date: Oct 28 2011 13:04:23 +0000 Subject: - do not enable service by default --- diff --git a/dnsmasq.spec b/dnsmasq.spec index 6164886..60fcec2 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -11,7 +11,7 @@ Name: dnsmasq Version: 2.59 -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 +* Fri Aug 26 2011 Douglas Schilling Landgraf - 2.59-2 +- do not enable service by default + * Fri Aug 26 2011 Douglas Schilling Landgraf - 2.59-1 - New version 2.59 - Fix regression in 2.58 (IPv6 issue) - bz 744814