public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: Fix issues with conflicting multilib packages
@ 2026-08-03 10:24
0 siblings, 0 replies; only message in thread
From: @ 2026-08-03 10:24 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 10:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:24 [rpms/abrt] update-2.17.8: Fix issues with conflicting multilib packages
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox