[clamav/el6/master] Minor changes, bump release to 2

Nick Bebout nb at fedoraproject.org
Mon Feb 21 22:46:45 UTC 2011


commit ade013989017f8044801c73b12a9ddb35ea9007d
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Mon Feb 21 16:46:26 2011 -0600

    Minor changes, bump release to 2

 clamav.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/clamav.spec b/clamav.spec
index 6e138d3..3bd0251 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -5,7 +5,7 @@
 Summary: Anti-virus software
 Name: clamav
 Version: 0.97
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://www.clamav.net/
@@ -212,7 +212,9 @@ EOF
 	--with-dbdir="%{_localstatedir}/clamav" \
 	--with-group="clam" \
 	--with-libcurl \
-	--with-user="clam" 
+	--with-user="clam" \
+        --disable-llvm 
+
 make %{?_smp_mflags}
 
 %install
@@ -375,6 +377,9 @@ rm -rf %{buildroot}
 %exclude %{_libdir}/libclamav.la
 
 %changelog
+* Tue Feb 17 2011 Kevin Fenzi <kevin at tummy.com> - 0.97-2
+- Disable llvm. 
+
 * Tue Feb 08 2011 Kevin Fenzi <kevin at tummy.com> - 0.97-1
 - Update to 0.97
 - Fix up for current guidelines. 


More information about the scm-commits mailing list