[xorg-x11-drv-v4l] Fix koji build

mchehab mchehab at fedoraproject.org
Fri Feb 11 16:07:53 UTC 2011


commit c59f0e5718f1e053edfeedb88ff845ee1ae4c223
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Fri Feb 11 14:07:13 2011 -0200

    Fix koji build
    
    DEBUG util.py:247:  Could not download sources: sh: xserver-sdk-abi-requires: command not found
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 xorg-x11-drv-v4l.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/xorg-x11-drv-v4l.spec b/xorg-x11-drv-v4l.spec
index 4a36294..3ad643e 100644
--- a/xorg-x11-drv-v4l.spec
+++ b/xorg-x11-drv-v4l.spec
@@ -16,6 +16,7 @@ Patch0:    xorg-x11-drv-v4l-support_v4l2_only_drivers.patch
 ExcludeArch: s390 s390x
 
 BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
+BuildRequires: xorg-x11-server-devel
 
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires videodrv)


More information about the scm-commits mailing list