New upstream release 2.14.4
Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
5e37f50192
commit
3de7b9d0b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@ abrt-1.1.13.tar.gz
|
||||
/abrt-2.14.1.tar.gz
|
||||
/abrt-2.14.2.tar.gz
|
||||
/abrt-2.14.3.tar.gz
|
||||
/abrt-2.14.4.tar.gz
|
||||
|
17
abrt.spec
17
abrt.spec
@ -43,12 +43,12 @@
|
||||
%define docdirversion -%{version}
|
||||
%endif
|
||||
|
||||
%define libreport_ver 2.13.0
|
||||
%define libreport_ver 2.14.0
|
||||
%define satyr_ver 0.24
|
||||
|
||||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 2.14.3
|
||||
Version: 2.14.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
@ -79,6 +79,7 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-systemd
|
||||
BuildRequires: python3-argcomplete
|
||||
BuildRequires: python3-dbus
|
||||
%endif
|
||||
|
||||
Requires: libreport >= %{libreport_ver}
|
||||
@ -267,7 +268,7 @@ Summary: %{name}'s pstore oops addon
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: abrt-libs = %{version}-%{release}
|
||||
Requires: abrt-addon-kerneloops
|
||||
Obsoletes: abrt-addon-uefioops
|
||||
Obsoletes: abrt-addon-uefioops <= 2.1.6
|
||||
|
||||
%description addon-pstoreoops
|
||||
This package contains plugin for collecting kernel oopses from pstore storage.
|
||||
@ -276,7 +277,7 @@ This package contains plugin for collecting kernel oopses from pstore storage.
|
||||
%package plugin-bodhi
|
||||
Summary: %{name}'s bodhi plugin
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Obsoletes: libreport-plugin-bodhi > 0.0.1
|
||||
Obsoletes: libreport-plugin-bodhi <= 2.0.10
|
||||
Provides: libreport-plugin-bodhi = %{version}-%{release}
|
||||
|
||||
%description plugin-bodhi
|
||||
@ -545,6 +546,7 @@ make check|| {
|
||||
# find and print the logs of failed test
|
||||
# do not cat tests/testsuite.log because it contains a lot of bloat
|
||||
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
||||
cat src/cli/test-suite.log
|
||||
exit 1
|
||||
}
|
||||
|
||||
@ -808,7 +810,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||
|
||||
%dir %{_localstatedir}/lib/abrt
|
||||
|
||||
# attr(6755) ~= SETGID
|
||||
# attr(2755) ~= SETGID
|
||||
%attr(2755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
|
||||
|
||||
%{_bindir}/abrt-action-analyze-c
|
||||
@ -1005,6 +1007,11 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2020 Michal Fabik <mfabik@redhat.com> - 2.14.4-1
|
||||
- Fix broken release 2.14.3
|
||||
- oops-utils: Respect the 'world-readable' flag
|
||||
- Decommission libreport_list_free_with_free
|
||||
|
||||
* Thu Aug 13 2020 Michal Fabik <mfabik@redhat.com> - 2.14.3-1
|
||||
- plugins: abrt-dump-journal-core: Handle zstd compression
|
||||
- applet: application: Use GLib for logging
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (abrt-2.14.3.tar.gz) = 34aeffa9fac4d97adee9511dee525a0208112fdeb2f75180f02795d40ff094c1a60a50dabcb15fc4729c549c407ef97ae23f18ad5ea1df2fd5114c41185a3606
|
||||
SHA512 (abrt-2.14.4.tar.gz) = b45808453187743c165914f7e72fcbca57684cb93a043fecd36414094ae8423fa661e6e07176773a15aaf468013386be300283e0d1b9d102d2e381ee9154e111
|
||||
|
Loading…
Reference in New Issue
Block a user