New upstream release 2.1.2
Resolves: #879160, #854668, #885044, #903005, #905412, #909968, #912540
This commit is contained in:
parent
d1f93ad6cc
commit
1ad6267aae
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ abrt-1.1.13.tar.gz
|
||||
/abrt-2.0.20.tar.gz
|
||||
/abrt-2.1.0.tar.gz
|
||||
/abrt-2.1.1.tar.gz
|
||||
/abrt-2.1.2.tar.gz
|
||||
|
53
abrt.spec
53
abrt.spec
@ -24,8 +24,8 @@
|
||||
|
||||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 2.1.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.1.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/abrt/
|
||||
@ -49,6 +49,7 @@ BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: libreport-devel >= 2.1.0-1
|
||||
BuildRequires: btparser-devel
|
||||
@ -107,6 +108,8 @@ Group: System Environment/Libraries
|
||||
Requires: cpio, btparser
|
||||
Requires: gdb >= 7.0-3
|
||||
Requires: elfutils
|
||||
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
|
||||
Requires: %{name}-retrace-client
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description addon-ccpp
|
||||
@ -269,7 +272,7 @@ problems handled by ABRT in Python.
|
||||
|
||||
%build
|
||||
autoconf
|
||||
CFLAGS="%{optflags} -Werror" %configure --disable-silent-rules
|
||||
CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -464,7 +467,7 @@ fi
|
||||
%preun addon-kerneloops
|
||||
if [ "$1" -eq "0" ] ; then
|
||||
%if %{with systemd}
|
||||
/bin/systemctl --no-reload abrt-oops.service >/dev/null 2>&1 || :
|
||||
/bin/systemctl --no-reload disable abrt-oops.service >/dev/null 2>&1 || :
|
||||
/bin/systemctl stop abrt-oops.service >/dev/null 2>&1 || :
|
||||
%else
|
||||
service abrt-oops stop >/dev/null 2>&1
|
||||
@ -475,7 +478,7 @@ fi
|
||||
%preun addon-xorg
|
||||
if [ "$1" -eq "0" ] ; then
|
||||
%if %{with systemd}
|
||||
/bin/systemctl --no-reload abrt-xorg.service >/dev/null 2>&1 || :
|
||||
/bin/systemctl --no-reload disable abrt-xorg.service >/dev/null 2>&1 || :
|
||||
/bin/systemctl stop abrt-xorg.service >/dev/null 2>&1 || :
|
||||
%else
|
||||
service abrt-xorg stop >/dev/null 2>&1
|
||||
@ -486,7 +489,7 @@ fi
|
||||
%preun addon-vmcore
|
||||
if [ "$1" -eq "0" ] ; then
|
||||
%if %{with systemd}
|
||||
/bin/systemctl --no-reload abrt-vmcore.service >/dev/null 2>&1 || :
|
||||
/bin/systemctl --no-reload disable abrt-vmcore.service >/dev/null 2>&1 || :
|
||||
/bin/systemctl stop abrt-vmcore.service >/dev/null 2>&1 || :
|
||||
%else
|
||||
service abrt-vmcore stop >/dev/null 2>&1
|
||||
@ -585,6 +588,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_mandir}/man5/abrt.conf.5.gz
|
||||
%{_mandir}/man5/abrt-action-save-package-data.conf.5.gz
|
||||
# {_mandir}/man5/pyhook.conf.5.gz
|
||||
%{_mandir}/man1/abrt-action-analyze-ccpp-local.*
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
@ -592,6 +596,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc apidoc/html/*
|
||||
%{_includedir}/abrt/*
|
||||
%{_libdir}/libabrt*.so
|
||||
#FIXME: this should go to libreportgtk-devel package
|
||||
@ -630,6 +635,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_bindir}/abrt-action-list-dsos
|
||||
%{_bindir}/abrt-action-perform-ccpp-analysis
|
||||
%{_bindir}/abrt-dedup-client
|
||||
%{_bindir}/abrt-action-analyze-ccpp-local
|
||||
%{_sbindir}/abrt-install-ccpp-hook
|
||||
%{_sysconfdir}/libreport/events.d/ccpp_event.conf
|
||||
%{_sysconfdir}/libreport/events.d/gconf_event.conf
|
||||
@ -702,7 +708,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_bindir}/abrt-action-analyze-python
|
||||
%{_mandir}/man1/abrt-action-analyze-python.1*
|
||||
%{python_sitearch}/abrt*.py*
|
||||
%{python_site}/abrt.pth
|
||||
%{python_sitearch}/abrt.pth
|
||||
|
||||
%files cli
|
||||
%defattr(-,root,root,-)
|
||||
@ -724,9 +730,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/abrt-dbus
|
||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems.xml
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
|
||||
%{_datadir}/polkit-1/actions/abrt_polkit.policy
|
||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf
|
||||
%dir %{_defaultdocdir}/%{name}-dbus-%{version}/html/
|
||||
%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.html
|
||||
%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.css
|
||||
|
||||
%files python
|
||||
%{python_sitelib}/problem/
|
||||
@ -734,6 +744,35 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_defaultdocdir}/%{name}-python-%{version}/examples/
|
||||
|
||||
%changelog
|
||||
* Tue Mar 19 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-1
|
||||
- Improve log messages
|
||||
- Update translation
|
||||
- Introduce helpers for management of list of ignored problems
|
||||
- applet: show a confirmation notify bubble for reported problems in ShortenedReporting mode
|
||||
- applet: mark problems as ignored and don't notify ignored problems
|
||||
- applet: remove confusing "Show" button
|
||||
- applet: pass problem's id to the gui app
|
||||
- abrt-ccpp: try to read hs_err.log from crash's CWD
|
||||
- abrt-action-perform-ccpp-analysis: Complain if analyze_RetraceServer can't run. Closes 619
|
||||
- abrt-gui: change URL to point to most recent doc
|
||||
- add abrt-action-analyze-ccpp-local to ccpp-addon related to rhbz#759443
|
||||
- analyze-ccpp don't suid to abrt when run as root, related rhbz#759443
|
||||
- abrtd: prohibit DumpLocation == WatchCrashdumpArchiveDir. Closes rhbz#854668
|
||||
- abrtd: don't blame interpreter, blame the running script #609
|
||||
- a-a-ureport: don't fail on missing counter file
|
||||
- a-a-ureport: allow to send ureport more than once
|
||||
- dbus doc: install abrt-dbus documentation files to the correct places
|
||||
- dbus doc: extend the documentation of DBus API
|
||||
- dbus doc: make xml interface parseable by qtdbusxml2cpp
|
||||
- dbus: add basics to a new problem
|
||||
- abrt-harvest-vmcore: don't copy dir from var/spool if copy already exists
|
||||
- fix path in the collect_xsession_errors event
|
||||
- retrace-client: print dots instead of repeated status message
|
||||
- move abrt.pth to arch specific location rhbz#912540
|
||||
- Make forking code paths more robust.
|
||||
- add more logging to catch "stuck core-backtrace" problem; reduce gdb looping
|
||||
- Resolves: #879160, #854668, #885044, #903005, #905412, #909968, #912540
|
||||
|
||||
* Tue Mar 05 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-3
|
||||
- disable shortened and auto reporting in RHEL
|
||||
- Resolves: #918040, #918041
|
||||
|
Loading…
Reference in New Issue
Block a user