public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: New upstream release 2.6.2
@ 2026-08-03 11:04 Jakub Filak
  0 siblings, 0 replies; only message in thread
From: Jakub Filak @ 2026-08-03 11:04 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 11:04 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:04 [rpms/abrt] update-2.17.9-f44: New upstream release 2.6.2 Jakub Filak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox