cockpit/spec: move metadata validation to check section

This commit is contained in:
Sanne Raymaekers 2025-01-13 16:47:11 +01:00
parent a04e92e813
commit 6a5ef971c1

View file

@ -33,6 +33,8 @@ the cloud. It integrates into Cockpit as a frontend for osbuild.
%make_install PREFIX=/usr
# drop source maps, they are large and just for debugging
find %{buildroot}%{_datadir}/cockpit/ -name '*.map' | xargs --no-run-if-empty rm --verbose
%check
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
%files