%{python_sitearch} → %{python2_sitearch}
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
76240bd962
commit
af8948718c
@ -299,8 +299,8 @@ getent passwd zookeeper >/dev/null || \
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%files -n python2-%{name}
|
||||
%{python_sitearch}/ZooKeeper-?.?-py%{python_version}.egg-info
|
||||
%{python_sitearch}/zookeeper.so
|
||||
%{python2_sitearch}/ZooKeeper-?.?-py%{python_version}.egg-info
|
||||
%{python2_sitearch}/zookeeper.so
|
||||
%doc LICENSE.txt NOTICE.txt src/contrib/zkpython/README
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user