diff --git a/rpms/awips2.core/Installer.edex-environment/edex/component.spec b/rpms/awips2.core/Installer.edex-environment/edex/component.spec index c0b40634ce..4477dec224 100644 --- a/rpms/awips2.core/Installer.edex-environment/edex/component.spec +++ b/rpms/awips2.core/Installer.edex-environment/edex/component.spec @@ -112,10 +112,11 @@ if [ $? -ne 0 ]; then exit 1 fi +_QPID_VERSION="0.7" RPM_PROJECT="%{_baseline_workspace}/rpms" POSTGRES_INITD="${RPM_PROJECT}/awips2.core/Installer.postgresql/scripts/init.d/edex_postgres" -QPID_INITD="${RPM_PROJECT}/awips2.qpid/SOURCES/qpidd" -QUEUE_SH="${RPM_PROJECT}/awips2.qpid/SOURCES/queueCreator.sh" +QPID_INITD="${RPM_PROJECT}/awips2.qpid/${_QPID_VERSION}/SOURCES/qpidd" +QUEUE_SH="${RPM_PROJECT}/awips2.qpid/${_QPID_VERSION}/SOURCES/queueCreator.sh" EDEX_INITD="${RPM_PROJECT}/awips2.edex/Installer.edex-base/scripts/init.d/edex_camel" HTTPD_PYPIES_INITD="${RPM_PROJECT}/awips2.core/Installer.httpd-pypies/configuration/etc/init.d/httpd-pypies"