diff --git a/rpm/skopeo.spec b/rpm/skopeo.spec index 029143a0..0c23ce25 100644 --- a/rpm/skopeo.spec +++ b/rpm/skopeo.spec @@ -145,6 +145,10 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/ #define license tag if not already defined %{!?_licensedir:%global license %doc} +# Include this to silence rpmlint. +# Especially annoying if you use syntastic vim plugin. +%check + %files %license LICENSE %doc README.md