Accepting request 798947 from home:lnussel:branches:systemsmanagement:cockpit

- remove badness overrides to allow Factory submission

OBS-URL: https://build.opensuse.org/request/show/798947
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=28
This commit is contained in:
Klaus Kämpf 2020-05-15 10:21:24 +00:00 committed by Git OBS Bridge
parent 8382a348d5
commit c8a117477a
2 changed files with 5 additions and 7 deletions

View File

@ -1,9 +1,2 @@
# False positive
addFilter('explicit-lib-dependency.*libvirt-client');
# Do not break build in home:
setBadness('polkit-untracked-privilege', 100);
setBadness('invalid-filepath-dependency', 100);
setBadness('non-ghost-in-run', 100);
setBadness('permissions-file-setuid-bit', 100);
# hmh...
setBadness('non-position-independent-executable', 100);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 29 13:26:03 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- remove badness overrides to allow Factory submission
-------------------------------------------------------------------
Wed Apr 29 07:50:41 UTC 2020 - Ludwig Nussel <lnussel@suse.de>