Define python_sitearch if undefined.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=4
This commit is contained in:
parent
cf346bbfe4
commit
0a1ad3d609
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 30 16:08:28 UTC 2012 - lmuelle@suse.com
|
||||
Wed May 30 16:39:26 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Define missing python macros on pre-6 CentOS and RHEL systems.
|
||||
- Define python_sitearch if undefined.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 30 15:36:34 UTC 2012 - lmuelle@suse.com
|
||||
|
2
tdb.spec
2
tdb.spec
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%if 0%{?centos_version} && 0%{?centos_version} < 600 || 0%{rhel_version} && 0%{rhel_version} < 600
|
||||
%if "%{python_sitearch}" == ""
|
||||
# CentOS and RHEL pre-6 don't know python_sitearch
|
||||
%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(1))")
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user