aboutsummaryrefslogtreecommitdiff
path: root/modules/rpm.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rpm.py')
-rw-r--r--modules/rpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rpm.py b/modules/rpm.py
index 72694af..263ab4d 100644
--- a/modules/rpm.py
+++ b/modules/rpm.py
@@ -21,7 +21,7 @@ import mlog
class RPMModule:
- def generate_spec(self, state, args, kwargs):
+ def generate_spec_template(self, state, args, kwargs):
proj = state.project_name.replace(' ', '_').replace('\t', '_')
so_installed = False
devel_subpkg = False