From 87ad8557a98b4e7d9b29c0dc73c6228660030400 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 20 Aug 2023 14:02:36 +0800 Subject: [PATCH] Don't recommend python-systemd-doc which pulls in 3 packages eg this prevents dnf install dnf-plugins-core from pulling these in: dnf-plugins-core -> python3-systemd -> python-systemd-doc -> js-jquery -> web-assets-filesystem -> fonts-filesystem in a container for example --- python-systemd.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-systemd.spec b/python-systemd.spec index 114126b..420f10e 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -31,7 +31,6 @@ Summary: %{summary} Provides: systemd-python3 = %{version}-%{release} Provides: systemd-python3%{?_isa} = %{version}-%{release} Obsoletes: systemd-python3 < 230 -Recommends: %{name}-doc %description -n python3-systemd %_description