From 26627dbec37bffbf4598af835faa2fdbe6ecf755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 1 May 2021 20:29:26 +0100 Subject: [PATCH] Add dependency on python3-systemd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 566e2eaacb21e07a8301c3e16408924c46045ad9 Author: Matěj Grabovský Date: Wed Jan 13 12:16:57 2021 +0100 spec: Add dependency on python3-systemd abrt-action-check-oops-for-hw-error from the abrt-addon-vmcore package imports systemd.journal but the python3-systemd package is not declared as a dependency, which causes the script to crash if python3-systemd is not installed on the system. This commit fixes this by adding the formal dependency in the spec file. Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1914170 --- abrt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/abrt.spec b/abrt.spec index a5abea8..f6e27e9 100644 --- a/abrt.spec +++ b/abrt.spec @@ -259,6 +259,7 @@ Requires: kexec-tools %if %{with python3} Requires: python3-abrt Requires: python3-augeas +Requires: python3-systemd %endif Requires: util-linux