[thermostat/f22] Add mongodb requirement for thermostat-setup.

jerboaa jerboaa at fedoraproject.org
Thu Feb 26 13:41:21 UTC 2015


commit 4948520abf864f37ee0c0ee45f2937723973a162
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Thu Feb 26 14:39:42 2015 +0100

    Add mongodb requirement for thermostat-setup.

 thermostat.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/thermostat.spec b/thermostat.spec
index ba2fa7a..f5e7fa4 100644
--- a/thermostat.spec
+++ b/thermostat.spec
@@ -80,7 +80,7 @@ Name:       %{?scl_prefix}thermostat
 Version:    %{major}.%{minor}.%{patchlevel}
 # If building from snapshot out of hg, uncomment and adjust below value as appropriate
 #Release:    0.1.20131122hg%{hgrev}%{?dist}
-Release:    12%{?dist}
+Release:    13%{?dist}
 Summary:    A monitoring and serviceability tool for OpenJDK
 License:    GPLv2+ with exceptions and OFL
 URL:        http://icedtea.classpath.org/thermostat/
@@ -203,6 +203,8 @@ Requires: java-devel >= 1:1.8.0
 # Only require mongodb-server on arches where it's available
 %ifarch %{arm} %{ix86} x86_64
 Requires: mongodb-server
+# Fedora's thermostat-setup uses mongo directly
+Requires: mongodb
 %endif
 Requires: libgnome-keyring
 Requires(post): systemd
@@ -782,6 +784,9 @@ end
 %config(noreplace) %{system_confdir}/sysconfig/tomcat@%{pkg_name}
 
 %changelog
+* Thu Feb 26 2015 Severin Gehwolf <sgehwolf at redhat.com> - 1.2.0-13
+- Add mongodb requirement for thermostat-setup.
+
 * Mon Feb 16 2015 Severin Gehwolf <sgehwolf at redhat.com> - 1.2.0-12
 - Re-enable self-BR (for proper xmvn-subst substitution).
 


More information about the scm-commits mailing list