1.37.0rc1

This commit is contained in:
Alex Manning 2021-06-24 11:57:07 +01:00
parent b000650488
commit 2a83f6aac4

View file

@ -1,8 +1,8 @@
%global srcname synapse %global srcname synapse
# Version suffix in URL when building release candidates # Version suffix in URL when building release candidates
%global rcx %{nil} %global rcx rc1
%global ghversion 1.36.0 %global ghversion 1.37.0
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
@ -89,7 +89,7 @@ echo %{rcv}
%autosetup -p1 -n %{srcname}-%{ghversion}%{rcx} %autosetup -p1 -n %{srcname}-%{ghversion}%{rcx}
# Worlaround fedora not having the right version of python crypto yet. # Worlaround fedora not having the right version of python crypto yet.
sed --debug -i "s/cryptography>=3.4.7/cryptography>=3.2.1/" synapse/python_dependencies.py sed --debug -i "s/cryptography>=3.4.7/cryptography>=3.4.6/" synapse/python_dependencies.py
# We don't support the built-in client so remove all the bundled JS. # We don't support the built-in client so remove all the bundled JS.
rm -rf synapse/static rm -rf synapse/static