Bug 1224926

Summary: Update to latest git snapshot
Product: [Fedora] Fedora Reporter: poma <pomidorabelisima>
Component: spice-protocolAssignee: Gerd Hoffmann <kraxel>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: alexl, cfergeau, hdegoede, jforbes, kraxel, marcandre.lureau, sandmann, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-04 04:37:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Update to latest git snapshot 9acfaa6 2015-04-14 none

Description poma 2015-05-26 08:49:40 UTC
Created attachment 1029809 [details]
Update to latest git snapshot 9acfaa6 2015-04-14

Update to latest git snapshot 9acfaa6 2015-04-14

Comment 2 Christophe Fergeau 2015-05-26 09:19:43 UTC
Ok, the actual bug report is that building spice-vdagent from git fails when using the spice-protocol package shipped with fedora. spice-protocol.git must be used instead as spice-vdagent needs some new types/constants only available in spice-protocol.git
The actual bug is imo in spice-vdagent.git which should have a check that a new enough spice-protocol is available.

Comment 3 Christophe Fergeau 2015-05-26 09:37:44 UTC
See http://lists.freedesktop.org/archives/spice-devel/2015-May/019920.html for example.

Comment 4 poma 2015-07-04 04:37:09 UTC
$ rpm -q spice-protocol spice-vdagent
spice-protocol-0.12.8-1.fc23.noarch
spice-vdagent-0.16.0-1.fc23.x86_64

Thanks.