Minor changes, bump to Release: 2

This commit is contained in:
Nick Bebout 2011-02-21 16:42:16 -06:00
parent 98d8227630
commit b413e8038f

View File

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