New upstream release 2.14.1
Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
61c6c411a8
commit
bf7b8afe4a
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@ abrt-1.1.13.tar.gz
|
||||
/abrt-2.12.2.tar.gz
|
||||
/abrt-2.13.0.tar.gz
|
||||
/abrt-2.14.0.tar.gz
|
||||
/abrt-2.14.1.tar.gz
|
||||
|
27
abrt.spec
27
abrt.spec
@ -48,8 +48,8 @@
|
||||
|
||||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 2.14.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.14.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -114,7 +114,6 @@ BuildRequires: libreport-gtk-devel >= %{libreport_ver}
|
||||
BuildRequires: gsettings-desktop-schemas-devel >= 3.15
|
||||
#addon-ccpp
|
||||
BuildRequires: gdb-headless
|
||||
BuildRequires: libcap-devel
|
||||
#addon-kerneloops
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: %{libjson_devel}
|
||||
@ -750,7 +749,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||
%dir %attr(0751, root, abrt) %{default_dump_dir}
|
||||
%dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
|
||||
# abrtd runs as root
|
||||
%dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
|
||||
%ghost %dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
|
||||
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
|
||||
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
|
||||
|
||||
@ -1016,6 +1015,26 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
||||
|
||||
%changelog
|
||||
* Fri Apr 24 2020 Michal Fabik <mfabik@redhat.com> - 2.14.1-1
|
||||
- tests: Add perl, php R and tcl to dont-blame-interpret
|
||||
- a-a-save-package-data: Add R and tcl to interpreted langs
|
||||
- a-a-save-package-data: Use regexps to match interpreters
|
||||
- .travis.yml: Update secret
|
||||
- plugins: xorg-utils: Loopify parsing
|
||||
- Add namespace to libreport function and global names
|
||||
- cli: Correct debug directories in config
|
||||
- cli: Show defaults in help output
|
||||
- cli: Fix verbosity option
|
||||
- cli: Fix descriptions for --since and --until
|
||||
- autogen.sh: Handle NOCONFIGURE per the Build API
|
||||
- plugins: journal: Fix ci_mapping being overwritten
|
||||
- plugins: abrt-journal-core: Don’t assume anything about uid_t
|
||||
- lib,plugins: Accomodate for multiple debug directories
|
||||
- dbus: Drop bogus dependency
|
||||
- dbus: Drop abrt_problems2
|
||||
- Drop libcap dependency
|
||||
- Drop Travis config
|
||||
|
||||
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 2.14.0-3
|
||||
- Rebuild (json-c)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (abrt-2.14.0.tar.gz) = 2d817b7761d5afdca00a825281b759bc084a17d7393fcdf87df1a901b5c1a75595e3a733e481b30b02d068a123f8eac26163e2e55366e7cc20266a95e863967e
|
||||
SHA512 (abrt-2.14.1.tar.gz) = 5486a4174e7db902f5a30c44159b3c0745341b1b4cb89df903cf42f9bf64ee2309708a20d8312760276db0171655972e9f2847e3463af0e34c66c4ea28cf2c6c
|
||||
|
Loading…
Reference in New Issue
Block a user