File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ override_dh_auto_install:
135135 install -D systemvm/dist/* $(DESTDIR)/usr/share/$(PACKAGE)-common/vms/
136136 # We need jasypt for cloud-install-sys-tmplt, so this is a nasty hack to get it into the right place
137137 install -D agent/target/dependencies/jasypt-1.9.3.jar $(DESTDIR)/usr/share/$(PACKAGE)-common/lib
138- install -D utils/target/cloud-utils-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-common/lib/$(PACKAGE)-utils.jar
138+ install -D utils/target/cloud-utils-$(VERSION)-SHADED .jar $(DESTDIR)/usr/share/$(PACKAGE)-common/lib/$(PACKAGE)-utils.jar
139139
140140 # cloudstack-python
141141 mkdir -p $(DESTDIR)/usr/share/pyshared
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ ln -sf log4j-cloud.xml ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/management/log4j
302302
303303install python/bindir/cloud-external-ipallocator.py ${RPM_BUILD_ROOT}%{_bindir }/%{name }-external-ipallocator.py
304304install -D client/target/pythonlibs/jasypt-1.9.3.jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-common/lib/jasypt-1.9.3.jar
305- install -D utils/target/cloud-utils-%{_maventag }.jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-common/lib/%{name }-utils.jar
305+ install -D utils/target/cloud-utils-%{_maventag }-SHADED .jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-common/lib/%{name }-utils.jar
306306
307307install -D packaging/centos7/cloud-ipallocator.rc ${RPM_BUILD_ROOT}%{_initrddir }/%{name }-ipallocator
308308install -D packaging/centos7/cloud.limits ${RPM_BUILD_ROOT}%{_sysconfdir }/security/limits.d/cloud
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ ln -sf log4j-cloud.xml ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/management/log4j
284284
285285install python/bindir/cloud-external-ipallocator.py ${RPM_BUILD_ROOT}%{_bindir }/%{name }-external-ipallocator.py
286286install -D client/target/pythonlibs/jasypt-1.9.3.jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-common/lib/jasypt-1.9.3.jar
287- install -D utils/target/cloud-utils-%{_maventag }.jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-common/lib/%{name }-utils.jar
287+ install -D utils/target/cloud-utils-%{_maventag }-SHADED .jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-common/lib/%{name }-utils.jar
288288
289289install -D packaging/centos8/cloud-ipallocator.rc ${RPM_BUILD_ROOT}%{_initrddir }/%{name }-ipallocator
290290install -D packaging/centos8/cloud.limits ${RPM_BUILD_ROOT}%{_sysconfdir }/security/limits.d/cloud
Original file line number Diff line number Diff line change 261261 <goal >shade</goal >
262262 </goals >
263263 <configuration >
264+ <finalName >${project.artifactId} -${project.version} -SHADED</finalName >
264265 <createDependencyReducedPom >false</createDependencyReducedPom >
265266 <artifactSet >
266267 <includes >
You can’t perform that action at this time.
0 commit comments