diff options
author | Andrei Belov <defan@nginx.com> | 2018-03-01 23:03:03 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-03-01 23:03:03 +0300 |
commit | 1f06ccb6d898b6dbb2506e4a893691a67da80130 (patch) | |
tree | 8a9116b3728d87f694085402fa3e17c0edb3edf7 /pkg/rpm/Makefile.python | |
parent | 49c58909add5f45db093e57b5094a8780d5cc9a4 (diff) | |
download | unit-1f06ccb6d898b6dbb2506e4a893691a67da80130.tar.gz unit-1f06ccb6d898b6dbb2506e4a893691a67da80130.tar.bz2 |
Packages: fixed changelog generation for rpms.
Diffstat (limited to 'pkg/rpm/Makefile.python')
-rw-r--r-- | pkg/rpm/Makefile.python | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/rpm/Makefile.python b/pkg/rpm/Makefile.python index f13179b5..e95665a7 100644 --- a/pkg/rpm/Makefile.python +++ b/pkg/rpm/Makefile.python @@ -1,4 +1,5 @@ MODULES+= python +MODULE_SUFFIX_python= python MODULE_SUMMARY_python= Python module for NGINX Unit |