From f13df08b7feffae1589cd4d5be395a0ebf6cc36e91a8371d2f751cfff5f7ae39 Mon Sep 17 00:00:00 2001 From: William Brown Date: Fri, 29 Jul 2022 03:15:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/wasi-libc?expand=0&rev=5 --- wasi-libc-rpmlintrc | 1 + wasi-libc.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/wasi-libc-rpmlintrc b/wasi-libc-rpmlintrc index 1bf4ba4..c1666b7 100644 --- a/wasi-libc-rpmlintrc +++ b/wasi-libc-rpmlintrc @@ -1,4 +1,5 @@ # Those files ARE arch-independent, but named like they are not (*.a, etc.) so the script is wrong here +addFilter("files-duplicate .*") addFilter("static-library-without-symtab .*") addFilter("static-library-without-debuginfo .*") addFilter("readelf-failed .*") diff --git a/wasi-libc.spec b/wasi-libc.spec index 2147df0..9fc9bfe 100644 --- a/wasi-libc.spec +++ b/wasi-libc.spec @@ -30,6 +30,7 @@ BuildRequires: clang > 10 BuildRequires: llvm > 10 %description +WASI libc allows cross platform binaries to be created and executed on a variety of platforms %prep %setup -q