[lcdproc] Fix rhbz#821270

Nicolas Chauvet kwizart at fedoraproject.org
Sun Jul 22 13:30:24 UTC 2012


commit a985ce294a2a232da8464422bbef080a0ad79720
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sun Jul 22 15:29:25 2012 +0200

    Fix rhbz#821270

 LCDd.service |    1 -
 lcdproc.spec |    5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/LCDd.service b/LCDd.service
index cf3d8f4..6f68e58 100644
--- a/LCDd.service
+++ b/LCDd.service
@@ -4,7 +4,6 @@ After=syslog.target
 
 [Service]
 Type=forking
-PIDFile=/run/LCDd.pid
 ExecStart=/usr/sbin/LCDd -c /etc/lcdproc/LCDd.conf
 ControlGroup=cpu:/
 
diff --git a/lcdproc.spec b/lcdproc.spec
index 84b39ee..a3b303a 100644
--- a/lcdproc.spec
+++ b/lcdproc.spec
@@ -1,7 +1,7 @@
 Summary:        LCDproc displays real-time system information on a 20x4 backlit LCD
 Name:           lcdproc
 Version:        0.5.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        GPLv2
 URL:            http://lcdproc.omnipotent.net
 Group:          System Environment/Libraries
@@ -147,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT __doc
 
 
 %changelog
+* Sun Jul 22 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.5.5-5
+- Fix for rhbz#821270
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list