--- rpms/clamav/sme9/clamav.spec 2014/06/21 21:01:16 1.12 +++ rpms/clamav/sme9/clamav.spec 2014/12/16 13:34:56 1.13 @@ -13,8 +13,8 @@ Summary: Anti-virus software Name: clamav -Version: 0.98.4 -Release: 2%{?dist} +Version: 0.98.5 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.clamav.net/ @@ -223,7 +223,7 @@ EOF %{!?_without_milter:--enable-milter} \ --with-dbdir="%{_localstatedir}/clamav" \ --with-group="clamav" \ - --with-libcurl \ + --with-libcurl=%{_prefix} \ --with-user="clamav" ### Disable JIT until it is implemented securely (RHbz #573191) # --enable-llvm \ @@ -336,6 +336,7 @@ fi %{_bindir}/clamscan %{_bindir}/freshclam %{_bindir}/sigtool +%{_bindir}/clamsubmit %{_libdir}/libclamav.so.* %{_libdir}/libclamunrar.so.* %{_libdir}/libclamunrar_iface.so.* @@ -406,6 +407,9 @@ fi %exclude %{_libdir}/libclamunrar_iface.la %changelog +* Tue Dec 16 2014 Daniel Berteaud - 0.98.5-1.sme +- Updated to release 0.98.5 [SME: 8729] + * Sat Jun 21 2014 Ian Wells - 0.98.4-2.sme - Add BuildRequires for openssl-devel and libxml2-devel [SME: 8457] - Remove Packager and Vendor from spec file.