diff --git a/boinc-client.spec b/boinc-client.spec index 4f91681..60d3a35 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -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 @@ fi # 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 @@ fi %{_includedir}/boinc/* %changelog +* Tue Mar 10 2009 Milos Jakubicek - 6.4.7-3.r17542svn +- Fix damn typos in boincmgr wrapper script (resolves BZ#489463). + * Sun Mar 08 2009 Milos Jakubicek - 6.4.7-2.r17542svn - Fix overriding $BOINCOPTS from /etc/sysconfig/boinc-client in the init script (BZ#489199).