public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: New upstream release 2.6.1
@ 2026-08-03 11:04 Matej Habrnal
0 siblings, 0 replies; only message in thread
From: Matej Habrnal @ 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 : 071dfeb34c8f12621ca46d254db192ce80fe4141
Author : Matej Habrnal <mhabrnal@redhat.com>
Date : 2015-07-07T16:45:39+02:00
Stats : +27/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/071dfeb34c8f12621ca46d254db192ce80fe4141?branch=update-2.17.9-f44
Log:
New upstream release 2.6.1
Resolves #1217901
---
diff --git a/.gitignore b/.gitignore
index 34d6c46..7c125c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ abrt-1.1.13.tar.gz
/abrt-2.5.0.tar.gz
/abrt-2.5.1.tar.gz
/abrt-2.6.0.tar.gz
+/abrt-2.6.1.tar.gz
diff --git a/abrt.spec b/abrt.spec
index 7cd345b..03e5deb 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -43,16 +43,16 @@
%define docdirversion -%{version}
%endif
-%define libreport_ver 2.6.0
-%define satyr_ver 0.18
+%define libreport_ver 2.6.1
+%define satyr_ver 0.19
Summary: Automatic bug detection and reporting tool
Name: abrt
-Version: 2.6.0
-Release: 2%{?dist}
+Version: 2.6.1
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
-URL: https://github.com/abrt/abrt/wiki/ABRT-Project
+URL: https://abrt.readthedocs.org/
Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
# don't remove this patch, packages in rawhide are not signed!
Patch0: disable-OpenGPGCheck-in-Fedora-Rawhide.patch
@@ -167,7 +167,11 @@ This package contains hook for C/C++ crashed programs.
Summary: %{name}'s C/C++ addon
Group: System Environment/Libraries
Requires: cpio
-Requires: gdb >= 7.8.1-31
+%if 0%{?fedora:%{fedora} > 22}
+Requires: gdb >= gdb-7.9.50.20150531
+%else
+Requires: gdb >= 7.9.1-16
+%endif
Requires: elfutils
%if 0%{!?rhel:1}
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
@@ -403,7 +407,6 @@ Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-dbus = %{version}-%{release}
-Requires: pygobject2
Requires: dbus-python
Requires: libreport-python
BuildRequires: python-nose
@@ -431,7 +434,6 @@ Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-dbus = %{version}-%{release}
-Requires: pygobject3
Requires: python3-dbus
Requires: libreport-python3
BuildRequires: python3-nose
@@ -485,6 +487,7 @@ CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs \
%if %{?have_kexec_tools} == 0
--disable-addon-vmcore \
%endif
+ --enable-dump-time-unwind \
--disable-silent-rules
make %{?_smp_mflags}
@@ -1043,6 +1046,20 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* 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
+- use TID to find crash thread
+- remove PyGObject from all Requires
+- update version of gdb because of -ascending
+- make it easier to find the backtrace of th crash thread
+- save TID in the file 'tid'
+- get TID from correct cmd line argument
+- add option always generate backtrace locally
+- add processor information to sosreport
+- update abrt-cli man page
+- Resolves #1217901
+
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
diff --git a/sources b/sources
index 13cafef..88a4585 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b764d6a2a12aaae8cbab3fb7fbe37089 abrt-2.6.0.tar.gz
+936fa2b51d58d5c00729b8512ffa2a68 abrt-2.6.1.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.1 Matej Habrnal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox