[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] osstest: install libnl3 packages
On Thu, 2015-07-02 at 16:26 +0100, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH] osstest: install libnl3 packages"): > > Install the libnl3 packages needed by the remus code. Those are > > available on > > both Wheezy and Jessie, although the Wheezy ones are too old. > > This patch implicitly drops support for lenny and squeeze. I think > you should mention that in the commit message. I added your "This patch...squeeze." sentence to the commit message, acked it and pushed to pretest. There was a conflict with the addition of ebtables, the result is below. commit 2ff90f75e5b40152998b69900adf1985382409bf Author: Roger Pau Monne <roger.pau@xxxxxxxxxx> Date: Wed Jul 1 17:12:25 2015 +0200 osstest: install libnl3 packages Install the libnl3 packages needed by the remus code. Those are available on both Wheezy and Jessie, although the Wheezy ones are too old. This patch implicitly drops support for lenny and squeeze. Signed-off-by: Roger Pau Monnà <roger.pau@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Shriram Rajagopalan <rshriram@xxxxxxxxx> Cc: Yang Hongyang <yanghy@xxxxxxxxxxxxxx> [ ijc -- resolved conflict with addition of ebtables ] diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 03ad35c..ace8080 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -206,14 +206,9 @@ sub prep () { autoconf automake libtool xsltproc libxml2-utils libxml2-dev libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl - ccache nasm checkpolicy ebtables); + ccache nasm checkpolicy ebtalbes + libnl-3-dev libnl-route-3-dev); - if ($ho->{Suite} =~ m/wheezy|squeeze|lenny/) { - push(@packages, "libnl-dev"); - } else { - # jessie (>jessie?) - push(@packages, "libnl-route-3-dev"); - } target_install_packages($ho, @packages); target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates"); # workaround for Debian #595728 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |