diff --git a/python-numpy.changes b/python-numpy.changes
index 78b3df8..1cc56fe 100644
--- a/python-numpy.changes
+++ b/python-numpy.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Nov 22 15:56:51 UTC 2016 - toddrme2178@gmail.com
+
+- Fix cblas handling for SLES 12.
+
 -------------------------------------------------------------------
 Mon Sep 12 10:50:33 UTC 2016 - dmueller@suse.com
 
diff --git a/python-numpy.spec b/python-numpy.spec
index 30cc592..62f3e8d 100644
--- a/python-numpy.spec
+++ b/python-numpy.spec
@@ -88,7 +88,7 @@ Requires:       gcc-gfortran
 %if %{with_atlas} == 1
 Requires:       libatlas3-devel
 %endif
-%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315
+%if 0%{?is_opensuse} && ( 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 )
 Requires:       cblas-devel
 %endif