|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
#
|
|
|
|
|
# spec file for package python-iptables
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2023 SUSE LLC
|
|
|
|
|
# Copyright (c) 2024 SUSE LLC
|
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
@@ -16,19 +16,24 @@
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
|
|
|
Name: python-iptables
|
|
|
|
|
Version: 1.0.1
|
|
|
|
|
Release: 0
|
|
|
|
|
Summary: Python bindings for iptables
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
Group: Development/Languages/Python
|
|
|
|
|
URL: https://github.com/ldx/python-iptables
|
|
|
|
|
Source: https://github.com/ldx/python-iptables/archive/v%{version}.tar.gz
|
|
|
|
|
BuildRequires: %{python_module devel}
|
|
|
|
|
BuildRequires: %{python_module pip}
|
|
|
|
|
BuildRequires: %{python_module pytest}
|
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
|
BuildRequires: %{python_module wheel}
|
|
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: libiptc-devel
|
|
|
|
|
BuildRequires: libxtables-devel
|
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
|
BuildRequires: xtables-plugins
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
@@ -43,18 +48,22 @@ at the same time leveraging all available iptables match and target extensions w
|
|
|
|
|
chmod -x README.md
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%python_build
|
|
|
|
|
%pyproject_wheel
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%python_install
|
|
|
|
|
%pyproject_install
|
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%python_exec setup.py clean build test --help
|
|
|
|
|
export XTABLES_LIBDIR=$(pkg-config xtables --variable=xtlibdir)
|
|
|
|
|
# Most of the tests require root
|
|
|
|
|
%pytest_arch -k 'TestChain and not (test_chain or test_create_chain)'
|
|
|
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
|
%license NOTICE
|
|
|
|
|
%doc doc README.md
|
|
|
|
|
%{python_sitearch}/*
|
|
|
|
|
%{python_sitearch}/iptc
|
|
|
|
|
%{python_sitearch}/libxtwrapper.cpython*-linux-gnu.so
|
|
|
|
|
%{python_sitearch}/python_iptables-%{version}.dist-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
|