OBS User unknown 2007-02-25 22:32:45 +00:00 committed by Git OBS Bridge
parent 7c2524edb8
commit c8f281c667
3 changed files with 28 additions and 6 deletions

View File

@ -0,0 +1,11 @@
--- drivers/gamatronic.c
+++ drivers/gamatronic.c
@@ -125,7 +125,7 @@
void sec_setinfo(int varnum, char *value)
{
- if (sec_varlist[varnum].setcmd != ""){
+ if (*sec_varlist[varnum].setcmd){/*Not empty*/
if (sec_varlist[varnum].flags == FLAG_STRING) {
dstate_setinfo(sec_varlist[varnum].setcmd,"%s", value);

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 20 16:57:57 CET 2007 - mvaner@suse.cz
- Comparison with string literal (bug #232417)
- setcmd-literal.patch
-------------------------------------------------------------------
Mon Sep 18 15:24:30 CEST 2006 - anosek@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package nut (Version 2.0.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -15,7 +15,7 @@ BuildRequires: apache2-devel gd-devel libusb net-snmp-devel openssl-devel tcpd-
%if %suse_version > 1000
BuildRequires: dbus-1
%endif
License: GPL
License: GNU General Public License (GPL)
Group: Hardware/UPS
Provides: smartups
Requires: /usr/bin/pgrep /usr/bin/pkill /usr/bin/grep /usr/bin/fgrep /usr/sbin/lsusb /usr/bin/readlink
@ -27,7 +27,7 @@ Conflicts: apcupsd
Autoreqprov: on
Summary: UPS Monitoring Software
Version: 2.0.4
Release: 3
Release: 41
URL: http://www.networkupstools.org/
Source: %{name}-%{version}.tar.bz2
Source1: upsd.init
@ -38,6 +38,7 @@ Patch: nut-preconfig.patch
Patch1: %{name}-%{version}-overflow.patch
Patch3: nut-notifyflag.patch
Patch4: nut-powersave.patch
Patch5: %{name}-%{version}-setcmd-literal.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq /bin/chown /bin/chmod /usr/bin/fgrep /usr/bin/grep /usr/bin/sed /usr/bin/head /usr/bin/md5sum
%define apache_serverroot %(/usr/sbin/apxs2 -q datadir 2>/dev/null || /usr/sbin/apxs -q PREFIX)
@ -98,6 +99,7 @@ mv upsd-early-powerdown.init upsd-early-powerdown
%if %suse_version > 1000
%patch4
%endif
%patch5
USB_IDS=$(sed -n <scripts/hotplug-ng/nut-usbups.rules.in 's/^SYSFS{idVendor}=="\([0-9a-f]*\)", SYSFS{idProduct}=="\([0-9a-f]*\)".*$/\1:\2/p' | tr '\n' '#' | sed 's/#$//;s/#/\\\\|/g')
if test -z "$USB_IDS" ; then
echo "Format of scripts/hotplug-ng/nut-usbups.rules.in changed. Please fix %%setup."
@ -245,7 +247,10 @@ rm -rf $RPM_BUILD_ROOT
%{CGIPATH}/upsset.cgi
%attr(700,%{USER},root) %STATEPATH
%changelog -n nut
%changelog
* Tue Feb 20 2007 - mvaner@suse.cz
- Comparison with string literal (bug #232417)
- setcmd-literal.patch
* Mon Sep 18 2006 - anosek@suse.cz
- fixed compiler warning: array subscript out of range [#204417]
(overflow.patch)
@ -356,8 +361,8 @@ rm -rf $RPM_BUILD_ROOT
- adapt server-root
* Sat Jul 27 2002 - kukuk@suse.de
- fix SuSEconfig.nut:
- don't include rc.config [Bug #17267]
- use correct path to sysconfig directory
- don't include rc.config [Bug #17267]
- use correct path to sysconfig directory
* Fri Jul 26 2002 - adrian@suse.de
- fix neededforbuild
* Tue May 28 2002 - stark@suse.de