diff --git a/SOURCES/1000-turn-sosreport-off.patch b/SOURCES/1000-turn-sosreport-off.patch
new file mode 100644
index 0000000..e570138
--- /dev/null
+++ b/SOURCES/1000-turn-sosreport-off.patch
@@ -0,0 +1,25 @@
+From 2b02dc85753e4b11f10bfa2d660aa493ae80c52b Mon Sep 17 00:00:00 2001
+From: Jakub Filak <jfilak@redhat.com>
+Date: Thu, 20 Nov 2014 11:24:39 +0100
+Subject: [PATCH] turn sosreport off
+
+---
+ src/daemon/abrt_event.conf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
+index 380b312..eafee17 100644
+--- a/src/daemon/abrt_event.conf
++++ b/src/daemon/abrt_event.conf
+@@ -67,7 +67,7 @@ EVENT=post-create runlevel=
+ # Example: if you want to save sosreport immediately at the moment of a crash:
+ # (alternatively, you can add similar command to EVENT=analyze_foo's,
+ # if you would rather perform this collection later):
+-EVENT=post-create
++#EVENT=post-create
+         nice sosreport --tmp-dir "$DUMP_DIR" --batch \
+                 --only=anaconda --only=boot --only=devicemapper \
+                 --only=filesys --only=hardware --only=kernel --only=libraries \
+-- 
+1.8.3.1
+
diff --git a/SPECS/abrt.spec b/SPECS/abrt.spec
index 932f57e..a7d4d3c 100644
--- a/SPECS/abrt.spec
+++ b/SPECS/abrt.spec
@@ -33,7 +33,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.1.11
-Release: 12%{?dist}
+Release: 12%{?dist}.0.1
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -81,6 +81,7 @@ Patch39: 0039-ccpp-run-vulnerability-analysis-in-analyze_LocalGDB.patch
 Patch40: 0040-Translation-updates.patch
 Patch41: 0041-Translation-updates.patch
 
+Patch1000: 1000-turn-sosreport-off.patch
 
 # git is need for '%%autosetup -S git' which automatically applies all the
 # patches above. Please, be aware that the patches must be generated
@@ -934,6 +935,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Fri Nov 21 2014 Jim Perrin <jperrin@centos.org> - 2.1.11-12.el7.centos.0.1
+- update to not run sosreport
+- Per http://bugs.centos.org/view.php?id=7913
+
 * Wed Jun 18 2014 Jim Perrin <jperrin@centos.org> - 2.1.11-12.el7.centos
 - Applying patch from David Mansfield <david@orthanc.cobite.com>
 - Per http://bugs.centos.org/view.php?id=7192