Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2016-08-05 18:17:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clamav (Old)
 and      /work/SRC/openSUSE:Factory/.clamav.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clamav"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clamav/clamav.changes    2016-07-24 
19:53:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes       2016-08-05 
18:17:19.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Aug  3 08:46:11 UTC 2016 - m...@suse.com
+
+- boo#991812: Remove obsolete dependency on latex2html-pngicons.
+
+-------------------------------------------------------------------
+Thu Jul 21 14:09:26 UTC 2016 - jeng...@inai.de
+
+- Trim useless words from description and fix spellos.
+  Test for user/group existence before adding and always show
+  errors when they occur.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clamav.spec ++++++
--- /var/tmp/diff_new_pack.XU6XK8/_old  2016-08-05 18:17:21.000000000 +0200
+++ /var/tmp/diff_new_pack.XU6XK8/_new  2016-08-05 18:17:21.000000000 +0200
@@ -43,7 +43,6 @@
 Version:        0.99.2
 Release:        0
 Url:            http://www.clamav.net
-Requires:       latex2html-pngicons
 Obsoletes:      clamav-db < 0.88.3
 Requires(pre):  %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod
 Requires(pre):  /usr/bin/awk /bin/sed /bin/tar
@@ -61,14 +60,14 @@
 %systemd_requires
 
 %description
-ClamAV is an open source (GPL) antivirus engine designed for detecting
-Trojans, viruses, malware and other malicious threats. It is the de
-facto standard for mail gateway scanning. It provides a high
-performance mutli-threaded scanning daemon, command line utilities for
-on demand file scanning, and an intelligent tool for automatic
-signature updates. The core ClamAV library provides numerous file
-format detection mechanisms, file unpacking support, archive support,
-and multiple signature languages for detecting threats.
+ClamAV is an antivirus engine designed for detecting trojans,
+viruses, malware and other malicious threats. It is the de-facto
+standard for mail gateway scanning. It provides a multi-threaded
+scanning daemon, command line utilities for on-demand file scanning,
+and a tool for automatic signature updates. The core ClamAV library
+provides numerous file format detection mechanisms, file unpacking
+support, archive support, and multiple signature languages for
+detecting threats.
 
 %prep
 %setup -q
@@ -97,7 +96,7 @@
        --enable-clamdtop \
        --disable-timestamps
 
-make V=1 %{?jobs:-j%jobs}
+make V=1 %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -160,8 +159,10 @@
 %ghost %attr(755,vscan,vscan) /run/clamav
 
 %pre
-%_sbindir/groupadd -r vscan 2> /dev/null || :
-%_sbindir/useradd -r -o -g vscan -u 65 -s /bin/false -c "Vscan account" -d 
/var/spool/amavis vscan 2> /dev/null || :
+getent group vscan >/dev/null || %_sbindir/groupadd -r vscan || :
+getent passwd vscan >/dev/null || \
+       %_sbindir/useradd -r -o -g vscan -u 65 -s /bin/false \
+       -c "Vscan account" -d /var/spool/amavis vscan || :
 %_sbindir/usermod vscan -g vscan 2> /dev/null || :
 %service_add_pre clamd.service freshclam.service clamav-milter.service
 



Reply via email to