From d01e0bc661b7a266ee79df4bd3277e6489f749e9 Mon Sep 17 00:00:00 2001 From: Rick Harris Date: Thu, 28 Jun 2012 22:38:53 +0000 Subject: Add missing utils declaration to RPM spec. `utils.py` was added by the Dom0 plugin refactoring but the corresponding declaration in the SPEC file was forgotten. Change-Id: If12d7389a51928b1f741063e12b3b5a9015d0656 --- .../xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec b/plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec index 1ed78d3a5..505d42fe2 100644 --- a/plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec +++ b/plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec @@ -34,3 +34,4 @@ rm -rf $RPM_BUILD_ROOT /etc/xapi.d/plugins/pluginlib_nova.py /etc/xapi.d/plugins/xenhost /etc/xapi.d/plugins/xenstore.py +/etc/xapi.d/plugins/utils.py -- cgit