]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- up to 0.103.1 auto/th/clamav-0.103.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Apr 2021 14:48:41 +0000 (16:48 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Apr 2021 14:48:41 +0000 (16:48 +0200)
clamav-pld_config.patch
clamav.spec

index 01b8f809000e78b8433065544dcfdc30e9c3df85..9e59cc5fdfb4a399200e2e166a46cbf6b00931f2 100644 (file)
@@ -171,7 +171,7 @@ diff -urNp -x '*.orig' clamav-0.103.0.org/etc/freshclam.conf.sample clamav-0.103
  
  # Proxy settings
  # The HTTPProxyServer may be prefixed with [scheme]:// to specify which kind
-@@ -145,7 +150,7 @@ DatabaseMirror database.clamav.net
+@@ -150,7 +150,7 @@ Checks 2
  
  # Send the RELOAD command to clamd.
  # Default: no
@@ -179,4 +179,4 @@ diff -urNp -x '*.orig' clamav-0.103.0.org/etc/freshclam.conf.sample clamav-0.103
 +#NotifyClamd /etc/clamd.conf
  
  # Run command after successful database update.
- # Default: disabled
+ # Use EXIT_1 to return 1 after successful database update.
index 031cb5aa87b3c53a95f7405f960eaa1674470c91..18a43e732653881571c247879cfe4f07a264d43a 100644 (file)
 Summary:       An anti-virus utility for Unix
 Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
-Version:       0.103.0
-Release:       2
+Version:       0.103.1
+Release:       1
 License:       GPL v2+
 Group:         Daemons
 #Source0Download: http://www.clamav.net/download
 Source0:       http://www.clamav.net/downloads/production/%{name}-%{version}.tar.gz
-# Source0-md5: 453a389e0147b5df8fae5601b390d7db
+# Source0-md5: f895e9a261937ed91f5cb3ead4791555
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-milter.init
@@ -81,7 +81,7 @@ Requires(pre):        /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
 Requires(post,preun,postun):   systemd-units >= 38
 Requires:      systemd-units >= 38
-Requires(triggerpostun):       sed >= 4.0
+Requires(postun):      sed >= 4.0
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      /usr/sbin/usermod
 Requires:      rc-scripts >= 0.4.1.23
@@ -329,7 +329,7 @@ if [ "$1" = "0" ]; then
 fi
 %systemd_reload
 
-%triggerpostun -- %{name} < 0.80
+%triggerpostun -- %{name} < 0.99.2-2
 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
@@ -338,7 +338,6 @@ if [ -f /etc/clamav.conf.rpmsave ]; then
        %{__sed} -i -e 's/clamav.conf/clamd.conf/' /etc/freshclam.conf
 fi
 
-%triggerpostun -- %{name} < 0.90-0.rc2.0.10
 %{__cp} -f /etc/clamd.conf{,.rpmsave}
 %{__sed} -i -e '
                s,^LogSyslog$,& yes,
@@ -360,10 +359,8 @@ EOF
 touch /var/lock/subsys/clamd
 %service -q clamd restart
 
-%triggerpostun -- %{name} < 0.97.7-4
 %systemd_trigger clamd.service
 
-%triggerpostun -- %{name} < 0.99.2-2
 %systemd_service_enable cronjob-clamav.timer
 
 %post milter
This page took 0.112506 seconds and 4 git commands to generate.