[thermostat/f19] Fix warning on uninstall.

jerboaa jerboaa at fedoraproject.org
Wed May 29 13:29:03 UTC 2013


commit 04a7f707c6b1a92e98c805df4e791f3e786dbae8
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Wed May 29 15:26:46 2013 +0200

    Fix warning on uninstall.

 thermostat.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/thermostat.spec b/thermostat.spec
index e2be9b8..a3749a0 100644
--- a/thermostat.spec
+++ b/thermostat.spec
@@ -10,7 +10,7 @@ Name:       thermostat
 Version:    0.9.2
 # If building from snapshot out of hg, uncomment and adjust below value as appropriate
 #Release:    0.1.20130521hg%{hgrev}%{?dist}
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A monitoring and serviceability tool for OpenJDK
 License:    GPLv2+ with exceptions
 URL:        http://icedtea.classpath.org/thermostat/
@@ -554,7 +554,6 @@ popd
 %attr(0770,thermostat,root) %dir %{system_cachedir}
 %attr(0770,thermostat,root) %dir %{system_logdir}
 %attr(0770,thermostat,root) %dir %{system_logdir}/storage
-%attr(0770,thermostat,root) %dir %{system_statedir}
 %attr(0770,thermostat,root) %dir %{system_statedir}/storage
 %attr(0770,thermostat,root) %dir %{system_statedir}/agent
 
@@ -566,6 +565,9 @@ popd
 %{_datadir}/tomcat/webapps/%{name}
 
 %changelog
+* Wed May 29 2013 Severin Gehwolf <sgehwolf at redhat.com> 0.9.2-2
+- Fix warning on uninstall.
+
 * Fri May 24 2013 Severin Gehwolf <sgehwolf at redhat.com> 0.9.2-1
 - Update to upstream 0.9.2 release.
 - With this update, storage/agent systemd services work in


More information about the scm-commits mailing list