summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--collectd.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/collectd.spec b/collectd.spec
index d615d4a..6e1b82c 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -104,6 +104,7 @@
%bcond_without dns # DNS plugin
%bcond_without ipmi # IPMI plugin
%bcond_without iptables # iptables plugin
+%bcond_with java
%bcond_without libesmtp # notify_email plugin
%bcond_without libvirt # libvirt plugin
%bcond_without modbus # modbus plugin
@@ -125,7 +126,7 @@ Summary: Collects system information in RRD files
Summary(pl.UTF-8): Zbieranie informacji o systemie w plikach RRD
Name: collectd
Version: 5.5.0
-Release: 1
+Release: 2
License: GPL v2
Group: Daemons
Source0: http://collectd.org/files/%{name}-%{version}.tar.bz2
@@ -1342,6 +1343,7 @@ Perl files from Collectd package
%{__enable_disable dns} \
%{__enable_disable ipmi} \
%{__enable_disable iptables} \
+ %{__enable_disable java} \
%{__enable_disable multimeter} \
%{__enable_disable mysql} \
%{__enable_disable netlink} \