collectd.spec: avoid accidentally picking an ancient/unsupported java version
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 4 Sep 2017 09:51:04 +0000 (11:51 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 4 Sep 2017 09:51:13 +0000 (11:51 +0200)
contrib/redhat/collectd.spec

index 5181293..a51c570 100644 (file)
@@ -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.