1
0
forked from jengelh/virtualbox

Accepting request 922840 from home:frispete:kernel

Larry,

no idea, what these white space changes are about, but found them in your 
spec as well, so I guess, some run-away spec-cleaner is in effect.. :-(

This is the correct fix now, and the reason for not detecting it befor is
burried in the Virtualization project config:

%if "%_repository" == "openSUSE_Factory"
# rpmlint results (in the rare case they have any meaning) are only relevant for Factory
%else
Substitute: clamav bash
Substitute: clamav-database bash
Substitute: post-build-checks bash
Substitute: post-build-checks-malwarescan bash
Substitute: rpmlint-Factory bash
Substitute: rpmlint-Factory-strict bash
Substitute: rpmlint-backports bash
Substitute: rpmlint-backports-data bash
Substitute: rpmlint-mini bash
%endif

Of course, there's no openSUSE_Factory target!

Best,
Pete

- Remove vbox-fix-usb-rules.sh from qt package to avoid file conflict

OBS-URL: https://build.opensuse.org/request/show/922840
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=618
This commit is contained in:
Larry Finger
2021-10-03 15:43:40 +00:00
committed by Git OBS Bridge
parent 86ff591aaa
commit 822fcfac17
2 changed files with 25 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 2 22:59:48 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net>
- Remove vbox-fix-usb-rules.sh from qt package to avoid file conflict
-------------------------------------------------------------------
Sat Oct 2 16:55:07 UTC 2021 - Larry Finger <Larry.Finger@gmail.com>