diff options
author | CoprDistGit <infra@openeuler.org> | 2023-10-02 03:51:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-10-02 03:51:01 +0000 |
commit | 5e70f68f54368cb8bccc9b37b5792530343f6e08 (patch) | |
tree | 389c7dbe05065ae5f7f5e5d993ee9753993f3de2 | |
parent | 75097db4b5830dd1d9d4ca73733777f547b02add (diff) |
automatic import of zabbix
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | sources | 2 | ||||
-rw-r--r-- | zabbix.spec | 5 |
3 files changed, 6 insertions, 2 deletions
@@ -1,2 +1,3 @@ /zabbix-6.0.20.tar.gz /zabbix-6.0.21.tar.gz +/zabbix-6.0.22.tar.gz @@ -1 +1 @@ -4d0b6ff64f98dd626bbd48d521001561 zabbix-6.0.21.tar.gz +4e4f7254c3b862a8ee12dd3a7c2c3d32 zabbix-6.0.22.tar.gz diff --git a/zabbix.spec b/zabbix.spec index 6d12b64..3e8e4d0 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -1,7 +1,7 @@ %global srcname zabbix Name: zabbix -Version: 6.0.21 +Version: 6.0.22 Release: 1 Summary: The Enterprise-class open source monitoring solution License: GPLv2 @@ -684,6 +684,9 @@ fi %files web-pgsql %changelog +* Mon Oct 02 2023 Funda Wang <fundawang@yeah.net> - 6.0.22-1 +- 6.0.22 + * Tue Aug 22 2023 Funda Wang <fundawang@yeah.net> - 6.0.20-1 - update to 6.0.20 |