SPECS (RA-branch): clamav.spec - typo, proper error messages

qboosh qboosh at pld-linux.org
Fri Aug 26 13:44:51 CEST 2005


Author: qboosh                       Date: Fri Aug 26 11:44:51 2005 GMT
Module: SPECS                         Tag: RA-branch
---- Log message:
- typo, proper error messages

---- Files affected:
SPECS:
   clamav.spec (1.131.2.26 -> 1.131.2.27) 

---- Diffs:

================================================================
Index: SPECS/clamav.spec
diff -u SPECS/clamav.spec:1.131.2.26 SPECS/clamav.spec:1.131.2.27
--- SPECS/clamav.spec:1.131.2.26	Thu Jul 28 14:09:20 2005
+++ SPECS/clamav.spec	Fri Aug 26 13:44:46 2005
@@ -52,7 +52,7 @@
 Requires(postun,pre):	/usr/sbin/usermod
 Requires(post,preun):	/sbin/chkconfig
 Requires:	/usr/sbin/usermod
-Requires:	%{name}-libs = %{epoch}%{version}-%{release}
+Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 Requires:	bc
 Provides:	group(clamav)
 Provides:	user(clamav)
@@ -226,7 +226,7 @@
 %pre
 if [ -n "`/usr/bin/getgid clamav`" ]; then
 	if [ "`/usr/bin/getgid clamav`" != 43 ]; then
-		echo "Warning: group clamav doesn't have gid=43. Correct this before installing clamav" 1>&2
+		echo "Error: group clamav doesn't have gid=43. Correct this before installing clamav" 1>&2
 		exit 1
 	fi
 else
@@ -235,7 +235,7 @@
 fi
 if [ -n "`/bin/id -u clamav 2>/dev/null`" ]; then
 	if [ "`/bin/id -u clamav`" != 43 ]; then
-		echo "Warning: user clamav doesn't have uid=43. Correct this before installing clamav" 1>&2
+		echo "Error: user clamav doesn't have uid=43. Correct this before installing clamav" 1>&2
 		exit 1
 	fi
 else
@@ -369,6 +369,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.131.2.27  2005/08/26 11:44:46  qboosh
+- typo, proper error messages
+
 Revision 1.131.2.26  2005/07/28 12:09:20  hawk
 - release 2 (1 was already built for AC)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/clamav.spec?r1=1.131.2.26&r2=1.131.2.27&f=u




More information about the pld-cvs-commit mailing list