spec: Add an empty %check section

Add a comment where and how the package is being tested, to show that
it's not simply a forgotten section.
This commit is contained in:
Martin Pitt 2021-09-17 07:44:47 +02:00 committed by Martin Pitt
parent bee838088d
commit f86c02c60e

View file

@ -40,6 +40,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
# drop source maps, they are large and just for debugging # drop source maps, they are large and just for debugging
find %{buildroot}%{_datadir}/cockpit/ -name '*.map' | xargs --no-run-if-empty rm --verbose find %{buildroot}%{_datadir}/cockpit/ -name '*.map' | xargs --no-run-if-empty rm --verbose
%check
# this can't be meaningfully tested during package build; tests happen through
# FMF (see plans/all.fmf) during package gating
%files %files
%doc README.md %doc README.md
%license LICENSE dist/index.js.LICENSE.txt.gz %license LICENSE dist/index.js.LICENSE.txt.gz