summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--sources2
-rw-r--r--zabbix.spec8
3 files changed, 4 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index a96f28a..cf99584 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/zabbix-6.0.20.tar.gz
+/zabbix-6.0.21.tar.gz
diff --git a/sources b/sources
index 2050463..7ed9d58 100644
--- a/sources
+++ b/sources
@@ -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 -