forked from pool/virtualbox
Accepting request 461275 from home:dimstar:Factory
- Do not proivde libGL.so.1 and libEGL.so.1 symbols into the rpm database. OBS-URL: https://build.opensuse.org/request/show/461275 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=313
This commit is contained in:
parent
f63b7ffb65
commit
a7a3bd043a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 21:06:30 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Do not proivde libGL.so.1 and libEGL.so.1 symbols into the rpm
|
||||
database.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 26 20:17:02 UTC 2017 - Larry.Finger@lwfinger.net
|
||||
|
||||
|
@ -16,6 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
# Do not provide libGL.so symbols - they are owned by Mesa already and this could potentially confuse rpm/zypp
|
||||
%global __provides_exclude ^libE?GL.so.1.*$
|
||||
|
||||
%define _vbox_instdir %{_libexecdir}/virtualbox
|
||||
%define _udevrulesdir %{_sysconfdir}/udev/rules.d
|
||||
Name: virtualbox
|
||||
|
Loading…
Reference in New Issue
Block a user