From fe0228095bbe046715b45d731deb7954a6e537e3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 17 Jun 2022 10:10:01 -0400 Subject: [PATCH] [CI:DOCS] skopeo.spec.rpkg: Fix syntax highlighting For whatever reason, the comment rearrangement is required for vim rpm synatx highlighting to work. Also added a comment pointing out where additional comments should go. :) Signed-off-by: Lokesh Mandvekar --- skopeo.spec.rpkg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/skopeo.spec.rpkg b/skopeo.spec.rpkg index 6ab6c0d2..ed86c436 100644 --- a/skopeo.spec.rpkg +++ b/skopeo.spec.rpkg @@ -1,11 +1,14 @@ # For automatic rebuilds in COPR -# CAUTION: This is not a replacement for RPMs provided by your distro. -# Only intended to build and test the latest unreleased changes. - # The following tag is to get correct syntax highlighting for this file in vim text editor # vim: syntax=spec +# Any additinoal comments should go below this line or else syntax highlighting +# may not work. + +# CAUTION: This is not a replacement for RPMs provided by your distro. +# Only intended to build and test the latest unreleased changes. + %global gomodulesmode GO111MODULE=on %global with_debug 1