From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbBex-0007vJ-HR for qemu-devel@nongnu.org; Thu, 26 Mar 2015 13:33:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbBes-0001ZN-T5 for qemu-devel@nongnu.org; Thu, 26 Mar 2015 13:33:35 -0400 Received: from mail-ie0-f180.google.com ([209.85.223.180]:35710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbBes-0001ZI-PO for qemu-devel@nongnu.org; Thu, 26 Mar 2015 13:33:30 -0400 Received: by ieclw3 with SMTP id lw3so52146054iec.2 for ; Thu, 26 Mar 2015 10:33:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <871tkbwwzs.fsf@neno.neno> References: <1427385385-30571-1-git-send-email-eduardo.otubo@profitbricks.com> <871tkbwwzs.fsf@neno.neno> From: Peter Maydell Date: Thu, 26 Mar 2015 17:33:10 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] seccomp: libseccomp version varying according to arch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: Paul Moore , QEMU Developers , Eduardo Otubo On 26 March 2015 at 16:21, Juan Quintela wrote: > Eduardo Otubo wrote: >> Libseccomp dependency was mandating version 2.2.0 on all architectures >> and this was causing configure and virt-test to break on non-updates >> distros. This patch works-around it and give a more flexible way to >> check the version, giving more time for other distros to update >> libseccomp version. >> >> Signed-off-by: Eduardo Otubo >> Reported-by: Juan Quintela > Reviewed-by: Juan Quintela > Tested-by: Juan Quintela Applied to master, thanks. -- PMM