[apcupsd] apcupsd updated to 3.14.12

Michal Hlavinka mhlavink at fedoraproject.org
Mon Mar 31 12:34:38 UTC 2014


commit 2ff2000d2ac1855a72bec09528cfddd7f17099d2
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Mar 31 14:34:48 2014 +0200

    apcupsd updated to 3.14.12
    
    - force lock dir to /var/lock (#1064099)

 .gitignore   |    1 +
 apcupsd.spec |    7 ++++++-
 sources      |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b1c465..47a5c70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/apcupsd.spec b/apcupsd.spec
index 2332b6d..2fcc9c1 100644
--- a/apcupsd.spec
+++ b/apcupsd.spec
@@ -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 at 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 at redhat.com> - 3.14.11-1
 - apcupsd updated to 3.14.11
 
diff --git a/sources b/sources
index 7d38a22..5523e69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-036d6b75bf9bf5eb20a98e14db4415dd  apcupsd-3.14.11.tar.gz
+08bf201acea6b4dd69cf2fb0eecfd55e  apcupsd-3.14.12.tar.gz


More information about the scm-commits mailing list