Douglas Schilling Landgraf has uploaded a new change for review. Change subject: vdsm.spec: increase policycoreutils version for RHEL ......................................................................
vdsm.spec: increase policycoreutils version for RHEL Due bz#893065 if selinux is disable vdsm package can not be installed on RHEL systems. Change-Id: Ib2b40781e4e6bba28ac5ebcf54ff089bad09e36d Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=903309 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M vdsm.spec.in 1 file changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/41/11341/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 632d315..aef89ba 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -93,6 +93,7 @@ Requires: libvirt Requires: lvm2 Requires: python +Requires: policycoreutils-python Requires: qemu-kvm Requires: qemu-kvm-img Requires: sanlock, sanlock-python @@ -110,6 +111,8 @@ Requires: sanlock >= 2.3-4, sanlock-python Requires: initscripts >= 9.03.31-2.el6_3.1 Requires: mom >= 0.3.0 +Requires: policycoreutils >= 2.0.83-19.30 +Requires: policycoreutils-python >= 2.0.83-19.30 Requires: selinux-policy-targeted >= 3.7.19-155 Requires: lvm2 >= 2.02.95-10.el6_3.2 Requires: logrotate < 3.8.0 @@ -126,6 +129,7 @@ Requires: kernel >= 3.6 Requires: mom >= 0.3.0 Requires: sanlock >= 2.4-2, sanlock-python +Requires: policycoreutils-python Requires: sed >= 4.2.1-10 Requires: selinux-policy-targeted >= 3.10.0-149 Requires: lvm2 >= 2.02.95 @@ -144,7 +148,6 @@ Requires: sos Requires: tree Requires: dosfstools -Requires: policycoreutils-python Requires: genisoimage Requires: libselinux-python Requires: %{name}-python = %{version}-%{release} -- To view, visit http://gerrit.ovirt.org/11341 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib2b40781e4e6bba28ac5ebcf54ff089bad09e36d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
