From 5eba0614891fc1c793134c74f929d15e218e286b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Jan 2025 16:23:31 +0530 Subject: [PATCH] RPM: include check section to silence rpmlint We're not running any tests in the check section. Signed-off-by: Lokesh Mandvekar --- rpm/skopeo.spec | 4 ++++ 1 file changed, 4 insertions(+) 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