forked from pool/xorg-x11-server
Accepting request 668327 from X11:XOrg
- get rid of meta packages still requiring/recommending obsolete drivers packages (boo#1121525) - provide/obsolete no longer existing xf86-video-ast, xf86-video-cirrus on sle15 (bsc#1120282) OBS-URL: https://build.opensuse.org/request/show/668327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=366
This commit is contained in:
commit
123309cf8a
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 14:10:03 UTC 2019 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- get rid of meta packages still requiring/recommending obsolete
|
||||||
|
drivers packages (boo#1121525)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 18 11:41:00 UTC 2019 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- provide/obsolete no longer existing xf86-video-ast,
|
||||||
|
xf86-video-cirrus on sle15 (bsc#1120282)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 2 11:36:57 UTC 2019 - msrb@suse.com
|
Wed Jan 2 11:36:57 UTC 2019 - msrb@suse.com
|
||||||
|
|
||||||
|
@ -179,8 +179,23 @@ Provides: xf86-video-modesetting = %{version}
|
|||||||
Obsoletes: xf86-video-modesetting < %{version}
|
Obsoletes: xf86-video-modesetting < %{version}
|
||||||
Obsoletes: xf86-video-modesetting < 7.6_%{version}
|
Obsoletes: xf86-video-modesetting < 7.6_%{version}
|
||||||
|
|
||||||
|
%if (0%{?suse_version} >= 1500 && ! 0%{?is_opensuse})
|
||||||
|
Provides: xf86-video-ast
|
||||||
|
Obsoletes: xf86-video-ast
|
||||||
|
Provides: xf86-video-cirrus
|
||||||
|
Obsoletes: xf86-video-cirrus
|
||||||
|
%endif
|
||||||
|
|
||||||
Provides: xorg-x11-server = 7.6_%{version}
|
Provides: xorg-x11-server = 7.6_%{version}
|
||||||
Obsoletes: xorg-x11-server < 7.6_%{version}
|
Obsoletes: xorg-x11-server < 7.6_%{version}
|
||||||
|
# get rid of meta packages still requiring/recommending obsolete
|
||||||
|
# drivers packages (boo#1121525)
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
Provides: xorg-x11-driver-input = 7.6_1
|
||||||
|
Obsoletes: xorg-x11-driver-input < 7.6_1
|
||||||
|
Provides: xorg-x11-driver-video = 7.6_1
|
||||||
|
Obsoletes: xorg-x11-driver-video < 7.6_1
|
||||||
|
%endif
|
||||||
|
|
||||||
# Remove (also from depending driver(s)) when updating X11_ABI_VIDEODRV by updating the server package - NOTE: also remove from xorg-x11-server.macros.in !
|
# Remove (also from depending driver(s)) when updating X11_ABI_VIDEODRV by updating the server package - NOTE: also remove from xorg-x11-server.macros.in !
|
||||||
Provides: X11_ABI_HAS_DPMS_GET_CAPABILITIES
|
Provides: X11_ABI_HAS_DPMS_GET_CAPABILITIES
|
||||||
|
Loading…
Reference in New Issue
Block a user