Accepting request 607636 from home:trenn:branches:Base:System

- Add rpmlintrc filter to ignore false-positive osc warning:
  Package contains no binary and should be of noarch architecture

OBS-URL: https://build.opensuse.org/request/show/607636
OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=67
This commit is contained in:
Dirk Mueller 2018-05-16 06:52:11 +00:00 committed by Git OBS Bridge
parent ffa2e0d475
commit ec309e9e3c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 15 15:01:30 UTC 2018 - trenn@suse.de
- Add rpmlintrc filter to ignore false-positive osc warning:
Package contains no binary and should be of noarch architecture
-------------------------------------------------------------------
Fri May 4 09:42:54 UTC 2018 - trenn@suse.de

1
ucode-intel.rpmlintrc Normal file
View File

@ -0,0 +1 @@
addFilter("W: no-binary")