mirror of https://github.com/apache/cloudstack.git
Fix OSS RPM packaging by excluding the special-cased files generated out of the scripts project in premium
This commit is contained in:
parent
7c2f31c33e
commit
d88ba4fa2b
|
|
@ -486,6 +486,7 @@ fi
|
|||
%defattr(-,root,root,-)
|
||||
%{_libdir}/%{name}/agent/scripts/*
|
||||
# maintain the following list in sync with files agent-scripts
|
||||
%if %{_premium}
|
||||
%exclude %{_libdir}/%{name}/agent/scripts/vm/hypervisor/xenserver/check_heartbeat.sh
|
||||
%exclude %{_libdir}/%{name}/agent/scripts/vm/hypervisor/xenserver/find_bond.sh
|
||||
%exclude %{_libdir}/%{name}/agent/scripts/vm/hypervisor/xenserver/launch_hb.sh
|
||||
|
|
@ -494,6 +495,7 @@ fi
|
|||
%exclude %{_libdir}/%{name}/agent/scripts/vm/hypervisor/xenserver/xenheartbeat.sh
|
||||
%exclude %{_libdir}/%{name}/agent/scripts/vm/hypervisor/xenserver/xenserver56/patch-premium
|
||||
%exclude %{_libdir}/%{name}/agent/scripts/vm/hypervisor/xenserver/xs_cleanup.sh
|
||||
%endif
|
||||
%{_libdir}/%{name}/agent/vms/systemvm.zip
|
||||
%{_libdir}/%{name}/agent/vms/systemvm.iso
|
||||
%doc README
|
||||
|
|
|
|||
Loading…
Reference in New Issue