rpms/boinc-client/F-9 boinc-client.spec,1.17,1.18

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Mar 10 15:55:14 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12834

Modified Files:
	boinc-client.spec 
Log Message:
- Fix damn typos in boincmgr wrapper script (resolves BZ#489463).




Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/F-9/boinc-client.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- boinc-client.spec	8 Mar 2009 21:14:38 -0000	1.17
+++ boinc-client.spec	10 Mar 2009 15:54:43 -0000	1.18
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	6.4.7
-Release:	2.r%{revision}svn%{?dist}
+Release:	3.r%{revision}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -189,7 +189,7 @@
 
 # Otherwise pull \$BOINCDIR from the init script
 if [ -z \$BOINCDIR ]; then
-	BOINCDIR='\`grep "BOINCDIR=" %{_sysconfdir}/init.d/%{name} | sed "s|BOINCDIR=||"\`';
+	BOINCDIR="\`grep 'BOINCDIR=' %{_sysconfdir}/init.d/%{name} | sed 's|BOINCDIR=||'\`";
 fi
 
 cd \$BOINCDIR
@@ -313,6 +313,9 @@
 %{_includedir}/boinc/*
 
 %changelog
+* Tue Mar 10 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 6.4.7-3.r17542svn
+- Fix damn typos in boincmgr wrapper script (resolves BZ#489463).
+
 * Sun Mar 08 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 6.4.7-2.r17542svn
 - Fix overriding $BOINCOPTS from /etc/sysconfig/boinc-client in the init script
   (BZ#489199).




More information about the fedora-extras-commits mailing list