Re: [Xen-devel] [PATCH 5/8] raisin: Fix CentOS build

2015-04-20 Thread Stefano Stabellini
On Mon, 20 Apr 2015, Stefano Stabellini wrote: > On Mon, 20 Apr 2015, George Dunlap wrote: > > On 04/17/2015 11:14 AM, Stefano Stabellini wrote: > > > On Thu, 16 Apr 2015, George Dunlap wrote: > > >> Add package dependencies for CentOS. Also use PKGTYPE rather than > > >> DISTRO to determine if we

Re: [Xen-devel] [PATCH 5/8] raisin: Fix CentOS build

2015-04-20 Thread Stefano Stabellini
On Mon, 20 Apr 2015, George Dunlap wrote: > On 04/17/2015 11:14 AM, Stefano Stabellini wrote: > > On Thu, 16 Apr 2015, George Dunlap wrote: > >> Add package dependencies for CentOS. Also use PKGTYPE rather than > >> DISTRO to determine if we need rpm-build. > >> > >> I've tested this for xen but n

Re: [Xen-devel] [PATCH 5/8] raisin: Fix CentOS build

2015-04-20 Thread George Dunlap
On 04/17/2015 11:14 AM, Stefano Stabellini wrote: > On Thu, 16 Apr 2015, George Dunlap wrote: >> Add package dependencies for CentOS. Also use PKGTYPE rather than >> DISTRO to determine if we need rpm-build. >> >> I've tested this for xen but not for libvirt or grub. >> >> Signed-off-by: George Du

Re: [Xen-devel] [PATCH 5/8] raisin: Fix CentOS build

2015-04-17 Thread Stefano Stabellini
On Thu, 16 Apr 2015, George Dunlap wrote: > Add package dependencies for CentOS. Also use PKGTYPE rather than > DISTRO to determine if we need rpm-build. > > I've tested this for xen but not for libvirt or grub. > > Signed-off-by: George Dunlap > --- > CC: Stefano Stabellini > --- > component

Re: [Xen-devel] [PATCH 5/8] raisin: Fix CentOS build

2015-04-16 Thread George Dunlap
On 04/16/2015 05:19 PM, George Dunlap wrote: > diff --git a/components/xen b/components/xen > index a0c0034..f2e1254 100644 > --- a/components/xen > +++ b/components/xen > @@ -11,10 +11,16 @@ function xen_check_package() { > > local DEP_Fedora_common="make gcc python-devel gettext libuuid-de

[Xen-devel] [PATCH 5/8] raisin: Fix CentOS build

2015-04-16 Thread George Dunlap
Add package dependencies for CentOS. Also use PKGTYPE rather than DISTRO to determine if we need rpm-build. I've tested this for xen but not for libvirt or grub. Signed-off-by: George Dunlap --- CC: Stefano Stabellini --- components/grub| 5 + components/libvirt | 7 +++ compone