--- rpms/clamav/sme8/clamav.spec 2014/06/21 21:22:04 1.10 +++ rpms/clamav/sme8/clamav.spec 2015/05/13 14:39:17 1.14 @@ -13,8 +13,8 @@ Summary: Anti-virus software Name: clamav -Version: 0.98.4 -Release: 2%{?dist} +Version: 0.98.7 +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,15 @@ fi %exclude %{_libdir}/libclamunrar_iface.la %changelog +* Wed May 13 2015 Daniel Berteaud - 0.98.7-1 +- Updated to release 0.98.7 [SME: 8921] + +* Thu Jan 29 2015 Daniel Berteaud - 0.98.6-1 +- Updated to release 0.98.6 [SME: 8821] + +* Tue Dec 16 2014 Daniel Berteaud - 0.98.5-1 +- Updated to release 0.98.5 [SME: 8728] + * 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.