public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: Fix issues with conflicting multilib packages
Date: Mon, 03 Aug 2026 10:24:19 GMT [thread overview]
Message-ID: <178575265965.1.18424635614170079919.rpms-abrt-88895e18b5cf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : 88895e18b5cfe2def0c89a959af80bad4d5dd327
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2022-01-12T16:24:16+01:00
Stats : +11/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/88895e18b5cfe2def0c89a959af80bad4d5dd327?branch=update-2.17.8
Log:
Fix issues with conflicting multilib packages
---
diff --git a/abrt.spec b/abrt.spec
index 558be8b..51289a2 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -49,7 +49,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.14.6
-Release: 10%{?dist}
+Release: 11%{?dist}
License: GPLv2+
URL: https://abrt.readthedocs.org/
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -81,6 +81,10 @@ BuildRequires: python3-devel
BuildRequires: python3-systemd
BuildRequires: python3-argcomplete
BuildRequires: python3-dbus
+
+# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Appendix/#_byte_compilation_reproducibility
+%global py_reproducible_pyc_path %{buildroot}%{python3_sitelib}
+BuildRequires: /usr/bin/marshalparser
%endif
Requires: libreport >= %{libreport_ver}
@@ -305,6 +309,7 @@ uncaught exception in python 3 programs.
%package -n python3-abrt-container-addon
Summary: %{name}'s container addon for catching Python 3 exceptions
+BuildArch: noarch
Conflicts: python3-abrt-addon
Requires: container-exception-logger
@@ -323,6 +328,7 @@ of machine_id for abrt events.
%package tui
Summary: %{name}'s command line interface
+BuildArch: noarch
Requires: %{name} = %{version}-%{release}
Requires: libreport-cli >= %{libreport_ver}
Requires: abrt-libs = %{version}-%{release}
@@ -1003,6 +1009,10 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Wed Jan 12 2022 Miro Hrončok <mhroncok@redhat.com> - 2.14.6-11
+- Make abrt-tui and python3-abrt-container-addon noarch as they contain no architecture-specific content
+- Ensure Python bytecode in noarch subpackages is reproducible
+
* Thu Jan 06 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-10
- Bump release for rebuild
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=178575265965.1.18424635614170079919.rpms-abrt-88895e18b5cf@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