From 76c9cd7649d0e698eb78f2ca336ef978f68fec76 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Apr 30 2013 15:15:59 +0000 Subject: New upstream release 2.1.4 --- diff --git a/.gitignore b/.gitignore index f63be2b..e495ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ abrt-1.1.13.tar.gz /abrt-2.1.1.tar.gz /abrt-2.1.2.tar.gz /abrt-2.1.3.tar.gz +/abrt-2.1.4.tar.gz diff --git a/abrt.spec b/abrt.spec index b4b51f0..6c1ffe7 100644 --- a/abrt.spec +++ b/abrt.spec @@ -24,8 +24,8 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.1.3 -Release: 2%{?dist} +Version: 2.1.4 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -50,9 +50,9 @@ BuildRequires: nss-devel BuildRequires: asciidoc BuildRequires: doxygen BuildRequires: xmlto -BuildRequires: libreport-devel >= 2.1.3 -BuildRequires: btparser-devel -Requires: libreport >= 2.1.3 +BuildRequires: libreport-devel >= 2.1.4 +BuildRequires: btparser-devel >= 0.2.5 +Requires: libreport >= 2.1.4 %if %{with systemd} Requires: systemd-units @@ -97,6 +97,7 @@ BuildRequires: libreport-gtk-devel Provides: abrt-applet = %{version}-%{release} Obsoletes: abrt-applet < 0.0.5 Conflicts: abrt-applet < 0.0.5 +Requires: abrt-libs = %{version}-%{release} %description gui GTK+ wizard for convenient bug reporting. @@ -104,12 +105,14 @@ GTK+ wizard for convenient bug reporting. %package addon-ccpp Summary: %{name}'s C/C++ addon Group: System Environment/Libraries -Requires: cpio, btparser +Requires: cpio +Requires: btparser >= 0.2.5 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} +Requires: abrt-libs = %{version}-%{release} %description addon-ccpp This package contains hook for C/C++ crashed programs and %{name}'s C/C++ @@ -130,6 +133,7 @@ Summary: %{name}'s kerneloops addon Group: System Environment/Libraries Requires: curl Requires: %{name} = %{version}-%{release} +Requires: abrt-libs = %{version}-%{release} Requires: libreport-plugin-kerneloops Obsoletes: kerneloops > 0.0.1 Obsoletes: abrt-plugin-kerneloops > 0.0.1 @@ -185,6 +189,7 @@ uncaught exception in python programs. Summary: %{name}'s command line interface Group: User Interface/Desktops Requires: libreport-cli +Requires: abrt-libs = %{version}-%{release} %description tui This package contains a simple command line client for processing abrt reports in @@ -250,6 +255,7 @@ Group: Application/System Requires: %{name} = %{version}-%{release} Requires: libreport BuildRequires: polkit-devel +Requires: abrt-libs = %{version}-%{release} %description dbus ABRT DBus service which provides org.freedesktop.problems API on dbus and @@ -268,6 +274,16 @@ BuildArch: noarch High-level API for querying, creating and manipulating problems handled by ABRT in Python. +%package console-notification +Summary: ABRT console notification script +Group: Applications/System +Requires: %{name} = %{version}-%{release} +Requires: %{name}-cli = %{version}-%{release} + +%description console-notification +A small script which prints a count of detected problems when someone logs in +to the shell + %prep %setup -q #RHEL @@ -520,7 +536,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/plugins -#%dir %{_libdir}/%{name} %{_mandir}/man1/abrt-handle-upload.1.gz %{_mandir}/man1/abrt-server.1.gz %{_mandir}/man1/abrt-action-save-package-data.1.gz @@ -551,7 +566,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/*/status/* %{_datadir}/%{name}/icons/hicolor/*/status/* %{_bindir}/abrt-applet -#%{_bindir}/test-report +#%%{_bindir}/test-report %{_sysconfdir}/xdg/autostart/abrt-applet.desktop %files addon-ccpp @@ -623,7 +638,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_initrddir}/abrt-xorg %endif %{_bindir}/abrt-dump-xorg -###%{_mandir}/man1/abrt-dump-xorg.1* %files addon-vmcore %defattr(-,root,root,-) @@ -682,7 +696,32 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man5/abrt-python.5.gz %{_defaultdocdir}/%{name}-python-%{version}/examples/ +%files console-notification +%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh + %changelog +* Tue Apr 30 2013 Jakub Filak 2.1.4-1 +- build abrtd and setuided executables with full relro rhbz#812284 +- added a console notification script to profile.d closes #641 +- return the right exit code for user cancellation +- add more examples to Problem API doc +- updated translation Related: #951416 +- Replace "THANKYOU" with EXIT_STOP_EVENT_RUN exit code (70) +- abrt-action-ureport: rewrite in python, improve messages +- abrt-cli: added 'status' command +- abrt-cli: make "report -v[vv]" export correct $ABRT_VERBOSE value +- bodhi, retrace: support /etc/os-release +- abrt-action-generate-core-backtrace: be a bit more verbose +- abrt-dump-oops: add "Machine Check Exception" to the list of watched strings rhbz#812537 +- abrt-action-install-debuginfo: do not assume os.execvp never returns +- abrtd: mark unprocessed dump directories as not-reportable +- abrtd: update last occurrence dump dir file +- spec: remove the commented macros rhbz#864851 +- spec: added the versioned abrt-libs requires to silence rpmdiff rhbz#881123 +- spec: create a new subpackage for the console notification #641 +- spec: add deps. required for reporting to abrt-cli pkg +- spec: inc required version of libreport + * Mon Apr 08 2013 Jakub Filak 2.1.3-2 - Require correct version of libreport - Add dependecies required for reporting to abrt-cli package diff --git a/sources b/sources index b8dd148..d9cc4a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba54ade40bd9688d0260b6e2355d1faa abrt-2.1.3.tar.gz +bca895b56c2d8020ffbf6537c52c9bd8 abrt-2.1.4.tar.gz