Dan Kenigsberg has uploaded a new change for review. Change subject: spec: require libnl3 ......................................................................
spec: require libnl3 Fedora 22's libnl3 no longer provides libnl package name. Now that el6.6 is long out, we can require libnl3 on all platforms. Change-Id: I7266f432da971eeabfec84bc11792596af81f978 Label: ovirt-3.5-only Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/92/39092/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index d2bd5ee..6386564 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -102,7 +102,7 @@ BuildRequires: python-cpopen >= 1.3 BuildRequires: qemu-img BuildRequires: rpm-python -BuildRequires: libnl +BuildRequires: libnl3 BuildRequires: libselinux-python BuildRequires: libvirt-python BuildRequires: genisoimage @@ -151,7 +151,7 @@ Requires: nfs-utils Requires: m2crypto Requires: libguestfs-tools-c -Requires: libnl +Requires: libnl3 Requires: %{name}-xmlrpc = %{version}-%{release} Requires: %{name}-jsonrpc = %{version}-%{release} -- To view, visit https://gerrit.ovirt.org/39092 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7266f432da971eeabfec84bc11792596af81f978 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
