changeset 2291:9bfc2723bbfc

[RPM] Don't package storage-populator. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-May/018755.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 06 May 2016 16:02:47 +0200
parents f0e974d6bf67
children 12e2aa7b6c42
files distribution/packaging/fedora/thermostat.spec
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/packaging/fedora/thermostat.spec	Thu May 05 11:12:40 2016 -0400
+++ b/distribution/packaging/fedora/thermostat.spec	Fri May 06 16:02:47 2016 +0200
@@ -613,6 +613,9 @@
 %pom_disable_module schema-info-command dev
 %pom_disable_module perflog-analyzer dev
 %pom_disable_module ipc-test dev
+# Disable storage-populator in RPMs for the time being since it's mostly
+# relevant for development work.
+%pom_disable_module storage-populator dev
 # SCL would need maven archetype packaging plugin for this to work. For now package in
 # Fedora only.
 %{?scl:
@@ -620,6 +623,7 @@
 %pom_disable_module multi-module-plugin-archetype dev
 }
 %pom_remove_dep com.redhat.thermostat:thermostat-schema-info-distribution distribution
+%pom_remove_dep com.redhat.thermostat:thermostat-storage-populator-distribution distribution
 
 # Remove system scope and systempath from tools jar dependency.
 # That dependency is activated via the needs-tools-jar profile.