diff --git a/crm_report.in b/crm_report.in
new file mode 100644
index 0000000..476a804
--- /dev/null
+++ b/crm_report.in
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# Copyright (C) 2007 Dejan Muhamedagic <dmuhamedagic@suse.com>
+# Copyright (C) 2015 Kristoffer Gronlund <kgronlund@suse.com>
+# Copyright (C) 2015 Gao,Yan <ygao@suse.com>
+#
+# Replaced with crm report
+PARENT_COMMAND="$(ps -o comm= $PPID)"
+PROG="$(basename "$0")"
+
+die() {
+	echo "$PROG: $*"
+	exit 1
+}
+[ "$(basename "$PARENT_COMMAND")" = "crm" ] && die "called itself in a loop, aborting"
+if which crm > /dev/null 2>&1; then
+	crm report "$@"
+elif [ -x /usr/sbin/crm ]; then
+	/usr/sbin/crm report "$@"
+else
+	#die "crm_report has been deprecated: Please install crmsh, which replaces it"
+	/usr/sbin/crm_report.pacemaker "$@"
+fi
diff --git a/pacemaker.changes b/pacemaker.changes
index 6652369..ca09a28 100644
--- a/pacemaker.changes
+++ b/pacemaker.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Nov 16 17:49:49 UTC 2015 - ygao@suse.com
+
+- crm_report: Call "crm report" if available (bsc#950483)
+
 -------------------------------------------------------------------
 Thu Nov 12 11:18:49 UTC 2015 - ygao@suse.com
 
diff --git a/pacemaker.spec b/pacemaker.spec
index a01f75f..6865d58 100644
--- a/pacemaker.spec
+++ b/pacemaker.spec
@@ -107,6 +107,7 @@ Url:            http://www.clusterlabs.org
 
 #Source0:        https://github.com/%{github_owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
 Source0:        %{name}-%{version}.tar.bz2
+Source1:        crm_report.in
 Source100:      pacemaker.rpmlintrc
 Patch1:         bug-806256_pacemaker-log-level-notice.patch
 Patch2:         bug-728579_pacemaker-stonith-dev-id.patch
@@ -493,6 +494,9 @@ ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcpacemaker_remote
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rccrm_mon
 %endif
 
+mv %{buildroot}%{_sbindir}/crm_report %{buildroot}%{_sbindir}/crm_report.pacemaker
+install -m 755 %{S:1} %{buildroot}%{_sbindir}/crm_report
+
 %if %{with coverage}
 GCOV_BASE=%{buildroot}/%{_var}/lib/pacemaker/gcov
 mkdir -p $GCOV_BASE
@@ -709,6 +713,7 @@ fi
 %{_sbindir}/crm_shadow
 %{_sbindir}/crm_simulate
 %{_sbindir}/crm_report
+%{_sbindir}/crm_report.pacemaker
 %{_sbindir}/crm_ticket
 %exclude %{_datadir}/pacemaker/tests
 %{_datadir}/pacemaker