From 1b367f972bc7fd15d3eb5786a072a48a1fee840fd945f93bba436885e628ebb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Sun, 25 Oct 2015 15:02:39 +0000 Subject: [PATCH] Accepting request 340842 from home:lmuelle:pyton3-samba Remove superfluous '%' sign and build for Fedora starting with ver 20 OBS-URL: https://build.opensuse.org/request/show/340842 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=57 --- talloc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talloc.spec b/talloc.spec index 73296b2..26b96d5 100644 --- a/talloc.spec +++ b/talloc.spec @@ -18,7 +18,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?py3_soflags: %global py3_soflags cpython-%{python3_version_nodots}m} -%if 0%{?suse_version} > 1310 || 0%{?%fedora_version} > 19 +%if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20 %define with_python3 1 %else %define with_python3 0