Ryan Barry has uploaded a new change for review. Change subject: Don't strip the CIM page either ......................................................................
Don't strip the CIM page either The change in http://gerrit.ovirt.org/#/c/17431/ missed the cim plugin. Pre-compile that one as well. Change-Id: I987dac2482acef9e0f1d0218f4403e2cae483ffd Signed-off-by: Ryan Barry <[email protected]> --- M ovirt-node.spec.in 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/98/20298/1 diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index e94ddf9..791dab4 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -528,10 +528,10 @@ %files plugin-cim -%{python_sitelib}/ovirt_config_setup/cim.py -%{python_sitelib}/ovirt/node/setup/cim/__init__.py -%{python_sitelib}/ovirt/node/setup/cim/cim_model.py -%{python_sitelib}/ovirt/node/setup/cim/cim_page.py +%{python_sitelib}/ovirt_config_setup/cim.py* +%{python_sitelib}/ovirt/node/setup/cim/__init__.py* +%{python_sitelib}/ovirt/node/setup/cim/cim_model.py* +%{python_sitelib}/ovirt/node/setup/cim/cim_page.py* %{_sysconfdir}/ovirt-plugins.d/cim.minimize %if %{is_systemd} %{_unitdir}/ovirt-cim.service -- To view, visit http://gerrit.ovirt.org/20298 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I987dac2482acef9e0f1d0218f4403e2cae483ffd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
