[thermostat] Re-introduce self-BR (for proper xmvn-subst substitution).

jerboaa jerboaa at fedoraproject.org
Mon Jan 26 16:06:11 UTC 2015


commit 4bb0f2d677a760732254fd6bbec4d68aafa75f6f
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Mon Jan 26 17:05:12 2015 +0100

    Re-introduce self-BR (for proper xmvn-subst substitution).

 thermostat.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/thermostat.spec b/thermostat.spec
index 7d514e2..90b5e94 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:    4%{?dist}
+Release:    5%{?dist}
 Summary:    A monitoring and serviceability tool for OpenJDK
 License:    GPLv2+ with exceptions and OFL
 URL:        http://icedtea.classpath.org/thermostat/
@@ -124,7 +124,7 @@ Patch4:     fix_assembly_filtering.patch
 
 # Self-BR in order for xmvn-subst to work for symlinking
 # thermostat deps.
-#BuildRequires: thermostat-webapp = %{version}
+BuildRequires: thermostat-webapp = %{version}
 # BRs for core thermostat
 BuildRequires: java-devel >= 1:1.8.0
 BuildRequires: javapackages-tools
@@ -770,6 +770,9 @@ end
 %config(noreplace) %{system_confdir}/sysconfig/tomcat@%{pkg_name}
 
 %changelog
+* Mon Jan 26 2015 Severin Gehwolf <sgehwolf at redhat.com> - 1.2.0-5
+- Re-introduce self-BR (for proper xmvn-subst substitution).
+
 * Mon Jan 26 2015 Severin Gehwolf <sgehwolf at redhat.com> - 1.2.0-4
 - Disable self-BR and conditionalize mongodb-server requires.
 


More information about the scm-commits mailing list