[thermostat/f22] Re-enable self-BR (for proper xmvn-subst substitution).

jerboaa jerboaa at fedoraproject.org
Mon Feb 16 17:07:00 UTC 2015


commit 65a1b443a1fe52bceffbb51f045a43abd41508ec
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Mon Feb 16 14:03:11 2015 +0100

    Re-enable 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 ea19341..ba2fa7a 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:    11%{?dist}
+Release:    12%{?dist}
 Summary:    A monitoring and serviceability tool for OpenJDK
 License:    GPLv2+ with exceptions and OFL
 URL:        http://icedtea.classpath.org/thermostat/
@@ -127,7 +127,7 @@ Patch5:     mongodb26_setup_changes.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
@@ -782,6 +782,9 @@ end
 %config(noreplace) %{system_confdir}/sysconfig/tomcat@%{pkg_name}
 
 %changelog
+* Mon Feb 16 2015 Severin Gehwolf <sgehwolf at redhat.com> - 1.2.0-12
+- Re-enable self-BR (for proper xmvn-subst substitution).
+
 * Mon Feb 16 2015 Severin Gehwolf <sgehwolf at redhat.com> - 1.2.0-11
 - Rebuild with latest netty3.
 - Disable self-BR.


More information about the scm-commits mailing list