From 905d450f927d82b163216e3d045266e5920366b8 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 25 Mar 2025 13:15:38 +0300 Subject: [PATCH] Exclude rust-std-static-wasm32-wasi from AppStream (deprecated) --- aarch64/include_exclude.conf | 3 ++- i686/include_exclude.conf | 1 + ppc64le/include_exclude.conf | 3 ++- s390x/include_exclude.conf | 3 ++- x86_64/include_exclude.conf | 3 ++- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index c175a73..05080bc 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -48,10 +48,11 @@ filter_packages = [ ), ( '^(AppStream)$', { - 'aarch64': [ + '*': [ "java-1.8.0-openjdk-slowdebug", "java-1.8.0-openjdk-headless-slowdebug", "sos", + "rust-std-static-wasm32-wasi", ] } ), diff --git a/i686/include_exclude.conf b/i686/include_exclude.conf index 6ba2176..863a7fe 100644 --- a/i686/include_exclude.conf +++ b/i686/include_exclude.conf @@ -63,6 +63,7 @@ filter_packages = [ "java-1.8.0-openjdk-headless-slowdebug", "libvirt-glib.i686", "sos", + "rust-std-static-wasm32-wasi", ] } ), diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index 8f50576..ce0e393 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -48,10 +48,11 @@ filter_packages = [ ), ( '^(AppStream)$', { - 'ppc64le': [ + '*': [ "java-1.8.0-openjdk-slowdebug", "java-1.8.0-openjdk-headless-slowdebug", "sos", + "rust-std-static-wasm32-wasi", ] } ), diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 0c4b7f8..bd7695a 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -39,10 +39,11 @@ filter_packages = [ ), ( '^(AppStream)$', { - 's390x': [ + '*': [ "java-1.8.0-openjdk-slowdebug", "java-1.8.0-openjdk-headless-slowdebug", "sos", + "rust-std-static-wasm32-wasi", ] } ), diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 3a1444b..12ac331 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -62,11 +62,12 @@ filter_packages = [ ), ( '^(AppStream)$', { - 'x86_64': [ + '*': [ "java-1.8.0-openjdk-slowdebug", "java-1.8.0-openjdk-headless-slowdebug", "libvirt-glib.i686", "sos", + "rust-std-static-wasm32-wasi", ] } ),