]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- typo, proper error messages
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Aug 2005 11:44:46 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.spec -> 1.131.2.27

clamav.spec

index abbe5ec4674fbdc9430c875d27d81d8389bc72fa..9780e80e7f6144de0ae28da1a0b83d47b97397a9 100644 (file)
@@ -51,7 +51,7 @@ Requires(postun):     sed >= 4.0
 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)
@@ -225,7 +225,7 @@ fi
 %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
@@ -234,7 +234,7 @@ else
 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
This page took 0.266028 seconds and 4 git commands to generate.