public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Iryna Shcherbina <shcherbina.iryna@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: Fix ambiguous Python 2 dependency declarations
Date: Mon, 03 Aug 2026 10:23:35 GMT [thread overview]
Message-ID: <178575261535.1.83669575577230059.rpms-abrt-d663542b406d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : d663542b406dd29c2ef93803e69c3779d65301e4
Author : Iryna Shcherbina <shcherbina.iryna@gmail.com>
Date : 2017-12-11T14:39:41+01:00
Stats : +16/-12 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/d663542b406dd29c2ef93803e69c3779d65301e4?branch=update-2.17.8
Log:
Fix ambiguous Python 2 dependency declarations
---
diff --git a/abrt.spec b/abrt.spec
index 3aa6642..c7ca38f 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -56,7 +56,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.10.5
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@@ -91,15 +91,15 @@ BuildRequires: doxygen
BuildRequires: xmlto
BuildRequires: libreport-devel >= %{libreport_ver}
BuildRequires: satyr-devel >= %{satyr_ver}
-BuildRequires: systemd-python
+BuildRequires: python2-systemd
BuildRequires: python3-systemd
BuildRequires: augeas
BuildRequires: libselinux-devel
BuildRequires: python2-argcomplete
BuildRequires: python3-argcomplete
-BuildRequires: python-argh
+BuildRequires: python2-argh
BuildRequires: python3-argh
-BuildRequires: python-humanize
+BuildRequires: python2-humanize
BuildRequires: python3-humanize
Requires: libreport >= %{libreport_ver}
@@ -288,7 +288,7 @@ Search for a new updates in bodhi server.
Summary: %{name}'s addon for catching and analyzing Python exceptions
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: systemd-python
+Requires: python2-systemd
Requires: python2-abrt
# Remove before F30
Provides: abrt-addon-python = %{version}-%{release}
@@ -352,9 +352,9 @@ Requires: abrt-libs = %{version}-%{release}
Requires: abrt-dbus
Requires: python2-abrt
Requires: abrt-addon-ccpp
-Requires: python-argh
+Requires: python2-argh
Requires: python2-argcomplete
-Requires: python-humanize
+Requires: python2-humanize
Requires: /usr/bin/register-python-argcomplete
%description cli-ng
@@ -461,17 +461,17 @@ Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-dbus = %{version}-%{release}
-Requires: dbus-python
-Requires: libreport-python
+Requires: python2-dbus
+Requires: python2-libreport
Requires: python2-gobject-base
%{?python_provide:%python_provide python2-abrt}
# Remove before F30
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
-BuildRequires: python-nose
-BuildRequires: python-sphinx
-BuildRequires: libreport-python
+BuildRequires: python2-nose
+BuildRequires: python2-sphinx
+BuildRequires: python2-libreport
%description -n python2-abrt
High-level API for querying, creating and manipulating
@@ -1166,6 +1166,10 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 2.10.5-3
+- Fix ambiguous Python 2 dependency declarations
+ (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
+
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 2.10.5-2
- Rebuilt for libjson-c.so.3
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=178575261535.1.83669575577230059.rpms-abrt-d663542b406d@fedoraproject.org \
--to=shcherbina.iryna@gmail.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