public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: Drop container handler (rhbz#2295150)
@ 2026-08-03 11:05 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-03 11:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 1bb862864421a082c25fb635753f3d82e9b0a50e
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2024-09-11T12:56:30+02:00
Stats : +24/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/1bb862864421a082c25fb635753f3d82e9b0a50e?branch=update-2.17.9-f44
Log:
Drop container handler (rhbz#2295150)
---
diff --git a/abrt.spec b/abrt.spec
index 5fb5923..6d83b4d 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -9,6 +9,13 @@
%bcond_with python3
%endif
+%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10
+%bcond_with container_handler
+%else
+%bcond_without container_handler
+%endif
+
+
%if 0%{?rhel}%{?suse_version}
%bcond_with bodhi
%else
@@ -50,7 +57,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.17.6
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL-2.0-or-later
URL: https://abrt.readthedocs.org/
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -289,6 +296,7 @@ Requires: python3-abrt
This package contains python 3 hook and python analyzer plugin for handling
uncaught exception in python 3 programs.
+%if %{with container_handler}
%package -n python3-abrt-container-addon
Summary: %{name}'s container addon for catching Python 3 exceptions
BuildArch: noarch
@@ -300,6 +308,8 @@ This package contains python 3 hook and handling uncaught exception in python 3
programs in container.
%endif
+%endif
+
%package plugin-machine-id
Summary: %{name}'s plugin to generate machine_id based off dmidecode
Requires: %{name} = %{version}-%{release}
@@ -512,6 +522,13 @@ ln -sf %{_datadir}/applications/org.freedesktop.problems.applet.desktop %{buildr
%if %{with python3}
ln -sf %{_bindir}/abrt %{buildroot}%{_bindir}/abrt-cli
ln -sf %{_mandir}/man1/abrt.1 %{buildroot}%{_mandir}/man1/abrt-cli.1
+
+%if ! %{with container_handler}
+rm -vf %{buildroot}%{python3_sitelib}/abrt3_container.pth
+rm -vf %{buildroot}%{python3_sitelib}/abrt_exception_handler3_container.py
+rm -vf %{buildroot}%{python3_sitelib}/__pycache__/abrt_exception_handler3_container.*
+%endif
+
%endif
# After everything is installed, remove info dir
@@ -892,12 +909,15 @@ killall abrt-dbus >/dev/null 2>&1 || :
%{python3_sitelib}/abrt_exception_handler3.py
%{python3_sitelib}/__pycache__/abrt_exception_handler3.*
+%if %{with container_handler}
%files -n python3-abrt-container-addon
%{python3_sitelib}/abrt3_container.pth
%{python3_sitelib}/abrt_exception_handler3_container.py
%{python3_sitelib}/__pycache__/abrt_exception_handler3_container.*
%endif
+%endif
+
%files plugin-machine-id
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
%{_libexecdir}/abrt-action-generate-machine-id
@@ -962,6 +982,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Wed Sep 11 2024 Neal Gompa <ngompa@fedoraproject.org> - 2.17.6-2
+- Drop container handler (rhbz#2295150)
+
* Sun Sep 01 2024 Michal Srb <michal@redhat.com> - 2.17.6-1
- Update to upstream release 2.17.6
- Fix reading signature information from RPM headers (rhbz#2307278)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 11:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:05 [rpms/abrt] update-2.17.9-f44: Drop container handler (rhbz#2295150) Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox