diff options
| -rw-r--r-- | rpm/SPECS/logactio.spec | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/rpm/SPECS/logactio.spec b/rpm/SPECS/logactio.spec index 1bc72d0..f22413f 100644 --- a/rpm/SPECS/logactio.spec +++ b/rpm/SPECS/logactio.spec @@ -1,6 +1,6 @@ Summary: A simple log tracker which acts on certain events Name: logactio -Version: 1.1 +Version: 1.2 Release: 1 License: GPLv2 Group: System Environment/Daemons @@ -126,6 +126,10 @@ fi %changelog +* Thu Jul 30 2020 David Sommerseth <dazo@eurephia.org> - 1.2.1 +- Migrate to Python 3 +- Improve log messages for SMTPreporter and IPTipset +- Use a simpler systemd service unit file * Thu Nov 12 2015 David Sommerseth <dazo@eurephia.org> - 1.1-1 - Reworked regexp match values sent to the reporter modules - Ensure that IPTipset only uses the first regexp match as an IP address @@ -8,7 +8,7 @@ import sys # Get PYTHONLIB with no prefix so --prefix installs work. PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages') -version = "1.1" +version = "1.2" setup(name="logactio", version=version, |
