From 027f03aae02427dcbc6903531ce7428875c56f66 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 27 Apr 2021 10:27:08 +0200 Subject: fix(plugin): gx works again --- snippets/spec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'snippets') diff --git a/snippets/spec.json b/snippets/spec.json index 9657df0..5e1da98 100644 --- a/snippets/spec.json +++ b/snippets/spec.json @@ -6,15 +6,15 @@ ], "description" : "Don't build for Python 2" }, - "sedpy" : { - "prefix" : "sedpy", + "pycache" : { + "prefix" : "pycache", "body" : [ "%pycache_only %{python_sitelib}/__pycache__" ], "description" : "Definition of Python cache files into %files" }, - "pycache" : { - "prefix" : "pycache", + "sedpy" : { + "prefix" : "sedpy", "body" : [ "sed -i -e '1s@/usr/bin/env python@/usr/bin/python@'" ], @@ -47,7 +47,7 @@ "body" : [ "# PATCH-${1|FIX,FEATURE|}-${2|OPENSUSE,SLE,UPSTREAM|} ${3:filename} ${4:bugno} mcepl@suse.com", "# this patch makes things totally awesome", - "Patch0: $3" + "Patch0: $3" ], "description" : "Patch definition" }, -- cgit