Ryan Barry has uploaded a new change for review. Change subject: Make sure plugin autoinstall files stay in their packages ......................................................................
Make sure plugin autoinstall files stay in their packages Tweak the specfile a bit to make sure new plugins with autoinstall directives don't leak files back into ovirt-node. Change-Id: I036b8b37dd63b1b6126cfe2af72f2ef3f6a3afc8 Signed-off-by: Ryan Barry <[email protected]> --- M ovirt-node.spec.in 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/93/22093/1 diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index d364659..a66ef6a 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -579,8 +579,7 @@ %{mgmt_scripts_dir} %{_sysconfdir}/ovirt-config-boot.d -%exclude %{_sysconfdir}/ovirt-config-boot.d/snmp_autoinstall.py* -%exclude %{_sysconfdir}/ovirt-config-boot.d/puppet_autoinstall.py* +%exclude %{_sysconfdir}/ovirt-config-boot.d/*_autoinstall.py* %if %{is_f16} %{_unitdir}/libvirtd.service @@ -631,6 +630,7 @@ %{python_sitelib}/augeas* %{_sysconfdir}/ovirt-early.d %{_sysconfdir}/ovirt-commandline.d +%exclude %{_sysconfdir}/ovirt-commandline.d/* %if %{is_systemd} %{_unitdir}/ovirt.service %{_unitdir}/ovirt-awake.service -- To view, visit http://gerrit.ovirt.org/22093 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I036b8b37dd63b1b6126cfe2af72f2ef3f6a3afc8 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
