Commit 8a9ec0ac authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack generic.sh: disable rpmlint

parent 92048319
......@@ -43,3 +43,8 @@ fi
subst "s|^\(Name: .*\)$|# Override repository package\nEpoch: 100\n\1|g" $SPEC
[ -d $BUILDROOT/usr/lib/.build-id ] && remove_dir /usr/lib/.build-id || :
# disablle rpmlint (for ROSA)
subst "1i%global _build_pkgcheck_set %nil" $SPEC
subst "1i%global _build_pkgcheck_srpm %nil" $SPEC
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment