public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Filak <jfilak@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: New upstream release 2.6.2
Date: Mon, 03 Aug 2026 11:04:26 GMT	[thread overview]
Message-ID: <178575506685.1.3506874173025437979.rpms-abrt-9705d07480e7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 9705d07480e71d89fa5927e577c85d10672b2df5
Author : Jakub Filak <jfilak@redhat.com>
Date   : 2015-07-20T15:22:55+02:00
Stats  : +21/-13 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/9705d07480e71d89fa5927e577c85d10672b2df5?branch=update-2.17.9-f44

Log:
New upstream release 2.6.2

---
diff --git a/.gitignore b/.gitignore
index 7c125c7..3475e35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.5.1.tar.gz
 /abrt-2.6.0.tar.gz
 /abrt-2.6.1.tar.gz
+/abrt-2.6.2.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 03e5deb..d2bdef8 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -43,12 +43,12 @@
     %define docdirversion -%{version}
 %endif
 
-%define libreport_ver 2.6.1
+%define libreport_ver 2.6.2
 %define satyr_ver 0.19
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.6.1
+Version: 2.6.2
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -83,7 +83,7 @@ BuildRequires: xmlto
 BuildRequires: libreport-devel >= %{libreport_ver}
 BuildRequires: satyr-devel >= %{satyr_ver}
 BuildRequires: systemd-python
-BuildRequires: systemd-python3
+BuildRequires: python3-systemd
 BuildRequires: augeas
 BuildRequires: libselinux-devel
 
@@ -95,10 +95,10 @@ Requires: systemd-units
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
-Requires: %{name}-python = %{version}-%{release}
+Requires: %{name}-python3 = %{version}-%{release}
 Requires(pre): shadow-utils
-Requires: python-dbus
-Requires: python-dmidecode
+Requires: python3-dbus
+Requires: python3-dmidecode
 Requires: libreport-plugin-ureport >= %{libreport_ver}
 
 %description
@@ -180,7 +180,7 @@ Requires: %{name}-retrace-client
 Requires: %{name} = %{version}-%{release}
 Requires: abrt-libs = %{version}-%{release}
 Requires: %{name}-addon-coredump-helper = %{version}-%{release}
-Requires: libreport-python
+Requires: libreport-python3
 
 %description addon-ccpp
 This package contains %{name}'s C/C++ analyzer plugin.
@@ -238,8 +238,8 @@ Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: abrt-addon-kerneloops
 Requires: kexec-tools
-Requires: abrt-python
-Requires: python-augeas
+Requires: abrt-python3
+Requires: python3-augeas
 
 %description addon-vmcore
 This package contains plugin for collecting kernel crash information from
@@ -286,7 +286,7 @@ Summary: %{name}'s addon for catching and analyzing Python 3 exceptions
 Group: System Environment/Libraries
 Requires: python3
 Requires: %{name} = %{version}-%{release}
-Requires: systemd-python3
+Requires: python3-systemd
 Requires: abrt-python3
 
 %description addon-python3
@@ -316,7 +316,6 @@ Requires: abrt-addon-pstoreoops
 Requires: abrt-addon-vmcore
 %endif
 Requires: abrt-addon-ccpp
-Requires: abrt-addon-python
 Requires: abrt-addon-python3
 Requires: abrt-addon-xorg
 %if 0%{?rhel}
@@ -351,7 +350,6 @@ Requires: abrt-addon-pstoreoops
 Requires: abrt-addon-vmcore
 %endif
 Requires: abrt-addon-ccpp
-Requires: abrt-addon-python
 Requires: abrt-addon-python3
 Requires: abrt-addon-xorg
 # Default config of addon-ccpp requires gdb
@@ -936,6 +934,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %{_sbindir}/abrt-harvest-vmcore
 %{_bindir}/abrt-action-analyze-vmcore
 %{_bindir}/abrt-action-check-oops-for-hw-error
+%{_bindir}/abrt-action-check-oops-for-alt-component
 %{_mandir}/man1/abrt-harvest-vmcore.1*
 %{_mandir}/man5/abrt-vmcore.conf.5*
 %{_mandir}/man1/abrt-action-analyze-vmcore.1*
@@ -1046,6 +1045,14 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Fri Jul 17 2015 Jakub Filak <jfilak@redhat.com> 2.6.2-1
+- switch to Python 3
+- reassign components of certain Kernel oopses to xorg-x11-drv-*
+- de-prioritize post-mortem processes
+- applet: do not crash if the new problem has no command_line
+- abrt-hook-ccpp: do not crash if generate_core_backtrace fails
+- cli: enable authentication for all commands
+
 * Fri Jul 03 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.1-1
 - keep the polkit authorization for all clients
 - enable polkit authentication on command line

diff --git a/sources b/sources
index 88a4585..d727097 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-936fa2b51d58d5c00729b8512ffa2a68  abrt-2.6.1.tar.gz
+749274c6a9c4dae7422639a2c2d0c217  abrt-2.6.2.tar.gz

                 reply	other threads:[~2026-08-03 11:04 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=178575506685.1.3506874173025437979.rpms-abrt-9705d07480e7@fedoraproject.org \
    --to=jfilak@redhat.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