diff --git a/nut.spec b/nut.spec index 5038032..84d8cd4 100644 --- a/nut.spec +++ b/nut.spec @@ -9,7 +9,7 @@ Summary: Network UPS Tools Name: nut Version: 2.0.5 -Release: 4 +Release: 4.1 Group: Applications/System License: GPLv2+ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -288,6 +288,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/libupsclient.pc %changelog +* Fri Aug 31 2007 Tomas Smetana 2.0.5-4.1 +- fix #268081 - snmp-ups is missing + * Wed Aug 15 2007 Tomas Smetana 2.0.5-4 - fix #248173 - nut status query is broken diff --git a/ups.init b/ups.init index 6e68baf..ba1b5a7 100644 --- a/ups.init +++ b/ups.init @@ -82,6 +82,7 @@ stop() { restart() { stop + sleep 4 start }