Update to v1.58.0
This commit is contained in:
parent
e7c61e994b
commit
801f429df4
2 changed files with 6 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
%global rcx %{nil}
|
%global rcx %{nil}
|
||||||
|
|
||||||
Name: matrix-%{srcname}
|
Name: matrix-%{srcname}
|
||||||
Version: 1.57.0
|
Version: 1.58.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
@ -45,13 +45,9 @@ rm -rf synapse/static
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
|
%py3_shebang_fix %{buildroot}%{python3_sitelib}/%{srcname}/_scripts
|
||||||
%pyproject_save_files %{srcname}
|
%pyproject_save_files %{srcname}
|
||||||
|
|
||||||
# Synapse includes some benchmarks in a separate Python package named "synmark"
|
|
||||||
# which is installed by default. Remove it to avoid shipping it in the Fedora
|
|
||||||
# package, since it is unlikely to be useful to end users.
|
|
||||||
rm -r %{buildroot}%{python3_sitelib}/synmark/
|
|
||||||
|
|
||||||
install -p -D -T -m 0644 contrib/systemd/log_config.yaml %{buildroot}%{_sysconfdir}/synapse/log_config.yaml
|
install -p -D -T -m 0644 contrib/systemd/log_config.yaml %{buildroot}%{_sysconfdir}/synapse/log_config.yaml
|
||||||
install -p -D -T -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/synapse
|
install -p -D -T -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/synapse
|
||||||
install -p -D -T -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/synapse.service
|
install -p -D -T -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/synapse.service
|
||||||
|
@ -92,6 +88,9 @@ PYTHONPATH=. trial-3 tests
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 04 2022 Kai A. Hiller <V02460@gmail.com> - 1.58.0-1
|
||||||
|
- Update to v1.58.0
|
||||||
|
|
||||||
* Thu Apr 21 2022 Dan Callaghan <djc@djc.id.au> - 1.57.0-1
|
* Thu Apr 21 2022 Dan Callaghan <djc@djc.id.au> - 1.57.0-1
|
||||||
- Update to v1.57.0
|
- Update to v1.57.0
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (synapse-1.57.0.tar.gz) = ce2392fed9a7dd7056d39877da8f417b86d5c7701aaff08e4a68561cfb3d61129d29b6903e1a7cafd9f1ec0ffcbe063a8d9f6c1c90318d0a813faec754536b77
|
SHA512 (synapse-1.58.0.tar.gz) = 82a8fda57f972363b1c9112a4a4d53379b50c9e6baaeef894eb0633f76dfd4c51c7c29f833c373db77b8cb5a00453ff49010480c6da6216c8b07572974e76666
|
||||||
|
|
Loading…
Reference in a new issue