apcupsd updated to 3.14.12

- force lock dir to /var/lock (#1064099)
This commit is contained in:
Michal Hlavinka 2014-03-31 14:34:48 +02:00
commit 2ff2000d2a
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ apcupsd-3.14.8.tar.gz
/apcupsd-3.14.9.tar.gz
/apcupsd-3.14.10.tar.gz
/apcupsd-3.14.11.tar.gz
/apcupsd-3.14.12.tar.gz

View file

@ -1,5 +1,5 @@
Name: apcupsd
Version: 3.14.11
Version: 3.14.12
Release: 1%{?dist}
Summary: APC UPS Power Control Daemon for Linux
@ -101,6 +101,7 @@ export CPPFLAGS="$CPPFLAGS -DNETSNMP_NO_LEGACY_DEFINITIONS"
--with-serial-dev= \
--with-upstype=usb \
--with-upscable=usb \
--with-lock-dir=/var/lock \
APCUPSD_MAIL=/bin/mail
make %{?_smp_mflags}
@ -190,6 +191,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Mar 31 2014 Michal Hlavinka <mhlavink@redhat.com> - 3.14.12-1
- apcupsd updated to 3.14.12
- force lock dir to /var/lock (#1064099)
* Mon Feb 17 2014 Michal Hlavinka <mhlavink@redhat.com> - 3.14.11-1
- apcupsd updated to 3.14.11

View file

@ -1 +1 @@
036d6b75bf9bf5eb20a98e14db4415dd apcupsd-3.14.11.tar.gz
08bf201acea6b4dd69cf2fb0eecfd55e apcupsd-3.14.12.tar.gz