Add dependency on xorg-x11-fonts-base to all X server subpackages (#186091)
This commit is contained in:
parent
93b2725f97
commit
3fb841740b
@ -197,13 +197,16 @@ upon.
|
|||||||
%package Xnest
|
%package Xnest
|
||||||
Summary: A nested server.
|
Summary: A nested server.
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
#Requires: %{name} = %{version}-%{release}
|
|
||||||
Obsoletes: XFree86-Xnest, xorg-x11-Xnest
|
Obsoletes: XFree86-Xnest, xorg-x11-Xnest
|
||||||
# NOTE: This virtual provide should be used by packages which want to depend
|
# NOTE: This virtual provide should be used by packages which want to depend
|
||||||
# on an implementation nonspecific Xnest X server. It is intentionally not
|
# on an implementation nonspecific Xnest X server. It is intentionally not
|
||||||
# versioned, since it should be agnostic.
|
# versioned, since it should be agnostic.
|
||||||
Provides: Xnest
|
Provides: Xnest
|
||||||
|
|
||||||
|
# NOTE: The X server requires 'fixed' and 'cursor' font, which are provided
|
||||||
|
# by xorg-x11-fonts-base
|
||||||
|
Requires: xorg-x11-fonts-base
|
||||||
|
|
||||||
%description Xnest
|
%description Xnest
|
||||||
Xnest is an X server, which has been implemented as an ordinary
|
Xnest is an X server, which has been implemented as an ordinary
|
||||||
X application. It runs in a window just like other X applications,
|
X application. It runs in a window just like other X applications,
|
||||||
@ -216,13 +219,16 @@ applications without running them on their real X server.
|
|||||||
%package Xdmx
|
%package Xdmx
|
||||||
Summary: Distributed Multihead X Server and utilities
|
Summary: Distributed Multihead X Server and utilities
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
#Requires: %{name}-Xorg = %{version}-%{release}
|
|
||||||
Obsoletes: xorg-x11-Xdmx
|
Obsoletes: xorg-x11-Xdmx
|
||||||
# NOTE: This virtual provide should be used by packages which want to depend
|
# NOTE: This virtual provide should be used by packages which want to depend
|
||||||
# on an implementation nonspecific Xdmx X server. It is intentionally not
|
# on an implementation nonspecific Xdmx X server. It is intentionally not
|
||||||
# versioned, since it should be agnostic.
|
# versioned, since it should be agnostic.
|
||||||
Provides: Xdmx
|
Provides: Xdmx
|
||||||
|
|
||||||
|
# NOTE: The X server requires 'fixed' and 'cursor' font, which are provided
|
||||||
|
# by xorg-x11-fonts-base
|
||||||
|
Requires: xorg-x11-fonts-base
|
||||||
|
|
||||||
%description Xdmx
|
%description Xdmx
|
||||||
Xdmx is proxy X server that provides multi-head support for multiple displays
|
Xdmx is proxy X server that provides multi-head support for multiple displays
|
||||||
attached to different machines (each of which is running a typical X server).
|
attached to different machines (each of which is running a typical X server).
|
||||||
@ -244,6 +250,10 @@ Obsoletes: XFree86-Xvfb xorg-x11-Xvfb
|
|||||||
# versioned, since it should be agnostic.
|
# versioned, since it should be agnostic.
|
||||||
Provides: Xvfb
|
Provides: Xvfb
|
||||||
|
|
||||||
|
# NOTE: The X server requires 'fixed' and 'cursor' font, which are provided
|
||||||
|
# by xorg-x11-fonts-base
|
||||||
|
Requires: xorg-x11-fonts-base
|
||||||
|
|
||||||
%description Xvfb
|
%description Xvfb
|
||||||
Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
|
Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
|
||||||
machines with no display hardware and no physical input devices.
|
machines with no display hardware and no physical input devices.
|
||||||
@ -256,12 +266,15 @@ is normally used for testing servers.
|
|||||||
%package Xephyr
|
%package Xephyr
|
||||||
Summary: A nested server.
|
Summary: A nested server.
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
#Requires: %{name} = %{version}-%{release}
|
|
||||||
# NOTE: This virtual provide should be used by packages which want to depend
|
# NOTE: This virtual provide should be used by packages which want to depend
|
||||||
# on an implementation nonspecific Xephyr X server. It is intentionally not
|
# on an implementation nonspecific Xephyr X server. It is intentionally not
|
||||||
# versioned, since it should be agnostic.
|
# versioned, since it should be agnostic.
|
||||||
Provides: Xephyr
|
Provides: Xephyr
|
||||||
|
|
||||||
|
# NOTE: The X server requires 'fixed' and 'cursor' font, which are provided
|
||||||
|
# by xorg-x11-fonts-base
|
||||||
|
Requires: xorg-x11-fonts-base
|
||||||
|
|
||||||
%description Xephyr
|
%description Xephyr
|
||||||
Xephyr is an X server, which has been implemented as an ordinary
|
Xephyr is an X server, which has been implemented as an ordinary
|
||||||
X application. It runs in a window just like other X applications,
|
X application. It runs in a window just like other X applications,
|
||||||
@ -654,6 +667,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Fix dist tag usage (Was {dist}, should be {?dist})
|
- Fix dist tag usage (Was {dist}, should be {?dist})
|
||||||
- Added xorg-x11-server-libxf86config-dont-write-empty-sections.patch to
|
- Added xorg-x11-server-libxf86config-dont-write-empty-sections.patch to
|
||||||
prevent config file parser/writer from writing out empty sections (#198653)
|
prevent config file parser/writer from writing out empty sections (#198653)
|
||||||
|
- Add dependency on xorg-x11-fonts-base to all X server subpackages (#186091)
|
||||||
|
|
||||||
* Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> 1.1.1-6.fc6
|
* Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> 1.1.1-6.fc6
|
||||||
- Saner defaults for hsync/vrefresh on monitors that can't be probed
|
- Saner defaults for hsync/vrefresh on monitors that can't be probed
|
||||||
|
Loading…
Reference in New Issue
Block a user