Skip to content

Commit 2fe8ee4

Browse files
author
frank
committedMay 25, 2012
fix build after awsapi merge
1 parent eb86481 commit 2fe8ee4

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed
 

‎cloud.spec

-25
Original file line numberDiff line numberDiff line change
@@ -248,17 +248,6 @@ Group: System Environment/Libraries
248248
%description cli
249249
The CloudStack command line tools contain a few Python modules that can call cloudStack APIs.
250250

251-
%package test
252-
Summary: CloudStack test suite
253-
Requires: java >= 1.6.0
254-
Requires: %{name}-utils = %{version}, %{name}-deps = %{version}, wget
255-
Group: System Environment/Libraries
256-
Obsoletes: vmops-test < %{version}-%{release}
257-
%description test
258-
The CloudStack test package contains a suite of automated tests
259-
that the very much appreciated CloudStack QA team constantly
260-
uses to help increase the quality of the CloudStack.
261-
262251
%package usage
263252
Summary: CloudStack usage monitor
264253
Obsoletes: vmops-usage < %{version}-%{release}
@@ -340,12 +329,6 @@ if [ -d %{_datadir}/%{name}/management/webapps/client/ ]; then
340329
popd &>/dev/null
341330
fi
342331

343-
%post client
344-
if [ "$1" == "1" ] ; then
345-
/sbin/chkconfig --add %{name}-management > /dev/null 2>&1 || true
346-
/sbin/chkconfig --level 345 %{name}-management on > /dev/null 2>&1 || true
347-
fi
348-
349332
%preun usage
350333
if [ "$1" == "0" ] ; then
351334
/sbin/chkconfig --del %{name}-usage > /dev/null 2>&1 || true
@@ -557,14 +540,6 @@ fi
557540
%files baremetal-agent
558541
%attr(0755,root,root) %{_bindir}/cloud-setup-baremetal
559542

560-
%files test
561-
%defattr(0644,root,root,0755)
562-
%attr(0755,root,root) %{_bindir}/%{name}-run-test
563-
%{_javadir}/%{name}-test.jar
564-
%{_sharedstatedir}/%{name}/test/*
565-
%{_libdir}/%{name}/test/*
566-
%config(noreplace) %{_sysconfdir}/%{name}/test/*
567-
568543
%files usage
569544
%defattr(0644,root,root,0775)
570545
%{_javadir}/%{name}-usage.jar
File renamed without changes.

‎wscript_build

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ build_db_files ()
404404
build_plugins ()
405405
build_xml_api_description ()
406406
build_ovm ()
407-
build_test()
407+
#build_test()
408408
build_usage_dir()
409409

410410
# ====================== Magic! =========================================

0 commit comments

Comments
 (0)
Please sign in to comment.