]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- never use '<=' in trigger comparision; rel 5 auto/ac/clamav-0_92-5
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Feb 2008 19:43:55 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.spec -> 1.233

clamav.spec

index be4948badbe04e531dadac370e2d0ed7ddaaa879..55c9b4544d90d7c3f6b50ae57202ab2638b4adf9 100644 (file)
@@ -9,7 +9,7 @@ Summary:        An anti-virus utility for Unix
 Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
 Version:       0.92
-Release:       4
+Release:       5
 Epoch:         0
 License:       GPL
 Group:         Applications
@@ -254,7 +254,7 @@ if [ "$1" = "0" ]; then
        %groupremove clamav
 fi
 
-%triggerpostun -- %{name} <= 0.75.1
+%triggerpostun -- %{name} < 0.80
 if [ -f /etc/clamav.conf.rpmsave ]; then
        echo "Renaming config to new name /etc/clamd.conf"
        mv -f /etc/clamd.conf /etc/clamd.conf.rpmnew
This page took 0.144678 seconds and 4 git commands to generate.