- Remove setBadness from avr-libc-rpmlintrc

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/avr-libc?expand=0&rev=7
This commit is contained in:
Richard Biener 2018-02-15 12:38:28 +00:00 committed by Git OBS Bridge
parent 474305aa54
commit 8dcff06d9e
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,5 @@ addFilter("W: static-library-without-debuginfo /")
# They are all false positives.
#avr-libc.noarch: E: arch-independent-package-contains-binary-or-object (Badness: 499) /opt/cross/avr/avr/lib/avr31/libscanf_min.a
setBadness('arch-independent-package-contains-binary-or-object', 0)
addFilter("W: arch-independent-package-contains-binary-or-object ")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 15 12:38:18 UTC 2018 - rguenther@suse.com
- Remove setBadness from avr-libc-rpmlintrc
-------------------------------------------------------------------
Tue Dec 12 14:50:31 UTC 2017 - kkaempf@suse.com