diff --git a/.gitignore b/.gitignore index 08de38e..4adca73 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/abrt.spec b/abrt.spec index 1bede28..d94f949 100644 --- a/abrt.spec +++ b/abrt.spec @@ -24,8 +24,8 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.1.1 -Release: 2%{?dist} +Version: 2.1.2 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -47,6 +47,7 @@ BuildRequires: intltool BuildRequires: libtool BuildRequires: nss-devel BuildRequires: asciidoc +BuildRequires: doxygen BuildRequires: xmlto BuildRequires: libreport-devel >= 2.1.0-1 BuildRequires: btparser-devel @@ -105,6 +106,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 @@ -265,7 +268,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 @@ -460,7 +463,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 @@ -471,7 +474,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 @@ -482,7 +485,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 @@ -581,6 +584,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,-) @@ -588,6 +592,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 @@ -626,6 +631,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 @@ -698,7 +704,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,-) @@ -720,9 +726,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/ @@ -730,7 +740,36 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_defaultdocdir}/%{name}-python-%{version}/examples/ %changelog -* Fri Feb 04 2013 Jakub Filak 2.1.1-2 +* Tue Mar 19 2013 Jakub Filak 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 2.1.1-2 - remove ureport events from the reporting workflow in RHEL * Fri Feb 04 2013 Jakub Filak 2.1.1-1 diff --git a/sources b/sources index d43ccca..0b0f51b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc5bcf3e366fd708d4509e8a73586194 abrt-2.1.1.tar.gz +9d79f548fd5b2814afe4cf8b4ea78f51 abrt-2.1.2.tar.gz