New upstream release 2.14.6
Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
81ec67df39
commit
094983af73
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@ abrt-1.1.13.tar.gz
|
||||
/abrt-2.14.3.tar.gz
|
||||
/abrt-2.14.4.tar.gz
|
||||
/abrt-2.14.5.tar.gz
|
||||
/abrt-2.14.6.tar.gz
|
||||
|
18
abrt.spec
18
abrt.spec
@ -48,11 +48,11 @@
|
||||
|
||||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 2.14.5
|
||||
Release: 4%{?dist}
|
||||
Version: 2.14.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
Source: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: git-core
|
||||
BuildRequires: %{dbus_devel}
|
||||
@ -473,7 +473,7 @@ to the shell
|
||||
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
./autogen.sh
|
||||
|
||||
%define default_dump_dir %{_localstatedir}/spool/abrt
|
||||
|
||||
@ -1001,6 +1001,16 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
||||
|
||||
%changelog
|
||||
* Tue May 25 2021 Michal Fabik <mfabik@redhat.com> - 2.14.6-1
|
||||
- Add support of master + subkeys gpg.
|
||||
- hooks: Remove stale workaround for a fixed bug
|
||||
- cli: Gracefully handle disappearance of problem directory
|
||||
- libs: Add version info script
|
||||
- retrace-client: Output task ID to console in batch mode
|
||||
- retrace-client: Separate commands by commas
|
||||
- Doc: Improve man page for abrt-action-analyze-vulnerability
|
||||
- Various memory management and other fixes
|
||||
|
||||
* Fri Apr 30 2021 Sérgio Basto <sergio@serjux.com> - 2.14.5-4
|
||||
- Obsoletes abrt-plugin-sosreport, to fix upgrade path
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (abrt-2.14.5.tar.gz) = ceb55d1e31966fe795bea19f96b1f0af2d4e97c3a7da29858f222a6a9442ebe00e589001b2e4cafd2e5b3a2d6db362b895bd6df63365cabe82fc0111428b05b6
|
||||
SHA512 (abrt-2.14.6.tar.gz) = eb1ba2f624d51eeccd203bb23060493347f5a9142fad7d0570d46134071d870a9c66b4fbfb8210e7d6f87c0c039f31eb486d18a36b10fba318e2180aa09df9fe
|
||||
|
Loading…
Reference in New Issue
Block a user