# Generated by go2rpm 1.14.0 %bcond check 1 %bcond bootstrap 0 %if %{with bootstrap} %global debug_package %{nil} %endif %if %{with bootstrap} %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ %endif # https://github.com/OJ/gobuster %global goipath github.com/OJ/gobuster/v3 Version: 3.8.2 %gometa -L -f %global common_description %{expand: Directory/File, DNS and VHost busting tool written in Go.} %global golicenses LICENSE %global godocs README.md Name: gobuster Release: 1%{?dist} Summary: Directory/File, DNS and VHost busting tool written in Go License: Apache-2.0 URL: %{gourl} Source: gobuster-3.8.2-vendor.tar.gz %description %{common_description} %gopkg %prep %goprep -A -k %if %{without bootstrap} %build export GOFLAGS="-mod=vendor" %gobuild -o %{gobuilddir}/bin/gobuster %{goipath} %endif %install %gopkginstall %if %{without bootstrap} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %endif %if %{without bootstrap} %if %{with check} %check export GOFLAGS="-mod=vendor" %gocheck %endif %endif %if %{without bootstrap} %files %license LICENSE %doc README.md %{_bindir}/gobuster %endif %gopkgfiles %changelog * Thu Dec 04 2025 Emir Akdag infraw.linux@proton.me - 3.8.2-1 - Unretire package and update to 3.8.2 - Rebuild to fix CVE-2025-58188 in Go stdlib - Vendor dependencies due to missing golang-github-pin-tftp in Fedora