1.37.0rc1
This commit is contained in:
parent
b000650488
commit
2a83f6aac4
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
%global srcname synapse
|
||||
|
||||
# Version suffix in URL when building release candidates
|
||||
%global rcx %{nil}
|
||||
%global ghversion 1.36.0
|
||||
%global rcx rc1
|
||||
%global ghversion 1.37.0
|
||||
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
|
@ -89,7 +89,7 @@ echo %{rcv}
|
|||
%autosetup -p1 -n %{srcname}-%{ghversion}%{rcx}
|
||||
|
||||
# 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.
|
||||
rm -rf synapse/static
|
||||
|
|
Loading…
Reference in a new issue