diff --git a/sources b/sources index e8de15d..dcfdd5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (whatweb-0.5.5.tar.gz) = 0d1afb0eea2dab3a359d9bd80ef9884af780e28e74946dedf70e92066378be26321fd917dd4abb3e91b888b5ef87231ff4db2724daa9275f4332f21b48752b37 +SHA512 (whatweb-0.6.4.tar.gz) = 46e33b541ba48cad7e47cd7ba03c3d06fc33877a0a9c10f952a30687b05f55783babe4fb819fb8dfe126923936ae21b13e9689a40fd1a04c62544e529c65cd2c diff --git a/whatweb.spec b/whatweb.spec index e89c2a6..61e97bd 100644 --- a/whatweb.spec +++ b/whatweb.spec @@ -1,7 +1,10 @@ Name: whatweb -Version: 0.5.5 -Release: 5%{?dist} +Version: 0.6.4 +Release: %autorelease Summary: Web scanner to identify what are the websites running +License: GPL-2.0-or-later +URL: http://www.morningstarsecurity.com/research/whatweb +# https://github.com/urbanadventurer/WhatWeb/releases # The tests are normally disabled in the build phase as whatweb is networking @@ -13,18 +16,17 @@ Summary: Web scanner to identify what are the websites running %global gituser urbanadventurer %global gitname WhatWeb - +%global gitdate 20251018 +%global commit 4dceb388015909e97567bcf58a7edaf7eda61593 +%global giturl https://github.com/%{gituser}/%{gitname} +VCS: git:%{giturl} %if 0%{?rhel} Group: Applications/Internet %endif -License: GPL-2.0-or-later -URL: http://www.morningstarsecurity.com/research/whatweb -VCS: https://github.com/urbanadventurer/WhatWeb -# https://github.com/urbanadventurer/WhatWeb/releases/ -Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: %{giturl}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch @@ -78,6 +80,10 @@ sed -i -e 's|bundle install|#bundle install|' Makefile # Add the whatweb shared directory sed -i -e "s|expand_path(__dir__)), '.')|expand_path(__dir__)), '%{_datadir}/%{name}')|" whatweb +# Load from shared library and not relative +# https://github.com/urbanadventurer/WhatWeb/pull/432 +sed -i -e "s|require_relative |require |" whatweb + %build echo "Nothing to build." @@ -115,64 +121,5 @@ ruby test/integration.rb %changelog -* Sat Jul 22 2023 Fedora Release Engineering - 0.5.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild +%autochangelog -* Wed Mar 01 2023 Michal Ambroz - 0.5.5-4 -- fix license tag and reference to ruby for runtime requirements - -* Wed May 19 2021 Michal Ambroz - 0.5.5-3 -- fix sed - -* Thu May 13 2021 Michal Ambroz - 0.5.5-2 -- removed alias bundle - needs to be solved by -- added conditional for the (network) tests -- license is GPLv2+ -- empty the plugin/IpToCountry.csv with problematic -- move addons and plugin-development to doc folder - -* Sun Apr 18 2021 Michal Ambroz - 0.5.5-1 -- bump to 0.5.5, adding mak+sed as BR - -* Sun May 31 2020 Michal Ambroz - 0.5.1-1 -- bump to 0.5.1, rebuild for fedora 32 - -* Wed Oct 30 2019 Michal Ambroz - 0.5.0-1 -- bump to 0.5.0 - -* Sat Dec 9 2017 Michal Ambroz - 0.4.9-1 -- bump to 0.4.9 - -* Wed Nov 23 2016 Michal Ambroz - 0.4.8-0.git20161009.1 -- bump to current git snapshot of 0.4.8 - 039768f41a6cd45ec70c89b81616b669bc92ac0f - -* Mon Jun 20 2016 Michal Ambroz - 0.4.8-0.git20160611.1 -- bump to current git snapshot of 0.4.8 - f467aa2f154aea83b6b58aec85107ba3fa3eb635 - -* Mon Jun 22 2015 Michal Ambroz - 0.4.8-0.git20150507.48b9682.1 -- bump to current git snapshot of 0.4.8 - 48b9682a0fbf1607f1d3565f9aab3442aee14d12 - -* Sun Jul 08 2012 Michal Ambroz - 0.4.8-0.git20120708.1 -- bump to development version 0.4.8 - -* Wed Apr 06 2011 Michal Ambroz - 0.4.7-1 -- bump to version 0.4.7 - -* Sun Mar 27 2011 Michal Ambroz - 0.4.6-1 -- bump to version 0.4.6 -- cant be used with the current unpatched version of anemone - -* Sat Sep 11 2010 Michal Ambroz - 0.4.5-2 -- use system-wide rubygems anemone library insted of local anemone copy - -* Mon Aug 23 2010 Michal Ambroz - 0.4.5-1 -- rebuild of new version 0.4.5 - -* Sun May 30 2010 Michal Ambroz - 0.4.3-1 -- rebuild of new version - -* Sat May 1 2010 Michal Ambroz - 0.4.2-2 -- add explicit dependency to /usr/bin/ruby - -* Sat May 1 2010 Michal Ambroz - 0.4.2-1 -- initial build for Fedora Project