rpms/lcdproc/devel lcdproc-0.5.3-initscripts.patch, 1.1, 1.2 lcdproc.spec, 1.16, 1.17

Jarod Wilson jwilson at fedoraproject.org
Thu Jun 25 18:43:00 UTC 2009


Author: jwilson

Update of /cvs/pkgs/rpms/lcdproc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18831

Modified Files:
	lcdproc-0.5.3-initscripts.patch lcdproc.spec 
Log Message:
* Thu Jun 25 2009 Jarod Wilson <jarod at redhat.com> - 0.5.3-2
- Fix broken LCDd initscript patch that prevented it from starting


lcdproc-0.5.3-initscripts.patch:

Index: lcdproc-0.5.3-initscripts.patch
===================================================================
RCS file: /cvs/pkgs/rpms/lcdproc/devel/lcdproc-0.5.3-initscripts.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lcdproc-0.5.3-initscripts.patch	22 Jun 2009 14:02:20 -0000	1.1
+++ lcdproc-0.5.3-initscripts.patch	25 Jun 2009 18:43:00 -0000	1.2
@@ -74,7 +74,7 @@ Index: lcdproc-0.5.3/scripts/init-LCDd.r
 -configfile=${etc}/LCDd.conf
 -
 -[ -x ${LCDd} ] || exit 0
-+[ -x ${bindir}/${prog} ] || exit 0
++[ -x ${sbindir}/${prog} ] || exit 0
  
  start() {
 -	echo -n "Starting up LCDd: "


Index: lcdproc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lcdproc/devel/lcdproc.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- lcdproc.spec	22 Jun 2009 14:02:20 -0000	1.16
+++ lcdproc.spec	25 Jun 2009 18:43:00 -0000	1.17
@@ -1,7 +1,7 @@
 Summary:        LCDproc displays real-time system information on a 20x4 backlit LCD
 Name:           lcdproc
 Version:        0.5.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2
 URL:            http://lcdproc.omnipotent.net
 Group:          System Environment/Libraries
@@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT __doc
 
 
 %changelog
+* Thu Jun 25 2009 Jarod Wilson <jarod at redhat.com> - 0.5.3-2
+- Fix broken LCDd initscript patch that prevented it from starting
+
 * Mon Jun 22 2009 Jarod Wilson <jarod at redhat.com> - 0.5.3-1
 - Update to lcdproc v0.5.3 release
 - Drop upstreamed imonlcd and memset_swp patches




More information about the fedora-extras-commits mailing list