public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matej Habrnal <mhabrnal@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: Fix python requires in spec file
Date: Mon, 03 Aug 2026 11:04:56 GMT [thread overview]
Message-ID: <178575509682.1.2321541851563174876.rpms-abrt-c9a0a107d94b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : c9a0a107d94b7cce169d3b3a9fe8c001a337040e
Author : Matej Habrnal <mhabrnal@redhat.com>
Date : 2018-04-27T13:25:04+02:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/c9a0a107d94b7cce169d3b3a9fe8c001a337040e?branch=update-2.17.9-f44
Log:
Fix python requires in spec file
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
diff --git a/abrt.spec b/abrt.spec
index 5fa88c0..f27dc79 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -61,7 +61,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.10.9
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: https://abrt.readthedocs.org/
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -116,7 +116,6 @@ Requires(pre): %{shadow_utils}
%if %{with python2}
Requires: python2-augeas
Requires: python2-dbus
-Requires: python2-dmidecode
%endif # with python2
%if %{with python3}
Requires: python3-augeas
@@ -476,8 +475,11 @@ Requires: abrt-addon-vmcore
%endif
Requires: abrt-addon-ccpp
%if %{with python2}
-Requires: python3-abrt-addon
+Requires: python2-abrt-addon
%endif # with python2
+%if %{with python3}
+Requires: python3-abrt-addon
+%endif # with python3
Requires: abrt-addon-xorg
Requires: gdb-headless
Requires: abrt-gui
@@ -1257,6 +1259,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-2
+- fix requires for python in spec file
+
* Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-1
- build: conditionalize the Python2 and Python3
- cli-ng,hooks,python-problem: Allow python to be optional at build time
reply other threads:[~2026-08-03 11:04 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=178575509682.1.2321541851563174876.rpms-abrt-c9a0a107d94b@fedoraproject.org \
--to=mhabrnal@redhat.com \
--cc=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