diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-22 19:46:11 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-22 19:46:11 +0200 |
| commit | 2c47c8c5e791d88792fd5edb48112ca707de9d90 (patch) | |
| tree | a8d772631d73ccabc645086d678ddc99dd147499 /modules | |
| parent | 78d31cafd73ef7df0e842efc822a8778fe4f9761 (diff) | |
| download | meson-2c47c8c5e791d88792fd5edb48112ca707de9d90.tar.gz | |
Update rpm spec message.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rpm.py b/modules/rpm.py index 57c1de5f9..4ae1cc6c7 100644 --- a/modules/rpm.py +++ b/modules/rpm.py @@ -149,7 +149,7 @@ class RPMModule: fn.write('- \n') fn.write('\n') 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(): return RPMModule() |
