public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: Drop container handler (rhbz#2295150)
Date: Mon, 03 Aug 2026 11:05:51 GMT	[thread overview]
Message-ID: <178575515124.1.12096724683342905625.rpms-abrt-1bb862864421@fedoraproject.org> (raw)

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)

                 reply	other threads:[~2026-08-03 11:05 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=178575515124.1.12096724683342905625.rpms-abrt-1bb862864421@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --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