Update rpm spec message.

pull/70/head
Jussi Pakkanen 10 years ago
parent 78d31cafd7
commit 2c47c8c5e7
  1. 2
      modules/rpm.py

@ -149,7 +149,7 @@ class RPMModule:
fn.write('- \n') fn.write('- \n')
fn.write('\n') fn.write('\n')
fn.close() fn.close()
mlog.log('Please, look at RPM spec file and fix FIXME\'s') mlog.log('RPM spec template written to %s.spec.\n' % proj)
def initialize(): def initialize():
return RPMModule() return RPMModule()

Loading…
Cancel
Save