mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix build after awsapi merge
This commit is contained in:
parent
eb864814a9
commit
2fe8ee4d5e
25
cloud.spec
25
cloud.spec
@ -248,17 +248,6 @@ Group: System Environment/Libraries
|
|||||||
%description cli
|
%description cli
|
||||||
The CloudStack command line tools contain a few Python modules that can call cloudStack APIs.
|
The CloudStack command line tools contain a few Python modules that can call cloudStack APIs.
|
||||||
|
|
||||||
%package test
|
|
||||||
Summary: CloudStack test suite
|
|
||||||
Requires: java >= 1.6.0
|
|
||||||
Requires: %{name}-utils = %{version}, %{name}-deps = %{version}, wget
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
Obsoletes: vmops-test < %{version}-%{release}
|
|
||||||
%description test
|
|
||||||
The CloudStack test package contains a suite of automated tests
|
|
||||||
that the very much appreciated CloudStack QA team constantly
|
|
||||||
uses to help increase the quality of the CloudStack.
|
|
||||||
|
|
||||||
%package usage
|
%package usage
|
||||||
Summary: CloudStack usage monitor
|
Summary: CloudStack usage monitor
|
||||||
Obsoletes: vmops-usage < %{version}-%{release}
|
Obsoletes: vmops-usage < %{version}-%{release}
|
||||||
@ -340,12 +329,6 @@ if [ -d %{_datadir}/%{name}/management/webapps/client/ ]; then
|
|||||||
popd &>/dev/null
|
popd &>/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post client
|
|
||||||
if [ "$1" == "1" ] ; then
|
|
||||||
/sbin/chkconfig --add %{name}-management > /dev/null 2>&1 || true
|
|
||||||
/sbin/chkconfig --level 345 %{name}-management on > /dev/null 2>&1 || true
|
|
||||||
fi
|
|
||||||
|
|
||||||
%preun usage
|
%preun usage
|
||||||
if [ "$1" == "0" ] ; then
|
if [ "$1" == "0" ] ; then
|
||||||
/sbin/chkconfig --del %{name}-usage > /dev/null 2>&1 || true
|
/sbin/chkconfig --del %{name}-usage > /dev/null 2>&1 || true
|
||||||
@ -557,14 +540,6 @@ fi
|
|||||||
%files baremetal-agent
|
%files baremetal-agent
|
||||||
%attr(0755,root,root) %{_bindir}/cloud-setup-baremetal
|
%attr(0755,root,root) %{_bindir}/cloud-setup-baremetal
|
||||||
|
|
||||||
%files test
|
|
||||||
%defattr(0644,root,root,0755)
|
|
||||||
%attr(0755,root,root) %{_bindir}/%{name}-run-test
|
|
||||||
%{_javadir}/%{name}-test.jar
|
|
||||||
%{_sharedstatedir}/%{name}/test/*
|
|
||||||
%{_libdir}/%{name}/test/*
|
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/test/*
|
|
||||||
|
|
||||||
%files usage
|
%files usage
|
||||||
%defattr(0644,root,root,0775)
|
%defattr(0644,root,root,0775)
|
||||||
%{_javadir}/%{name}-usage.jar
|
%{_javadir}/%{name}-usage.jar
|
||||||
|
|||||||
@ -404,7 +404,7 @@ build_db_files ()
|
|||||||
build_plugins ()
|
build_plugins ()
|
||||||
build_xml_api_description ()
|
build_xml_api_description ()
|
||||||
build_ovm ()
|
build_ovm ()
|
||||||
build_test()
|
#build_test()
|
||||||
build_usage_dir()
|
build_usage_dir()
|
||||||
|
|
||||||
# ====================== Magic! =========================================
|
# ====================== Magic! =========================================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user