Douglas Schilling Landgraf has uploaded a new change for review. Change subject: spec: add rpm-python requirement ......................................................................
spec: add rpm-python requirement Using 'import rpm' requires the rpm-python package. Change-Id: I1f345d24cbd86d1f32510bbd418585a5a0bdc7f3 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M ovirt-node.spec.in 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/03/44503/1 diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index e044aa5..13a74d2 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -71,6 +71,7 @@ Requires: python-lockfile Requires: python-lxml Requires: PyPAM +Requires: rpm-python Requires: ethtool Requires: cracklib-python Requires: dracut @@ -430,6 +431,7 @@ Requires: python-urwid Requires: python-lockfile Requires: python-lxml +Requires: rpm-python Requires: cracklib-python Requires: dracut Requires: tuned -- To view, visit https://gerrit.ovirt.org/44503 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1f345d24cbd86d1f32510bbd418585a5a0bdc7f3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
