[7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number.
Message ID | 1458921823-17133-8-git-send-email-jonatan.schlag@ipfire.org |
---|---|
State | Superseded |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id C703F6137E for <patchwork@ipfire.org>; Fri, 25 Mar 2016 17:00:54 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 590EB1D15; Fri, 25 Mar 2016 17:00:52 +0100 (CET) Received: from fangorn.local.familyschlag (dslb-088-073-201-130.088.073.pools.vodafone-ip.de [88.73.201.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 982451D1A; Fri, 25 Mar 2016 17:00:48 +0100 (CET) From: Jonatan Schlag <jonatan.schlag@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number. Date: Fri, 25 Mar 2016 17:03:43 +0100 Message-Id: <1458921823-17133-8-git-send-email-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1458921823-17133-1-git-send-email-jonatan.schlag@ipfire.org> References: <1458921823-17133-1-git-send-email-jonatan.schlag@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Jonatan Schlag
March 26, 2016, 3:03 a.m. UTC
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
lfs/qemu | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
Hi, sadly I have to write that this series is superseded. The creation of the packages fails because spice-protocol python-pyparsing and python-six are empty. Tar do not like to pack empty packages. Regards Jonatan
Hey, just move the rootfiles from the packages directory to common. That should fix it. The rest of this looks good. Best, -Michael On Sat, 2016-03-26 at 09:11 +0100, Jonatan Schlag wrote: > Hi, > sadly I have to write that this series is superseded. > The creation of the packages fails because spice-protocol python-pyparsing and > python-six are empty. > Tar do not like to pack empty packages. > > Regards Jonatan