diff --git a/nikto.spec b/nikto.spec index 5bc6203..92ca1f3 100644 --- a/nikto.spec +++ b/nikto.spec @@ -2,7 +2,7 @@ Name: nikto #Handle the old versioning system 2.01, 2.02, 2.03 ... Epoch: 1 Version: 2.1.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Web server scanner Group: Applications/Internet @@ -17,6 +17,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: nmap +# We don't provide any perl modules +%global __provides_exclude_from %{_datadir}/nikto/plugins/JSON-PP.pm %description Nikto is a web server scanner which performs comprehensive tests against web @@ -76,6 +78,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 17 2013 Paul Howarth - 1:2.1.5-4 +- don't rpm-provide perl JSON modules (#885143) + * Thu Oct 04 2012 Michal Ambroz - 1:2.1.5-3 - add databases directory - omit initialization of SSL untill it is pushed to libwhiskers