diff options
Diffstat (limited to 'snippets/spec.json')
-rw-r--r-- | snippets/spec.json | 10 |
1 files changed, 5 insertions, 5 deletions
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" }, |