Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9095829042 | ||
|
|
22fa0d965e | ||
|
|
decfdf9125 | ||
|
|
ecfe7df166 | ||
|
|
af8c27fa42 | ||
|
|
3e03e8496e | ||
|
|
6e804dfce6 | ||
|
|
d9fd3bb7a3 | ||
|
|
569f212029 | ||
|
|
4872d0a238 | ||
|
|
01631ddf0c | ||
|
|
94fec48c6b | ||
|
|
57a2c826c6 | ||
|
|
e04f82b21f | ||
|
|
2e733b4953 |
5 changed files with 1 additions and 46 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/aiodnsbrute-0.3.2.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# aiodnsbrute
|
||||
|
||||
The aiodnsbrute package
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
%global pypi_name aiodnsbrute
|
||||
|
||||
Name: %{pypi_name}
|
||||
Version: 0.3.2
|
||||
Release: 2%{?dist}
|
||||
Summary: DNS asynchronous brute force utility
|
||||
|
||||
License: GPLv3
|
||||
URL: https://github.com/blark/aiodnsbrute
|
||||
Source0: https://github.com/blark/aiodnsbrute/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description
|
||||
A Python tool that uses asyncio to brute force domain names asynchronously.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version}
|
||||
sed -i -e $'s/ \''asyncio\'',//g' setup.py
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files
|
||||
%doc CHANGELOG README.md
|
||||
%license LICENSE.txt
|
||||
%{_bindir}/%{pypi_name}
|
||||
%{python3_sitelib}/%{pypi_name}/
|
||||
%{python3_sitelib}/%{pypi_name}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.2-2
|
||||
- Fix requirement (rhbz#1762675)
|
||||
|
||||
* Thu Oct 17 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.2-1
|
||||
- Initial package for Fedora
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (aiodnsbrute-0.3.2.tar.gz) = a80905927b0462058c46261be27c7d0aca6630b741e0a146e00ba1e09f09332d4cc33f937898109aec90ae42d6ce227d770348ed25fd16ccf0f67273645171cc
|
||||
Reference in a new issue