diff options
author | Karel Klic <kklic@redhat.com> | 2009-11-24 15:06:43 +0100 |
---|---|---|
committer | Karel Klic <kklic@redhat.com> | 2009-11-24 15:06:43 +0100 |
commit | a2a69a438e47d361f3c58fe8d631df906e2120d1 (patch) | |
tree | 219fbdd4a115b46925a80e0482c24faaad1f2da2 /abrt.spec | |
parent | f6e929ee12a08a95c263b9c4c3e89f6eab188c4c (diff) | |
parent | bc5dfcff0c2eedd84a5f2bec27c519e2e90c5969 (diff) | |
download | abrt-a2a69a438e47d361f3c58fe8d631df906e2120d1.tar.gz abrt-a2a69a438e47d361f3c58fe8d631df906e2120d1.tar.xz abrt-a2a69a438e47d361f3c58fe8d631df906e2120d1.zip |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'abrt.spec')
-rw-r--r-- | abrt.spec | 57 |
1 files changed, 38 insertions, 19 deletions
@@ -3,7 +3,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Automatic bug detection and reporting tool Name: abrt -Version: 0.0.11 +Version: 1.0.0 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -28,7 +28,7 @@ BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel BuildRequires: intltool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %{name}-libs = %{version}-%{release} -Prereq: /usr/sbin/groupadd +Requires(pre): /usr/sbin/groupadd %description %{name} is a tool to help users to detect defects in applications and @@ -95,22 +95,14 @@ analyzer plugin. %package addon-kerneloops Summary: %{name}'s kerneloops addon Group: System Environment/Libraries -Requires: %{name}-plugin-kerneloopsreporter = %{version}-%{release} +Requires: curl Requires: %{name} = %{version}-%{release} Obsoletes: kerneloops Obsoletes: abrt-plugin-kerneloops %description addon-kerneloops -This package contains plugins for kernel crashes information collecting. - -%package plugin-kerneloopsreporter -Summary: %{name}'s kerneloops reporter plugin -Group: System Environment/Libraries -Requires: curl -Requires: %{name} = %{version}-%{release} - -%description plugin-kerneloopsreporter -This package contains reporter plugin, that sends, collected by %{name}'s kerneloops +This package contains plugins for kernel crashes information collecting and + reporter plugin, that sends, collected by %{name}'s kerneloops addon, information about kernel crashes to specified server, e.g. kerneloops.org. %package plugin-sqlite3 @@ -212,7 +204,7 @@ Summary: Virtual package to install all necessary packages for usage from deskto Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla, %{name}-plugin-logger -# FIXME: upgrade workaround +#workaround for broken upgrade, remove! #Requires: %{name}-gui Requires: %{name}-addon-kerneloops Requires: %{name}-addon-ccpp, %{name}-addon-python @@ -331,15 +323,10 @@ fi %files addon-kerneloops %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/%{name}/plugins/Kerneloops.conf -%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsScanner.conf %{_bindir}/dumpoops %{_libdir}/%{name}/libKerneloops.so* %{_libdir}/%{name}/libKerneloopsScanner.so* %{_mandir}/man7/%{name}-KerneloopsScanner.7.gz - -%files plugin-kerneloopsreporter -%defattr(-,root,root,-) -%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsReporter.conf %{_libdir}/%{name}/libKerneloopsReporter.so* %{_libdir}/%{name}/KerneloopsReporter.GTKBuilder %{_mandir}/man7/%{name}-KerneloopsReporter.7.gz @@ -418,6 +405,38 @@ fi %defattr(-,root,root,-) %changelog +* Fri Nov 20 2009 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.0-1 +- new version +- comment input wraps words rhbz#531276 +- fixed hiding password dialog rhbz#529583 +- easier kerneloops reporting rhbz#528395 +- made menu entry translatable rhbz#536878 (jmoskovc@redhat.com) +- GUI: don't read the g-k every time we want to use the setting (jmoskovc@redhat.com) +- GUI: survive if g-k access is denied rhbz#534171 (jmoskovc@redhat.com) +- include more info into oops (we were losing the stack dump) (vda.linux@googlemail.com) +- make BZ insert small text attachments inline; move text file detection code (vda.linux@googlemail.com) +- GUI: fixed text wrapping in comment field rhbz#531276 (jmoskovc@redhat.com) +- GUI: added cancel to send dialog rhbz#537238 (jmoskovc@redhat.com) +- include abrt version in bug descriptions (vda.linux@googlemail.com) +- ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive (vda.linux@googlemail.com) +- GUI: added window icon rhbz#537240 (jmoskovc@redhat.com) +- add support for \" escaping in config file (vda.linux@googlemail.com) +- add experimental saving of /var/log/Xorg*.log for X crashes (vda.linux@googlemail.com) +- APPLET: changed icon from default gtk-warning to abrt specific, add animation (jmoskovc@redhat.com) +- don't show icon on abrtd start/stop rhbz#537630 (jmoskovc@redhat.com) +- /var/cache/abrt permissions 1775 -> 0775 in spec file (kklic@redhat.com) +- Daemon properly checks /var/cache/abrt attributes (kklic@redhat.com) +- abrt user group; used by abrt-pyhook-helper (kklic@redhat.com) +- pyhook-helper: uid taken from system instead of command line (kklic@redhat.com) +- KerneloopsSysLog: fix breakage in code which detects abrt marker (vda.linux@googlemail.com) +- GUI: added support for backtrace rating (jmoskovc@redhat.com) +- InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. (vda.linux@googlemail.com) +- abrtd: call res_init() if /etc/resolv.conf or friends were changed rhbz#533589 (vda.linux@googlemail.com) +- supress errors in python hook to not colide with the running script (jmoskovc@redhat.com) + +* Tue Nov 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-2 +- spec file fixes + * Mon Nov 2 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-1 - re-enabled kerneloops - abrt-debuginfo-install: download packages one-by-one - better logging (vda.linux@googlemail.com) |