[abrt/f18] New upstream release 2.1.3

Jakub Filak jfilak at fedoraproject.org
Tue Apr 2 12:07:33 UTC 2013


commit 550837e579b9ca7ef8449d8da63ccc62db12e3af
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Mar 27 16:55:27 2013 +0100

    New upstream release 2.1.3

 .gitignore                              |    1 +
 abrt-2.1.2-recreate_dump_location.patch |  139 -------------------------------
 abrt.spec                               |   25 ++++--
 sources                                 |    2 +-
 4 files changed, 19 insertions(+), 148 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4adca73..f63be2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.1.0.tar.gz
 /abrt-2.1.1.tar.gz
 /abrt-2.1.2.tar.gz
+/abrt-2.1.3.tar.gz
diff --git a/abrt.spec b/abrt.spec
index 45c6cbf..e21931d 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -24,8 +24,8 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.1.2
-Release: 3%{?dist}
+Version: 2.1.3
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -36,8 +36,6 @@ Patch1: disable_gpg_check.patch
 Patch2: abrt-2.1.1-hide_all_ureport_stuff.patch
 Patch3: abrt-2.1.1-dont_enable_shortened_reporting_in_gnome.patch
 Patch4: abrt-2.1.1-disable_autoreporting_dialog.patch
-# Remove this patch with abrt-2.1.3
-Patch5: abrt-2.1.2-recreate_dump_location.patch
 
 BuildRequires: dbus-devel
 BuildRequires: gtk3-devel
@@ -229,7 +227,12 @@ Requires: gnome-abrt
 Requires: abrt-plugin-bodhi
 Requires: libreport-plugin-logger, libreport-plugin-bugzilla
 Requires: libreport-plugin-ureport
+%if 0%{?fedora}
 Requires: libreport-fedora
+%endif
+%if 0%{?rhel}
+Requires: libreport-rhel
+%endif
 #Requires: abrt-plugin-firefox
 Obsoletes: bug-buddy > 0.0.1
 Provides: bug-buddy
@@ -272,7 +275,6 @@ problems handled by ABRT in Python.
 %endif
 #Fedora
 %patch1 -p1 -b .gpgcheck
-%patch5 -p1 -b .dumplocation
 
 %build
 autoconf
@@ -576,7 +578,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/%{name}/gpg_keys
 %config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
 %config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
-%config(noreplace) %{_sysconfdir}/libreport/events.d/smolt_event.conf
 %dir %attr(0755, abrt, abrt) %{_localstatedir}/tmp/%{name}
 %dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
 # abrtd runs as root
@@ -611,7 +612,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files gui
 %defattr(-,root,root,-)
-%{_bindir}/abrt-gui
 %dir %{_datadir}/%{name}
 # all glade, gtkbuilder and py files for gui
 %{_datadir}/icons/hicolor/*/apps/*
@@ -650,7 +650,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_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
 %{_sysconfdir}/libreport/events/collect_GConf.xml
 %{_sysconfdir}/libreport/events/collect_vimrc_user.xml
 %{_sysconfdir}/libreport/events/collect_vimrc_system.xml
@@ -751,6 +750,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_defaultdocdir}/%{name}-python-%{version}/examples/
 
 %changelog
+* Wed Mar 27 2013 Jakub Filak <jfilak at redhat.com> 2.1.3-1
+- record runlevel
+- Integration with satyr
+- dbus: check correct errno after dump_dir_is_accessible_by_uid()
+- require libreport workflow package acc. to OS type
+- remove the abrt-gui closes #629
+- retrace-client: do not allow space in os_release_id; closes #625
+- Remove all smolt-related files and code bits
+- abrtd: recreate Dump Location directory if it is delete
+
 * Mon Mar 25 2013 Jakub Filak <jfilak at redhat.com> 2.1.2-3
 - Check if restorecon cmd exists and run it only if it does
 - Resolves: #926934
diff --git a/sources b/sources
index 0b0f51b..b8dd148 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d79f548fd5b2814afe4cf8b4ea78f51  abrt-2.1.2.tar.gz
+ba54ade40bd9688d0260b6e2355d1faa  abrt-2.1.3.tar.gz


More information about the scm-commits mailing list