Add *.in fixtures to tarball

The recent comps related commit added a fixture file with new extension
which is not getting included in the source tarball and therefore causes
tests to fail.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2018-04-10 08:33:41 +02:00
parent 8f1beeb54b
commit 506ac99f62
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ include doc/_static/*
include tests/*
include tests/data/*
include tests/data/specs/*
recursive-include tests/fixtures *.iso *.json *.log *.rpm *.xml *.bz2 *.gz MD5SUM SHA1SUM SHA256SUM .treeinfo
recursive-include tests/fixtures *.iso *.json *.log *.rpm *.xml *.bz2 *.gz MD5SUM SHA1SUM SHA256SUM .treeinfo *.in
global-exclude *.py[co]
global-exclude *~ *.sw? \#*\#