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