Browse Source

Use predictable/comparable template name

It's easier to maintain "state of the art" templates by comparing with
peer projects.
Alois Mahdal 8 years ago
parent
commit
e3c36f1d1d
2 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini
  2. 0
    0
      packaging/template.spec

+ 1
- 1
mkit.ini View File

@@ -18,7 +18,7 @@
18 18
     tarball = src
19 19
     tarball = tests
20 20
     tarball = utils
21
-    rpmstuff = packaging/satcmd.spec
21
+    rpmstuff = packaging/template.spec
22 22
     debstuff = packaging/debian
23 23
 
24 24
 [ENV]

packaging/satcmd.spec → packaging/template.spec View File