Add missing python test to filelist

Guenther
This commit is contained in:
Günther Deschner 2018-08-17 14:28:35 +02:00
parent 04dfc8e97d
commit d5f6590d81
1 changed files with 2 additions and 0 deletions

View File

@ -940,6 +940,7 @@ filenames=$(echo "
tests/dns_base.py
tests/dns_forwarder.py
tests/dns_forwarder_helpers/server.py
tests/dns_invalid.py
tests/docs.py
tests/netcmd.py
tests/posixacl.py
@ -2205,6 +2206,7 @@ fi
%{python_sitearch}/samba/tests/dns_forwarder.py*
%dir %{python_sitearch}/samba/tests/dns_forwarder_helpers
%{python_sitearch}/samba/tests/dns_forwarder_helpers/server.py*
%{python_sitearch}/samba/tests/dns_invalid.py*
%{python_sitearch}/samba/tests/dns_tkey.py*
%{python_sitearch}/samba/tests/dns_wildcard.py*
%{python_sitearch}/samba/tests/docs.py*