correct python-m2crypto name in spec for suse < 12.1
authorGui Chen <gui.chen@intel.com>
Thu, 9 Feb 2012 03:17:19 +0000 (11:17 +0800)
committerGui Chen <gui.chen@intel.com>
Thu, 9 Feb 2012 03:17:19 +0000 (11:17 +0800)
Signed-off-by: Gui Chen <gui.chen@intel.com>
distfiles/mic.spec

index df202c8..5c59926 100644 (file)
@@ -41,7 +41,11 @@ Requires:   btrfs-progs
 %if 0%{?fedora_version}
 Requires:   m2crypto 
 %else
+%if 0%{?suse_version} == 1210
 Requires:   python-M2Crypto
+%else
+Requires:   python-m2crypto
+%endif
 %endif
 
 %if 0%{?fedora_version} == 16