mirror of https://github.com/apache/cloudstack.git
package cloud-external-ipallocator in cloud-python rpm, take 2
This commit is contained in:
parent
a80a3b851e
commit
6827ff814b
|
|
@ -522,6 +522,13 @@ fi
|
|||
%files python
|
||||
%defattr(0644,root,root,0755)
|
||||
%{_prefix}/lib*/python*/site-packages/%{name}*
|
||||
%attr(0755,root,root) %{_bindir}/cloud-external-ipallocator
|
||||
%attr(0755,root,root) %{_initrddir}/cloud-external-ipallocator
|
||||
%doc README
|
||||
%doc INSTALL
|
||||
%doc HACKING
|
||||
%doc README.html
|
||||
%doc debian/copyright
|
||||
|
||||
%files setup
|
||||
%attr(0755,root,root) %{_bindir}/%{name}-setup-databases
|
||||
|
|
|
|||
Loading…
Reference in New Issue