diff --git a/pysubnettree.spec b/pysubnettree.spec index be9c32d..c41cf4e 100644 --- a/pysubnettree.spec +++ b/pysubnettree.spec @@ -1,6 +1,8 @@ +%global debug_package %{nil} + Name: pysubnettree Version: 0.33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Module for CIDR Lookups License: BSD @@ -8,6 +10,7 @@ URL: https://github.com/zeek/pysubnettree Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: gcc-c++ %description @@ -27,9 +30,15 @@ Python objects. Lookups are performed by longest-prefix matching. %files %doc CHANGES README %license COPYING -%{python3_sitearch}/* +%{python3_sitearch}/SubnetTree.py +%{python3_sitearch}/_SubnetTree.cpython*.so +%{python3_sitearch}/__pycache__/* +%{python3_sitearch}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Jun 26 2020 Fabian Affolter - 0.33-2 +- Add python3-setuptools as BR + * Mon Jun 01 2020 Fabian Affolter - 0.33-1 - Update to lastest upstream release 0.33