From 28642b3aa432b9db4611da9c021de5fb108ad0b2 Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Thu, 6 Oct 2011 16:05:01 +0200 Subject: [PATCH] Do not enable lldpad by default (#701999) --- lldpad.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lldpad.spec b/lldpad.spec index 6a5a07a..1e034e5 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -3,7 +3,7 @@ Name: lldpad Version: 0.9.43 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Intel LLDP Agent Group: System Environment/Daemons License: GPLv2 @@ -123,7 +123,6 @@ rm -rf %{buildroot}/etc/init.d %post if [ $1 -eq 1 ]; then systemctl daemon-reload >/dev/null 2>&1 || : - systemctl enable %{name}.service >/dev/null 2>&1 || : fi %preun @@ -166,6 +165,9 @@ fi %{_libdir}/pkgconfig/*.pc %changelog +* Thu Oct 06 2011 Petr Sabata - 0.9.43-5 +- Do not enable lldpad by default (#701999) + * Fri Sep 23 2011 Petr Sabata - 0.9.43-4 - Enable hardened build