diff --git a/wafw00f.spec b/wafw00f.spec index 34ad12f..5b19f9e 100644 --- a/wafw00f.spec +++ b/wafw00f.spec @@ -1,6 +1,6 @@ Name: wafw00f Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool to identifies and fingerprints Web Application Firewall (WAF) License: BSD @@ -9,17 +9,13 @@ Source0: https://github.com/sandrogauci/wafw00f/archive/v%{version}.tar.g BuildArch: noarch BuildRequires: python3-devel -BuildRequires: %{py3_dist httpretty} -BuildRequires: %{py3_dist nose} -BuildRequires: %{py3_dist coveralls} -BuildRequires: %{py3_dist coverage} -BuildRequires: %{py3_dist beautifulsoup4} -BuildRequires: %{py3_dist pluginbase} -BuildRequires: %{py3_dist html5lib} - -Requires: %{py3_dist beautifulsoup4} -Requires: %{py3_dist pluginbase} -Requires: %{py3_dist html5lib} +BuildRequires: python3-httpretty +BuildRequires: python3-nose +BuildRequires: python3-coveralls +BuildRequires: python3-coverage +BuildRequires: python3-beautifulsoup4 +BuildRequires: python3-pluginbase > 0.7 +BuildRequires: python3-html5lib %description WAFW00F identifies and fingerprints Web Application Firewall (WAF) products. @@ -45,6 +41,9 @@ sed -i -e '/^#!\//, 1d' {wafw00f/*.py,wafw00f/*/*.py} %{python3_sitelib}/%{name}/ %changelog +* Wed Sep 11 2019 Fabian Affolter - 1.0.0-2 +- Remane BRs + * Sun May 05 2019 Fabian Affolter - 1.0.0-1 - Fix files section and add tests - Update to latest upstream release 1.0.0