From 4729ef4a2cd66b327b2ce54075d17c6c644da1ff Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:21:30 +0000 Subject: auto-import changelog data from nut-0.45.4-5.src.rpm Wed Jul 31 2002 Than Ngo 0.45.4-5 - Fixed wrong CMDSCRIPT (bug #69817) --- diff --git a/nut-0.45.4-conf.patch b/nut-0.45.4-conf.patch new file mode 100644 index 0000000..a5dd6d3 --- /dev/null +++ b/nut-0.45.4-conf.patch @@ -0,0 +1,11 @@ +--- nut-0.45.4/conf/upssched.conf.orig Wed Jul 31 16:52:59 2002 ++++ nut-0.45.4/conf/upssched.conf Wed Jul 31 16:55:11 2002 +@@ -14,7 +14,7 @@ + # A shell script with a big case..esac construct should work nicely for this. + # An example has been provided to help you get started. + +-CMDSCRIPT /usr/local/ups/bin/upssched-cmd ++CMDSCRIPT /usr/sbin/upssched-cmd + + # ============================================================================ + # diff --git a/nut.spec b/nut.spec index 5269038..b17174f 100644 --- a/nut.spec +++ b/nut.spec @@ -4,7 +4,7 @@ Summary: Network UPS Tools Name: nut Version: 0.45.4 -Release: 4 +Release: 5 Group: Applications/System Source: http://www.exploits.org/nut/release/%{name}-%{version}.tar.gz Source1: ups.init @@ -12,6 +12,7 @@ Source2: ups.sysconfig Patch0: nut-0.45.3-buildroot.patch Patch1: nut-0.45.2-config.patch Patch2: nut-0.45.0-conffiles.patch +Patch3: nut-0.45.4-conf.patch License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: nut-client @@ -50,6 +51,7 @@ browser. %patch0 -p1 -b .buildroot %patch1 -p1 -b .config %patch2 -p1 -b .conf +%patch3 -p1 -b .conf1 %build %configure \ @@ -131,6 +133,9 @@ rm -rf %{buildroot} %{cgidir}/* %changelog +* Wed Jul 31 2002 Than Ngo 0.45.4-5 +- Fixed wrong CMDSCRIPT (bug #69817) + * Fri Jun 21 2002 Tim Powers - automated rebuild