public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: Add dependency on python3-systemd
Date: Mon, 03 Aug 2026 10:24:13 GMT [thread overview]
Message-ID: <178575265302.1.10084635671507904700.rpms-abrt-26627dbec37b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
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.8
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
reply other threads:[~2026-08-03 10:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575265302.1.10084635671507904700.rpms-abrt-26627dbec37b@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox