From d5f6590d813b795e20275d0989022d268a24c731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Fri, 17 Aug 2018 14:28:35 +0200 Subject: [PATCH] Add missing python test to filelist Guenther --- samba.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samba.spec b/samba.spec index e185935..4836c43 100644 --- a/samba.spec +++ b/samba.spec @@ -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*