From e492a860c3ee0291ca4dfb3856d6a401215c3c5e Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 12 Sep 2024 09:31:13 +0300 Subject: [PATCH] Add firefox to AppStream --- aarch64/include_exclude.conf | 1 + ppc64le/include_exclude.conf | 2 +- s390x/include_exclude.conf | 10 +--------- x86_64/include_exclude.conf | 1 + x86_64_v2/include_exclude.conf | 1 + 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index a5701c3..a8e343f 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -65,6 +65,7 @@ additional_packages = [ '*': [ "almalinux-backgrounds", "lorax-templates-almalinux", + "firefox", ] } ), diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index 139fbf6..01da7ba 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -54,8 +54,8 @@ additional_packages = [ '^AppStream$', { '*': [ "almalinux-backgrounds", - "keylime-selinux", "lorax-templates-almalinux", + "firefox", ] } ), diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index a965675..84a9c9a 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -65,16 +65,8 @@ additional_packages = [ '^AppStream$', { '*': [ "almalinux-backgrounds", - "aspnetcore-runtime-7.0", - "aspnetcore-targeting-pack-7.0", - "dotnet-apphost-pack-7.0", - "dotnet-hostfxr-7.0", - "dotnet-runtime-7.0", - "dotnet-sdk-7.0", - "dotnet-targeting-pack-7.0", - "dotnet-templates-7.0", - "keylime-selinux", "lorax-templates-almalinux", + "firefox", ] } ), diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 0aaf20c..647de1c 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -62,6 +62,7 @@ additional_packages = [ '*': [ "almalinux-backgrounds", "lorax-templates-almalinux", + "firefox", ] } ), diff --git a/x86_64_v2/include_exclude.conf b/x86_64_v2/include_exclude.conf index 0aaf20c..647de1c 100644 --- a/x86_64_v2/include_exclude.conf +++ b/x86_64_v2/include_exclude.conf @@ -62,6 +62,7 @@ additional_packages = [ '*': [ "almalinux-backgrounds", "lorax-templates-almalinux", + "firefox", ] } ),