New upstream release 2.0.13

This commit is contained in:
Jiri Moskovcak 2012-09-21 16:35:55 +02:00
commit 75751cc14b
3 changed files with 23 additions and 12 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@ abrt-1.1.13.tar.gz
/abrt-2.0.10.tar.gz
/abrt-2.0.11.tar.gz
/abrt-2.0.12.tar.gz
/abrt-2.0.13.tar.gz

View file

@ -17,20 +17,22 @@
%endif
%if 0%{?rhel} >= 6
%define vendor redhat
%define desktopvendor redhat
%else
%define vendor fedora
%define desktopvendor fedora
%endif
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.0.12
Version: 2.0.13
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
Source1: abrt1_to_abrt2
# don't remove this patch, packages in rawhide are not signed!
Patch1: disable_gpg_check.patch
BuildRequires: dbus-devel
BuildRequires: gtk3-devel
BuildRequires: rpm-devel >= 4.6
@ -45,7 +47,7 @@ BuildRequires: libtool
BuildRequires: nss-devel
BuildRequires: asciidoc
BuildRequires: xmlto
BuildRequires: libreport-devel >= 2.0.13-1
BuildRequires: libreport-devel >= 2.0.14-1
BuildRequires: btparser-devel
%if %{with systemd}
@ -62,8 +64,8 @@ Obsoletes: abrt-plugin-sosreport > 0.0.1
%description
%{name} is a tool to help users to detect defects in applications and
to create a bug report with all informations needed by maintainer to fix it.
It uses plugin system to extend its functionality.
to create a bug report with all information needed by maintainer to fix it.
It uses plugin system to extend its functionality.
%package libs
Summary: Libraries for %{name}
@ -157,7 +159,7 @@ Obsoletes: libreport-plugin-bodhi > 0.0.1
Provides: libreport-plugin-bodhi
%description plugin-bodhi
Search for a new updates in bodhi server
Search for a new updates in bodhi server.
%package addon-python
Summary: %{name}'s addon for catching and analyzing Python exceptions
@ -176,8 +178,8 @@ Summary: %{name}'s command line interface
Group: User Interface/Desktops
%description tui
This package contains simple command line client for processing abrt reports in
command line environment
This package contains a simple command line client for processing abrt reports in
command line environment.
%package cli
Summary: Virtual package to install all necessary packages for usage from command line environment
@ -239,6 +241,7 @@ uses PolicyKit to authorize to access the problem data.
%patch0 -p1 -b .rhel_gpg
%endif
#Fedora
%patch1 -p1 -b .gpgcheck
%build
autoconf
@ -260,7 +263,7 @@ mkdir -p $RPM_BUILD_ROOT/var/spool/abrt-upload
desktop-file-install \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--vendor %{vendor} \
--vendor %{desktopvendor} \
--delete-original \
${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
@ -514,7 +517,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/abrt-gui
%dir %{_datadir}/%{name}
# all glade, gtkbuilder and py files for gui
%{_datadir}/applications/%{vendor}-%{name}.desktop
%{_datadir}/applications/%{desktopvendor}-%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/icons/hicolor/*/status/*
%{_datadir}/%{name}/icons/hicolor/*/status/*
@ -541,11 +544,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/abrt-action-generate-core-backtrace
%{_bindir}/abrt-action-analyze-backtrace
%{_bindir}/abrt-action-list-dsos
%{_bindir}/abrt-action-perform-ccpp-analysis
%{_bindir}/abrt-dedup-client
%{_sbindir}/abrt-install-ccpp-hook
%{_sysconfdir}/libreport/events.d/ccpp_event.conf
%{_sysconfdir}/libreport/events.d/gconf_event.conf
%{_sysconfdir}/libreport/events.d/vimrc_event.conf
%{_sysconfdir}/libreport/events/analyze_CCpp.xml
%{_sysconfdir}/libreport/events/analyze_LocalGDB.xml
%{_sysconfdir}/libreport/events/collect_xsession_errors.xml
%{_sysconfdir}/libreport/events/collect_Smolt.xml
@ -577,6 +582,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%{_bindir}/abrt-dump-oops
%{_bindir}/abrt-action-analyze-oops
%{_bindir}/abrt-action-save-kernel-data
%{_mandir}/man1/abrt-action-analyze-oops.1*
%files addon-xorg
@ -636,8 +642,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
%{_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
%changelog
* Fri Sep 21 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.13-1
-
* Tue Aug 21 2012 Jakub Filak <jfilak@redhat.com> 2.0.12-1
- move abrtd.pid to /var/run/abrt/abrtd.pid
- abrt-harvest-vmcore: add CopyVMcore config option to copy vmcores. Closes 448, rhbz#811733, rhbz#844679

View file

@ -1 +1 @@
81332aebeec1cdc59ce399429c95b349 abrt-2.0.12.tar.gz
38d882e5a67efe80abde806188e33953 abrt-2.0.13.tar.gz