diff --git a/SPECS/openwsman.spec b/SPECS/openwsman.spec index 808f2025..72f599d0 100644 --- a/SPECS/openwsman.spec +++ b/SPECS/openwsman.spec @@ -1,8 +1,5 @@ - -%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%endif %global commit 4391e5c68d99c6239e1672d1c8a5a16d7d8c4c2b %global shortcommit %(c=%{commit}; echo ${c:0:7}) @@ -303,8 +300,8 @@ rm -f /var/log/wsmand.log %files python %{python_sitearch}/*.so %{python_sitearch}/*.py -%{python_sitearch}/*.pyc -%{python_sitearch}/*.pyo +#%{python_sitearch}/*.pyc +#%{python_sitearch}/*.pyo %doc %{name}-%{commit}/AUTHORS %{name}-%{commit}/COPYING %{name}-%{commit}/ChangeLog %{name}-%{commit}/README.md %files ruby