diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-24 22:18:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-24 22:18:01 +0000 |
commit | 30a3cf66b50117ad3541c3e7b25db4c751ceb526 (patch) | |
tree | 0aac41154e40c9db3b396ab11887f048a95c1aeb | |
parent | d516352a45d3bae02cdf2e45f911bf284160f4e2 (diff) |
automatic import of zabbix
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | sources | 2 | ||||
-rw-r--r-- | zabbix.spec | 8 |
3 files changed, 4 insertions, 7 deletions
@@ -1 +1,2 @@ /zabbix-6.0.20.tar.gz +/zabbix-6.0.21.tar.gz @@ -1 +1 @@ -113d9226a6c69951831f9b723e81e75b zabbix-6.0.20.tar.gz +4d0b6ff64f98dd626bbd48d521001561 zabbix-6.0.21.tar.gz diff --git a/zabbix.spec b/zabbix.spec index 50021a3..6d12b64 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -1,7 +1,7 @@ %global srcname zabbix Name: zabbix -Version: 6.0.20 +Version: 6.0.21 Release: 1 Summary: The Enterprise-class open source monitoring solution License: GPLv2 @@ -321,14 +321,10 @@ common_flags=" # Setup out of tree builds %global _configure ../configure -%if %{with java} -export CLASSPATH=$(build-classpath junit slf4j-api logback-core logback-classic android-json) -%endif - # Frontend doesn't work for SQLite, thus don't build server mkdir -p build-frontend cd build-frontend -%configure $common_flags --enable-agent --with-sqlite3 %{?with_go:--enable-agent2} %{?with_java:--enable-java} +%configure $common_flags --enable-agent --with-sqlite3 %make_build cd - |