forked from pool/virtualbox
Accepting request 820858 from home:gmbr3:libexecdir
- More fixes for %_libexecdir changing to /usr/libexec(bsc#1174075) - Previous fixes accidentally removed from changelog after conflict OBS-URL: https://build.opensuse.org/request/show/820858 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=562
This commit is contained in:
parent
5c41601878
commit
bb2184f41f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 10:37:53 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
- More fixes for %_libexecdir changing to /usr/libexec(bsc#1174075)
|
||||
- Previous fixes accidentally removed from changelog after conflict
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 10 01:38:55 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
|
||||
|
||||
|
@ -285,7 +285,7 @@ Obsoletes: %{name}-ose < %{version}
|
||||
### Requirements for virtualbox-kmp ###
|
||||
%if %{kmp_package}
|
||||
BuildRequires: libxml2-devel
|
||||
%(sed -e '/^Provides: multiversion(kernel)/d' %{_libexecdir}/rpm/kernel-module-subpackage > %{_builddir}/virtualbox-kmp-template)
|
||||
%(sed -e '/^Provides: multiversion(kernel)/d' %{_prefix}/lib/rpm/kernel-module-subpackage > %{_builddir}/virtualbox-kmp-template)
|
||||
%kernel_module_package -t %{_builddir}/virtualbox-kmp-template -p %{SOURCE7} -n virtualbox -f %{SOURCE5} -x kdump um xen pae xenpae pv
|
||||
Obsoletes: virtualbox-guest-kmp
|
||||
Obsoletes: virtualbox-host-kmp
|
||||
|
Loading…
Reference in New Issue
Block a user