Dan Kenigsberg has uploaded a new change for review. Change subject: Fedora 18: require a newer udev ......................................................................
Fedora 18: require a newer udev Due to https://bugzilla.redhat.com/903716 `udev: device node permissions not applied with "change" event' we could not use block storage in Fedora. Let us explicitly require a newerer systemd that fixes this issue, to avoid users' dismay. Change-Id: Ie17abb2af146c492efafc94bfbb533c7f6c8025c Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/89/11489/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 7923a2d..d246eef 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -136,6 +136,7 @@ # In order to avoid a policycoreutils bug (rhbz 883355) when selinux is # disabled we now require the version 2.1.13-44 (or newer) of Fedora. Requires: policycoreutils >= 2.1.13-44 +Requires: systemd >= 197-1.fc18.2 %endif Requires: libvirt-python, libvirt-lock-sanlock, libvirt-client -- To view, visit http://gerrit.ovirt.org/11489 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie17abb2af146c492efafc94bfbb533c7f6c8025c Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
