forked from jengelh/virtualbox
Accepting request 713743 from home:lwfinger:branches:Virtualization
- Update the patch for SLE15 to handle the changes in SP1. - Fix Virtualbox for problem with stealing focus under Qt 5.13 bsc#1140084. File "fixes_focus_steal.patch" is added. OBS-URL: https://build.opensuse.org/request/show/713743 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=495
This commit is contained in:
committed by
Git OBS Bridge
parent
d9d5fe30bb
commit
9b7dcb7653
@@ -149,6 +149,8 @@ Patch131: fixes_for_qt5.13.patch
|
||||
Patch132: fixes_for_5.2.patch
|
||||
# Fixes for SLE15
|
||||
Patch133: fixes_for_SLE15.patch
|
||||
# Fixes for VB stealing focus under Qt 5.13
|
||||
Patch134: fixes_focus_steal.patch
|
||||
#endif
|
||||
Patch999: virtualbox-fix-ui-background-color.patch
|
||||
#
|
||||
@@ -453,8 +455,11 @@ as an "extpack" for VirtualBox. The implementation is licensed under GPL.
|
||||
%if 0%{?suse_version} > 1500 || (0%{?sle_version} >= 150100 && 0%{?is_opensuse})
|
||||
%patch129 -p1
|
||||
%else
|
||||
%if (0%{?sle_version} == 150100)
|
||||
# Patch only for SLE15.1
|
||||
%patch133 -p1
|
||||
%endif
|
||||
%endif
|
||||
# Leap 42.3 adjustments
|
||||
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
|
||||
%patch130 -p1
|
||||
@@ -464,6 +469,7 @@ as an "extpack" for VirtualBox. The implementation is licensed under GPL.
|
||||
%patch131 -p1
|
||||
%endif
|
||||
%patch132 -p1
|
||||
%patch134 -p1
|
||||
# make VB UI background colors look sane again
|
||||
%patch999 -p1
|
||||
|
||||
|
Reference in New Issue
Block a user