projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0760b1
)
collectd.spec: avoid accidentally picking an ancient/unsupported java version
author
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 4 Sep 2017 09:51:04 +0000
(11:51 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 4 Sep 2017 09:51:13 +0000
(11:51 +0200)
contrib/redhat/collectd.spec
patch
|
blob
|
history
diff --git
a/contrib/redhat/collectd.spec
b/contrib/redhat/collectd.spec
index
5181293
..
a51c570
100644
(file)
--- a/
contrib/redhat/collectd.spec
+++ b/
contrib/redhat/collectd.spec
@@
-483,8
+483,8
@@
the byte- and packet-counters of selected rules and submit them to collectd.
Summary: Java plugin for collectd
Group: System Environment/Daemons
Requires: %{name}%{?_isa} = %{version}-%{release}
-BuildRequires: java-devel
, jpackage-utils
-Requires: java
, jpackage-utils
+BuildRequires: java-devel
>= 1.6, jpackage-utils >= 1.6
+Requires: java
>= 1.6, jpackage-utils >= 1.6
%description java
This plugin for collectd allows plugins to be written in Java and executed
in an embedded JVM.