[xorg-x11-drv-modesetting] add missing BR for libudev-devel so hotplug works

Dave Airlie airlied at fedoraproject.org
Mon Jan 20 02:12:56 UTC 2014


commit 7702530851b72e46662d4b3906cada3fa253ffcc
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jan 20 12:13:04 2014 +1000

    add missing BR for libudev-devel so hotplug works

 xorg-x11-drv-modesetting.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-drv-modesetting.spec b/xorg-x11-drv-modesetting.spec
index 295a34d..c609ce5 100644
--- a/xorg-x11-drv-modesetting.spec
+++ b/xorg-x11-drv-modesetting.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 modesetting video driver
 Name:      xorg-x11-drv-modesetting
 Version:   0.8.0
-Release:   9%{?dist}
+Release:   10%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -17,6 +17,7 @@ Patch1: modesetting-0.8.0-xserver-1.15-compat.patch
 # all X hw drivers aren't built on s390 - no need for separate bug
 ExcludeArch: s390 s390x
 
+BuildRequires: libudev-devel
 BuildRequires: xorg-x11-server-devel >= 1.10.99.902
 BuildRequires: libX11-devel
 BuildRequires: libdrm-devel
@@ -58,6 +59,9 @@ find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 %doc COPYING README
 
 %changelog
+* Mon Jan 20 2014 Dave Airlie <airlied at redhat.com> 0.8.0-10
+- add missing BR for libudev-devel so hotplug works
+
 * Mon Jan 13 2014 Adam Jackson <ajax at redhat.com> - 0.8.0-9
 - 1.15 ABI rebuild
 


More information about the scm-commits mailing list