From cb24c527edd822e61efc29741e48872e503cc03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 4 Jul 2023 10:34:51 +0200 Subject: [PATCH] fedora-common-ostree: Exclude dnf dependencies Make sure to always exclude dnf, even when pulled in as a dependency. --- fedora-common-ostree.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 0e67b0d..9b81f36 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -87,6 +87,12 @@ exclude-packages: - gstreamer1-plugin-openh264 - mozilla-openh264 - openh264 + # Always exclude dnf when pulled in as a dependency + - dnf + - dnf-data + - dnf-plugins-core + - dnf5 + - dnf5-plugins postprocess: - |