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:
parent
bee838088d
commit
f86c02c60e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue