* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 0.99.3-2
- add some deps to the Xorg subpackage for base fonts, keyboard and mouse drivers, and rgb.txt that the server really won't work without
This commit is contained in:
parent
af712a9c98
commit
a57ecab015
@ -4,7 +4,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 0.99.3
|
Version: 0.99.3
|
||||||
Release: 1
|
Release: 2
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC2/everything/%{tarball}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC2/everything/%{tarball}-%{version}.tar.bz2
|
||||||
#ource0: %{tarball}-%{version}-%{cvsdate}.tar.bz2
|
#ource0: %{tarball}-%{version}-%{cvsdate}.tar.bz2
|
||||||
@ -85,6 +85,9 @@ Requires: xkbcomp
|
|||||||
# server, but in an OS packaging independent manner. This futureproofs
|
# server, but in an OS packaging independent manner. This futureproofs
|
||||||
# package dependencies against possible future Xorg package renaming.
|
# package dependencies against possible future Xorg package renaming.
|
||||||
Provides: Xorg = %{version}-%{release}
|
Provides: Xorg = %{version}-%{release}
|
||||||
|
# require some basic things like keyboard/mouse driver, base fonts, rgb db
|
||||||
|
Requires: xorg-x11-drv-mouse xorg-x11-drv-keyboard xorg-x11-fonts-base
|
||||||
|
Requires: xorg-x11-server-utils
|
||||||
|
|
||||||
%description Xorg
|
%description Xorg
|
||||||
X.org X11 is an open source implementation of the X Window System. It
|
X.org X11 is an open source implementation of the X Window System. It
|
||||||
@ -396,6 +399,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 0.99.3-2
|
||||||
|
- add some deps to the Xorg subpackage for base fonts, keyboard and mouse
|
||||||
|
drivers, and rgb.txt that the server really won't work without
|
||||||
|
|
||||||
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
|
||||||
- Update to xorg-server-0.99.3 from X11R7 RC2.
|
- Update to xorg-server-0.99.3 from X11R7 RC2.
|
||||||
- Add xorg-server.m4 to sdk subpackage, and "X" symlink to Xorg subpackage.
|
- Add xorg-server.m4 to sdk subpackage, and "X" symlink to Xorg subpackage.
|
||||||
|
Loading…
Reference in New Issue
Block a user