File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 11__author__ = 'Dmitry Vasilyev'
22__author_email__ = 'info@postgrespro.ru'
33__description__ = 'Monitoring agent for PostgreSQL'
4- __version__ = '2.4.1 '
4+ __version__ = '2.4.2 '
55__licence__ = 'BSD'
66
77__url__ = 'https://github.com/postgrespro/mamonsu'
Original file line number Diff line number Diff line change 1+ mamonsu (2.4.2-1) stable; urgency=low
2+
3+ * fix longest running xact metric
4+ * fixes for python 3
5+
6+ -- PostgresPro DBA <dba@postgrespro.ru> Mon, 20 Jan 2020 19:50:00 +0300
7+
18mamonsu (2.4.1-1) stable; urgency=low
29
310 * add trigger for pgsql.ping
Original file line number Diff line number Diff line change 22%{! ?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
33
44Name: mamonsu
5- Version: 2.4.1
5+ Version: 2.4.2
66Release: 1%{?dist }
77Summary: Monitoring agent for PostgreSQL
88Group: Applications/Internet
@@ -73,6 +73,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373/sbin/chkconfig --del mamonsu
7474
7575%changelog
76+ * Mon Jan 20 2020 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.4.2-1
77+ - fix longest running xact metric
78+ - fixes for python 3
79+
7680* Tue Sep 3 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.1-1
7781- add trigger for pgsql.ping
7882
Original file line number Diff line number Diff line change 11Name: mamonsu
2- Version: 2.4.1
2+ Version: 2.4.2
33Release: 1%{?dist }
44Summary: Monitoring agent for PostgreSQL
55Group: Applications/Internet
@@ -70,6 +70,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070/sbin/chkconfig --del mamonsu
7171
7272%changelog
73+ * Mon Jan 20 2020 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.4.2-1
74+ - fix longest running xact metric
75+ - fixes for python 3
76+
7377* Tue Sep 3 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.1-1
7478- add trigger for pgsql.ping
7579
Original file line number Diff line number Diff line change 11%define _datarootdir %{_prefix }/share
22Name: mamonsu
3- Version: 2.4.1
3+ Version: 2.4.2
44Release: 1%{?dist }
55Summary: Monitoring agent for PostgreSQL
66Group: Applications/Internet
@@ -74,6 +74,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474/sbin/chkconfig --del mamonsu
7575
7676%changelog
77+ * Mon Jan 20 2020 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.4.2-1
78+ - fix longest running xact metric
79+ - fixes for python 3
80+
7781* Tue Sep 3 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.1-1
7882- add trigger for pgsql.ping
7983
Original file line number Diff line number Diff line change 11!define NAME Mamonsu
2- !define VERSION 2.3 . 4
2+ !define VERSION 2.4 . 2
33!define MAMONSU_REG_PATH " Software\PostgresPro\Mamonsu"
44!define MAMONSU_REG_UNINSTALLER_PATH " Software\Microsoft\Windows\CurrentVersion\Uninstall"
55!define EDB_REG " SOFTWARE\Postgresql"
You can’t perform that action at this time.
0 commit comments