forked from pool/xorg-x11-server
Just being told, that OBS is ignoring 'recommended' packages. Therefore changed to Requires. :-( Other option would have been adjusting
at least the following packages to properly Buildrequire xorg-x11-server-Xvfb. Also properly provides/obsoletes xorg-x11-Xvfb OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=746
This commit is contained in:
parent
8904288e52
commit
9789aaef6f
@ -164,9 +164,7 @@ Requires: Mesa
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
%endif
|
||||
Provides: xorg-x11-Xvfb
|
||||
Provides: xorg-x11-server-glx
|
||||
Obsoletes: xorg-x11-Xvfb
|
||||
Obsoletes: xorg-x11-server-glx
|
||||
|
||||
Provides: glamor = %{version}
|
||||
@ -203,8 +201,11 @@ Provides: X11_ABI_HAS_DPMS_GET_CAPABILITIES
|
||||
|
||||
Requires: xkeyboard-config
|
||||
|
||||
# install it by default; otherwise we run into too much package build failures
|
||||
Recommends: xorg-x11-server-Xvfb
|
||||
# Install it by default; otherwise we run into too much package build failures
|
||||
# when Xvfb is being used for testing ...
|
||||
# Unfortunately we need a requires here due to OBS not installing 'recommended'
|
||||
# packages :-(
|
||||
Requires: xorg-x11-server-Xvfb
|
||||
|
||||
# PATCH-FEATURE-OPENSUSE n_xorg-x11-server-rpmmacros.patch dimstar@opensuse.org -- Provide RPM macros to require correct ABI Versions.
|
||||
Patch1: N_default-module-path.diff
|
||||
@ -283,7 +284,9 @@ Requires: xkbcomp
|
||||
# Xvfb requires keyboard files as well (bnc#797124)
|
||||
Requires: xkeyboard-config
|
||||
Recommends: xorg-x11-fonts-core
|
||||
Provides: xorg-x11-Xvfb
|
||||
Provides: xorg-x11-server:/usr/bin/Xvfb
|
||||
Obsoletes: xorg-x11-Xvfb
|
||||
|
||||
%description Xvfb
|
||||
This package contains the virtual Xserver Xvfb.
|
||||
|
Loading…
Reference in New Issue
Block a user