public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: Add dependency on python3-systemd
@ 2026-08-03 11:05
0 siblings, 0 replies; only message in thread
From: @ 2026-08-03 11:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 26627dbec37bffbf4598af835faa2fdbe6ecf755
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2021-05-01T20:29:26+01:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/26627dbec37bffbf4598af835faa2fdbe6ecf755?branch=update-2.17.9-f44
Log:
Add dependency on python3-systemd
commit 566e2eaacb21e07a8301c3e16408924c46045ad9
Author: Matěj Grabovský <mgrabovs@redhat.com>
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
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 11:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:05 [rpms/abrt] update-2.17.9-f44: Add dependency on python3-systemd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox