diff --git a/clamav-0.91.1.tar.bz2 b/clamav-0.91.1.tar.bz2 new file mode 100644 index 0000000..930b9cf --- /dev/null +++ b/clamav-0.91.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3384a5ce5a9a996ebb3d1913684e01743362f343c8f5d4b5cfa921ea8b6266 +size 12658539 diff --git a/clamav-0.91.tar.bz2 b/clamav-0.91.tar.bz2 deleted file mode 100644 index 881288b..0000000 --- a/clamav-0.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:892acd6b8c352857c54b5a104de79a545f3304249df869d70542886a7d4cbab0 -size 12582613 diff --git a/clamav-rpmlintrc b/clamav-rpmlintrc index 4c54cb5..712d42e 100644 --- a/clamav-rpmlintrc +++ b/clamav-rpmlintrc @@ -1,4 +1,2 @@ addFilter("non-standard-uid.*") addFilter("devel-file-in-non-devel-package.*") -addFilter("postin-without-ldconfig") -addFilter("postun-without-ldconfig") diff --git a/clamav.changes b/clamav.changes index 7c081cb..554bbcb 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 17 13:39:44 CEST 2007 - max@suse.de + +- Stability and bugfix update: 0.91.1 (#292297) +- Run ldconfig on (un)installation. +- Make %check conditional to fix building on SLES8. + ------------------------------------------------------------------- Sun Jul 15 00:24:08 CEST 2007 - lrupp@suse.de diff --git a/clamav.spec b/clamav.spec index 18b99d8..0d83004 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,5 +1,5 @@ # -# spec file for package clamav (Version 0.91) +# spec file for package clamav (Version 0.91.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,8 +18,8 @@ BuildRequires: bc gmp-devel pkgconfig tcpd-devel zlib-devel BuildRequires: pwdutils %endif Summary: Antivirus Toolkit -Version: 0.91 -Release: 2 +Version: 0.91.1 +Release: 1 License: GPL v2 or later Group: Productivity/Security URL: http://www.clamav.net @@ -89,8 +89,11 @@ export CFLAGS="%optflags -fno-strict-aliasing $SP" --with-libcurl \ --disable-zlib-vcheck make %{?jobs:-j%jobs} +# SLES8 does not support %check +%if 0%{?suse_version} > 810 || 0%{!?suse_version:1} %check +%endif make check %install @@ -148,6 +151,7 @@ rm -rf %buildroot %_sbindir/usermod vscan -g vscan 2> /dev/null || : %post +%run_ldconfig # merge config files on update test "0$1" -lt 2 && exit 0 # The old default to run clamd in foreground mode was wrong @@ -182,6 +186,7 @@ fi %stop_on_removal clamd freshclam %postun +%run_ldconfig %restart_on_update clamd freshclam %insserv_cleanup @@ -204,6 +209,10 @@ for distfile in {main,daily}.cvd.dist; do done %changelog +* Tue Jul 17 2007 - max@suse.de +- Stability and bugfix update: 0.91.1 (#292297) +- Run ldconfig on (un)installation. +- Make %%check conditional to fix building on SLES8. * Sun Jul 15 2007 - lrupp@suse.de - add zlib-devel to build requires - suppress some false positives from rpmlint