[xorg-x11-server] Drop some Requires >= on things where we had newer versions in F14.

Adam Jackson ajax at fedoraproject.org
Thu Oct 13 17:58:26 UTC 2011


commit 5e795c87f3659c5687ddd5e81898129f903c4964
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Oct 13 13:58:22 2011 -0400

    Drop some Requires >= on things where we had newer versions in F14.

 xorg-x11-server.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index 26836d7..dca0f06 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -149,7 +149,6 @@ Summary: Xorg server common files
 Group: User Interface/X
 Requires: pixman >= 0.21.8
 Requires: xkeyboard-config xkbcomp
-Requires: libXfont >= 1.4.2
 
 %description common
 Common files shared among all X servers.
@@ -166,9 +165,7 @@ Provides: xserver-abi(xinput-%{xinput_major}) = %{xinput_minor}
 Provides: xserver-abi(extension-%{extension_major}) = %{extension_minor}
 
 Requires: xorg-x11-server-common >= %{version}-%{release}
-Requires: libdrm >= 2.4.20
 Requires: system-setup-keyboard
-Requires: udev >= 148-1
 
 %description Xorg
 X.org X11 is an open source implementation of the X Window System.  It
@@ -552,6 +549,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Thu Oct 13 2011 Adam Jackson <ajax at redhat.com>
+- Drop some Requires >= on things where we had newer versions in F14.
+
 * Mon Sep 26 2011 Adam Jackson <ajax at redhat.com> 1.11.1-1
 - xserver 1.11.1
 


More information about the scm-commits mailing list