a5d5368a46
remove the plugin and update resources accordingly. Change-Id: Ib4184c9b81b40e6892886c71fd8de09ba55322af
37 lines
906 B
RPMSpec
37 lines
906 B
RPMSpec
Name: openstack-xen-plugins
|
|
Version: 2011.3
|
|
Release: 1
|
|
Summary: Files for XenAPI support.
|
|
License: ASL 2.0
|
|
Group: Applications/Utilities
|
|
Source0: openstack-xen-plugins.tar.gz
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
Requires: parted
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%description
|
|
This package contains files that are required for XenAPI support for OpenStack.
|
|
|
|
%prep
|
|
%setup -q -n openstack-xen-plugins
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/etc
|
|
cp -r xapi.d $RPM_BUILD_ROOT/etc
|
|
chmod a+x $RPM_BUILD_ROOT/etc/xapi.d/plugins/*
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
/etc/xapi.d/plugins/agent
|
|
/etc/xapi.d/plugins/glance
|
|
/etc/xapi.d/plugins/migration
|
|
/etc/xapi.d/plugins/pluginlib_nova.py
|
|
/etc/xapi.d/plugins/xenhost
|
|
/etc/xapi.d/plugins/xenstore.py
|