Zhou Zheng Sheng has uploaded a new change for review. Change subject: Add genisoimage to rpm dependencies ......................................................................
Add genisoimage to rpm dependencies vdsm/mkimage.py is using mkisofs, this command is provided by genisoimage. Change-Id: I67d33637982f08e8545a8e5ad8b3fd719ccfec5b Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/32/7232/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 23afd6b..ae03091 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -84,6 +84,7 @@ Requires: tree Requires: dosfstools Requires: policycoreutils-python +Requires: genisoimage Requires(pre,preun): policycoreutils-python Requires: libselinux-python Requires: %{name}-python = %{version}-%{release} -- To view, visit http://gerrit.ovirt.org/7232 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I67d33637982f08e8545a8e5ad8b3fd719ccfec5b Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
