diff --git a/python-iptables.spec b/python-iptables.spec index 6cb76b5..4ce44f6 100644 --- a/python-iptables.spec +++ b/python-iptables.spec @@ -47,6 +47,10 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +# Can't really run tests, needs root access and modifies iptables of build host: +#%%check +#yes | python test.py + %files %defattr(-,root,root,-) %doc NOTICE doc