Accepting request 393649 from home:yan_gao:branches:network:ha-clustering:Factory:Test

Revert cs_version

OBS-URL: https://build.opensuse.org/request/show/393649
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=243
This commit is contained in:
Yan Gao 2016-05-04 13:24:15 +00:00 committed by Git OBS Bridge
parent 3cc695571a
commit c914cf9975

View File

@ -40,7 +40,7 @@
#%global rawhide %(test ! -e /etc/yum.repos.d/fedora-rawhide.repo; echo $?)
%global rawhide 0
#%global cs_version %(pkg-config corosync --modversion | awk -F . '{print $1}')
#%%global cs_version %%(pkg-config corosync --modversion | awk -F . '{print $1}')
%global cs_version 2
# It has to be eventually decided whether to use Python2 or Python3
%global py_site %{?python_sitearch}%{!?python_sitearch:%(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}