Name: seclists Version: 2021.3.1 Release: 1%{?dist} Summary: The security testers companion License: MIT URL: https://github.com/danielmiessler/SecLists Source0: https://github.com/danielmiessler/SecLists/archive/refs/tags/%{version}.tar.gz BuildArch: noarch %description SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed. %prep %autosetup -n SecLists-%{version} %build chmod -R -x+X . %install install -d %{buildroot}/%{_datadir}/seclists cp -r ./*/ %{buildroot}/%{_datadir}/seclists/ %files %license LICENSE %doc README.md CONTRIBUTING.md CONTRIBUTORS.md %{_datadir}/seclists %changelog * Tue Oct 5 2021 Mattias Ohlsson - Initial package