If the SRPM is created after building rest it will include the rust binaries inside the SRPM this make run-tests.sh quite slow. Signed-off-by: Quique Llorente <ellorent@redhat.com>
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
include LICENSE
|
|
include README.md
|
|
include pyproject.toml
|
|
recursive-include rust *
|
|
include requirements.txt
|
|
include doc/nmstatectl.8.in
|
|
include doc/nmstate-autoconf.8.in
|
|
recursive-include examples *.yml
|
|
exclude packaging/nmstate.spec
|
|
recursive-exclude rust/target *
|