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.8: abrt-addon-ccpp do not require python2 if "with python3"
Date: Mon, 03 Aug 2026 10:23:41 GMT [thread overview]
Message-ID: <178575262154.1.17086333235317745032.rpms-abrt-81b08b87c022@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : 81b08b87c022c485e06072faf6f23c117c916e75
Author : Matej Habrnal <mhabrnal@redhat.com>
Date : 2018-05-09T10:18:59+02:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/81b08b87c022c485e06072faf6f23c117c916e75?branch=update-2.17.8
Log:
abrt-addon-ccpp do not require python2 if "with python3"
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
diff --git a/abrt.spec b/abrt.spec
index cbaea95..e2ce70e 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: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
URL: https://abrt.readthedocs.org/
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -232,11 +232,12 @@ Requires: %{name}-retrace-client
Requires: %{name} = %{version}-%{release}
Requires: %{name}-addon-coredump-helper = %{version}-%{release}
Requires: abrt-libs = %{version}-%{release}
+%if %{with python3}
+Requires: python3-libreport
+%else
%if %{with python2}
Requires: python2-libreport
%endif # with python2
-%if %{with python3}
-Requires: python3-libreport
%endif # with python3
%description addon-ccpp
@@ -1254,6 +1255,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Wed May 09 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-4Thu May 03
+- abrt-addon-ccpp do not require python2 if "with python3"
+
* Thu May 03 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-3
- drop python2-abrt-addon requires
reply other threads:[~2026-08-03 10:23 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=178575262154.1.17086333235317745032.rpms-abrt-81b08b87c022@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