SPECS: mysql.spec - %service is not fully in shell syntax; rel 4

glen glen at pld-linux.org
Mon Oct 31 14:43:07 CET 2005


Author: glen                         Date: Mon Oct 31 13:43:07 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %service is not fully in shell syntax; rel 4

---- Files affected:
SPECS:
   mysql.spec (1.305 -> 1.306) 

---- Diffs:

================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.305 SPECS/mysql.spec:1.306
--- SPECS/mysql.spec:1.305	Sat Oct 29 14:05:05 2005
+++ SPECS/mysql.spec	Mon Oct 31 14:43:02 2005
@@ -25,7 +25,7 @@
 Name:		mysql
 Group:		Applications/Databases
 Version:	5.0.15
-Release:	3
+Release:	4
 License:	GPL + MySQL FLOSS Exception
 Source0:	http://sunsite.icm.edu.pl/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
 # Source0-md5:	b19e03de0ec348552b4bfac2e215f335
@@ -590,7 +590,8 @@
 #'
 fi
 
-%service mysql restart || :
+%service mysql restart
+exit 0
 
 %preun
 if [ "$1" = "0" ]; then
@@ -873,6 +874,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.306  2005/10/31 13:43:02  glen
+- %service is not fully in shell syntax; rel 4
+
 Revision 1.305  2005/10/29 12:05:05  arekm
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.305&r2=1.306&f=u




More information about the pld-cvs-commit mailing list