From a67ab935899e9bdc795f3cd82c6131f32633c57f Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 5 Jan 2023 09:23:47 -0700 Subject: [PATCH] add tainted --- common/extras.conf | 1 + common/include-excludes.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/common/extras.conf b/common/extras.conf index 28bd5c2..4593e6b 100644 --- a/common/extras.conf +++ b/common/extras.conf @@ -20,6 +20,7 @@ additional_packages = [ 'rpaste', 'epel-release', 'rpmfusion-free-release', + 'rpmfusion-free-release-tainted', 'anaconda-live', 'rocky-release-cloud', 'rocky-release-core', diff --git a/common/include-excludes.conf b/common/include-excludes.conf index b37e24d..37ea9a6 100644 --- a/common/include-excludes.conf +++ b/common/include-excludes.conf @@ -1127,6 +1127,7 @@ additional_packages = [ 'rpaste', 'epel-release', 'rpmfusion-free-release', + 'rpmfusion-free-release-tainted', 'anaconda-live', 'rocky-release-cloud', 'rocky-release-core',