2017-06-02 17:42:29 +00:00
|
|
|
%global srcname synapse
|
|
|
|
|
2020-05-28 19:06:49 +00:00
|
|
|
# Version suffix in URL when building release candidates
|
2021-08-16 12:36:27 +00:00
|
|
|
%global rcx %{nil}
|
2021-08-03 12:30:31 +00:00
|
|
|
%global ghversion 1.40.0
|
2020-05-28 19:06:49 +00:00
|
|
|
|
2018-09-06 18:47:22 +00:00
|
|
|
%{?python_enable_dependency_generator}
|
|
|
|
|
2021-04-06 14:39:17 +00:00
|
|
|
%if "%{rcx}"
|
|
|
|
%global rcv ~%{rcx}
|
|
|
|
%else
|
|
|
|
%global rcv %{nil}
|
|
|
|
%endif
|
|
|
|
|
2017-06-02 17:42:29 +00:00
|
|
|
Name: matrix-%{srcname}
|
2021-04-13 13:56:03 +00:00
|
|
|
Version: %{ghversion}%{rcv}
|
|
|
|
Release: 1%{?dist}
|
2017-06-02 17:42:29 +00:00
|
|
|
Summary: A Matrix reference homeserver written in Python using Twisted
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/matrix-org/%{srcname}
|
2021-03-21 23:34:28 +00:00
|
|
|
Source0: %{url}/archive/v%{ghversion}%{rcx}/%{srcname}-%{ghversion}%{rcx}.tar.gz
|
2017-06-02 17:42:29 +00:00
|
|
|
Source1: synapse.sysconfig
|
2018-12-28 20:43:36 +00:00
|
|
|
Source2: synapse.service
|
2021-06-16 00:39:27 +00:00
|
|
|
Source3: synapse-homeserver
|
2021-06-29 15:56:13 +00:00
|
|
|
Source4: synapse@.service
|
2021-08-03 12:33:10 +00:00
|
|
|
|
2021-07-18 07:02:27 +00:00
|
|
|
# non-upstreamable patch to accept any version of python-cryptography, see RHBZ#1978949
|
|
|
|
Patch1: 0001-relax-cryptography-dependency-version-requirement.patch
|
2017-06-02 17:42:29 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2018-12-28 20:43:36 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
|
|
|
# Test dependencies
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-mock >= 2.0
|
2020-08-29 12:44:42 +00:00
|
|
|
BuildRequires: python3-parameterized >= 0.7.0
|
2019-06-27 10:59:44 +00:00
|
|
|
BuildRequires: /usr/bin/openssl
|
2018-12-28 20:43:36 +00:00
|
|
|
|
|
|
|
# Package dependencies
|
2019-06-27 10:59:44 +00:00
|
|
|
#BuildRequires: python3-txacme >= 0.9.2
|
2021-07-09 18:18:43 +00:00
|
|
|
BuildRequires: (python3-attrs >= 19.2.0 without python3-attrs = 21.1.0)
|
2020-08-29 12:44:42 +00:00
|
|
|
BuildRequires: python3-authlib
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-bcrypt >= 3.1.0
|
2019-06-27 10:59:44 +00:00
|
|
|
BuildRequires: python3-bleach >= 1.4.3
|
2020-12-01 15:21:20 +00:00
|
|
|
BuildRequires: python3-canonicaljson >= 1.4.0
|
2021-07-09 18:18:43 +00:00
|
|
|
# v3.4.7 affects only the binary distribution, so using v3.4.6 is fine.
|
|
|
|
BuildRequires: python3-cryptography >= 3.4.6
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-daemonize >= 2.3.1
|
2019-06-27 10:59:44 +00:00
|
|
|
BuildRequires: python3-frozendict >= 1.0
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-idna >= 2.5
|
2021-07-09 18:18:43 +00:00
|
|
|
BuildRequires: python3-ijson
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-jinja2 >= 2.9
|
|
|
|
BuildRequires: python3-jsonschema >= 2.5.1
|
2020-08-29 12:44:42 +00:00
|
|
|
BuildRequires: python3-jwt
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-lxml >= 3.5.0
|
2018-12-28 20:43:36 +00:00
|
|
|
BuildRequires: python3-matrix-synapse-ldap3 >= 0.1
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-msgpack >= 0.5.2
|
2018-12-28 20:43:36 +00:00
|
|
|
BuildRequires: python3-netaddr >= 0.7.18
|
|
|
|
BuildRequires: python3-phonenumbers >= 8.2.0
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-pillow >= 4.3.0
|
2020-12-05 19:41:12 +00:00
|
|
|
BuildRequires: python3-prometheus_client
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-pyOpenSSL >= 16.0.0
|
|
|
|
BuildRequires: python3-pyasn1 >= 0.1.9
|
|
|
|
BuildRequires: python3-pyasn1-modules >= 0.0.7
|
2019-06-27 10:59:44 +00:00
|
|
|
BuildRequires: python3-pymacaroons-pynacl >= 0.13.0
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-pynacl >= 1.2.1
|
|
|
|
BuildRequires: python3-pysaml2 >= 4.5.0
|
|
|
|
BuildRequires: python3-pyyaml >= 3.11
|
2019-06-27 10:59:44 +00:00
|
|
|
BuildRequires: python3-service-identity >= 18.1.0
|
2020-04-22 09:23:59 +00:00
|
|
|
BuildRequires: python3-signedjson >= 1.1.0
|
2019-07-18 12:02:28 +00:00
|
|
|
BuildRequires: python3-sortedcontainers >= 1.4.4
|
|
|
|
BuildRequires: python3-systemd >= 231
|
|
|
|
BuildRequires: python3-treq >= 15.1
|
2019-10-11 09:21:01 +00:00
|
|
|
BuildRequires: python3-twisted >= 18.9.0
|
2019-10-31 20:11:56 +00:00
|
|
|
BuildRequires: python3-typing-extensions >= 3.7.4
|
2018-12-28 20:43:36 +00:00
|
|
|
BuildRequires: python3-unpaddedbase64 >= 1.1.0
|
2017-06-02 17:42:29 +00:00
|
|
|
BuildRequires: systemd
|
2020-12-05 19:41:12 +00:00
|
|
|
BuildRequires: xmlsec1
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires: systemd
|
2017-09-29 07:50:10 +00:00
|
|
|
%{?systemd_requires}
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Matrix is an ambitious new ecosystem for open federated Instant Messaging and
|
|
|
|
VoIP. Synapse is a reference "homeserver" implementation of Matrix from the
|
|
|
|
core development team at matrix.org, written in Python/Twisted. It is intended
|
|
|
|
to showcase the concept of Matrix and let folks see the spec in the context of
|
|
|
|
a coded base and let you run your own homeserver and generally help bootstrap
|
|
|
|
the ecosystem.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-03-21 23:44:02 +00:00
|
|
|
%autosetup -p1 -n %{srcname}-%{ghversion}%{rcx}
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
# We don't support the built-in client so remove all the bundled JS.
|
|
|
|
rm -rf synapse/static
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2018-12-28 20:43:36 +00:00
|
|
|
%py3_build
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2018-12-28 20:43:36 +00:00
|
|
|
%py3_install
|
2017-06-02 17:42:29 +00:00
|
|
|
|
2019-12-30 22:21:55 +00:00
|
|
|
# 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/
|
|
|
|
|
2017-06-02 17:42:29 +00:00
|
|
|
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
|
2018-12-28 20:43:36 +00:00
|
|
|
install -p -D -T -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/synapse.service
|
2021-06-29 16:25:27 +00:00
|
|
|
install -p -D -T -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/synapse@.service
|
2017-06-02 17:42:29 +00:00
|
|
|
install -p -d -m 755 %{buildroot}/%{_sharedstatedir}/synapse
|
|
|
|
|
2021-06-16 00:39:27 +00:00
|
|
|
install -p -D -T -m 755 %{SOURCE3} %{buildroot}%{_bindir}/synapse-homeserver
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
%check
|
2018-12-28 20:43:36 +00:00
|
|
|
PYTHONPATH=. trial-3 tests
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
getent group synapse >/dev/null || groupadd -r synapse
|
|
|
|
getent passwd synapse >/dev/null || \
|
|
|
|
useradd -r -g synapse -d %{_sharedstatedir}/synapse -s /sbin/nologin \
|
|
|
|
-c "The user for the Synapse Matrix server" synapse
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_post synapse.service
|
2021-06-29 16:25:27 +00:00
|
|
|
%systemd_post synapse@*.service
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_preun synapse.service
|
2021-06-29 16:25:27 +00:00
|
|
|
%systemd_preun synapse@*.service
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart synapse.service
|
2021-06-29 16:25:27 +00:00
|
|
|
%systemd_postun_with_restart synapse@*.service
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc *.rst
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/synapse
|
2018-12-28 20:43:36 +00:00
|
|
|
%{python3_sitelib}/synapse/
|
|
|
|
%{python3_sitelib}/matrix_synapse*.egg-info/
|
2017-06-02 17:42:29 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_unitdir}/synapse.service
|
2021-06-29 15:56:13 +00:00
|
|
|
%{_unitdir}/synapse@.service
|
2017-06-02 17:42:29 +00:00
|
|
|
%attr(755,synapse,synapse) %dir %{_sharedstatedir}/synapse
|
2019-01-24 14:52:01 +00:00
|
|
|
%attr(755,synapse,synapse) %dir %{_sysconfdir}/synapse
|
|
|
|
%attr(644,synapse,synapse) %config(noreplace) %{_sysconfdir}/synapse/*
|
2017-06-02 17:42:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-07-23 13:30:17 +00:00
|
|
|
* Fri Jul 23 2021 Kai A. Hiller <V02460@gmail.com> - 1.38.1-1
|
|
|
|
- Update to v1.38.1
|
|
|
|
|
2021-07-22 13:52:29 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.38.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-18 07:02:04 +00:00
|
|
|
* Sun Jul 18 2021 Dan Callaghan <djc@djc.id.au> - 1.38.0-2
|
|
|
|
- fix startup ordering of synapse.service (RHBZ#1910740)
|
2021-07-18 07:02:27 +00:00
|
|
|
- relax version requirement for python3-cryptography
|
2021-07-18 07:02:04 +00:00
|
|
|
|
2021-07-09 18:18:43 +00:00
|
|
|
* Wed Jul 14 2021 Kai A. Hiller <V02460@gmail.com> - 1.38.0-1
|
|
|
|
- Update to v1.38.0
|
|
|
|
|
2021-06-04 18:11:18 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.26.0-3
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-03-02 15:13:28 +00:00
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.26.0-2
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
2021-01-28 12:04:07 +00:00
|
|
|
* Thu Jan 28 2021 Kai A. Hiller <V02460@gmail.com> - 1.26.0-1
|
|
|
|
- Update to v1.26.0
|
|
|
|
|
2021-01-26 19:23:04 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-13 17:51:27 +00:00
|
|
|
* Wed Jan 13 2021 Kai A. Hiller <V02460@gmail.com - 1.25.0-1
|
|
|
|
- Update to v1.25.0
|
|
|
|
|
2020-12-05 19:41:12 +00:00
|
|
|
* Wed Dec 09 2020 Kai A. Hiller <V02460@gmail.com> - 1.24.0-1
|
|
|
|
- Update to v1.24.0
|
|
|
|
|
2020-12-01 15:21:20 +00:00
|
|
|
* Mon Nov 30 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.23.0-1
|
|
|
|
- 1.23.0
|
|
|
|
|
2020-08-29 12:44:42 +00:00
|
|
|
* Sat Aug 29 2020 Kai A. Hiller <V02460@gmail.com> - 1.18.0-1
|
|
|
|
- Update to v1.18.0
|
2020-05-28 18:19:30 +00:00
|
|
|
|
2020-08-01 04:24:56 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-4
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-28 07:00:00 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-26 00:52:41 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.13.0-2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-05-20 22:17:02 +00:00
|
|
|
* Thu May 21 2020 Dan Callaghan <djc@djc.id.au> - 1.13.0-1
|
|
|
|
- Update to v1.13.0
|
|
|
|
|
2020-05-17 02:32:35 +00:00
|
|
|
* Sun May 17 2020 Dan Callaghan <djc@djc.id.au> - 1.12.4-1
|
|
|
|
- Update to v1.12.4
|
|
|
|
|
2020-04-22 09:23:59 +00:00
|
|
|
* Wed Apr 22 2020 Kai A. Hiller <V02460@gmail.com> - 1.12.3-1
|
|
|
|
- Update to v1.12.3
|
|
|
|
|
2020-01-29 12:13:57 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-24 10:14:05 +00:00
|
|
|
* Fri Jan 24 2020 Arjen Heidinga <dexter@beetjevreeemd.nl> - 1.8.0-1
|
|
|
|
- Update to v1.8.0
|
|
|
|
|
2019-12-30 22:21:55 +00:00
|
|
|
* Tue Dec 31 2019 Dan Callaghan <djc@djc.id.au> - 1.7.2-1
|
|
|
|
- Update to v1.7.2
|
|
|
|
|
2019-12-03 01:51:18 +00:00
|
|
|
* Tue Dec 03 2019 Dan Callaghan <djc@djc.id.au> - 1.6.1-1
|
|
|
|
- Update to v1.6.1
|
|
|
|
|
2019-11-09 12:55:59 +00:00
|
|
|
* Fri Nov 08 2019 Kai A. Hiller <V02460@gmail.com> - 1.5.1-1
|
2019-11-08 14:39:32 +00:00
|
|
|
- Update to v1.5.1
|
|
|
|
- Add Python 3.8 compatibility
|
2019-10-31 20:11:56 +00:00
|
|
|
|
2019-10-31 14:19:45 +00:00
|
|
|
* Fri Oct 11 2019 Kai A. Hiller <V02460@gmail.com> - 1.4.0-1
|
2019-10-11 09:21:01 +00:00
|
|
|
- Update to v1.4.0
|
|
|
|
|
2019-08-19 08:19:43 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-2
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-18 12:02:28 +00:00
|
|
|
* Fri Jul 26 2019 Kai A. Hiller <V02460@gmail.com> - 1.2.1-1
|
|
|
|
- Update to v1.2.1
|
|
|
|
|
2019-07-25 16:00:30 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-27 10:59:44 +00:00
|
|
|
* Thu Jun 27 2019 Dan Callaghan <djc@djc.id.au> - 1.0.0-1
|
|
|
|
- Update to v1.0.0 release, including new protocol-mandated TLS
|
|
|
|
certificate verification logic. See:
|
|
|
|
https://github.com/matrix-org/synapse/blob/master/docs/MSC1711_certificates_FAQ.md
|
|
|
|
|
2019-02-01 09:47:10 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-24 14:52:01 +00:00
|
|
|
* Thu Jan 24 2019 Jeremy Cline <jeremy@jcline.org> - 0.34.0.1-2
|
|
|
|
- synapse user should own its configuration directory (rhbz 1662672)
|
|
|
|
|
2019-01-11 19:13:47 +00:00
|
|
|
* Fri Jan 11 2019 Jeremy Cline <jeremy@jcline.org> - 0.34.0.1-1
|
|
|
|
- Update to v0.34.0.1, fixes CVE-2019-5885
|
|
|
|
|
2018-12-28 20:43:36 +00:00
|
|
|
* Fri Dec 28 2018 Jeremy Cline <jeremy@jcline.org> - 0.34.0-1
|
|
|
|
- Update to v0.34.0
|
|
|
|
- Switch to Python 3
|
|
|
|
|
2018-09-06 18:47:22 +00:00
|
|
|
* Thu Sep 06 2018 Jeremy Cline <jeremy@jcline.org> - 0.33.3.1-1
|
|
|
|
- Update to v0.33.3.1
|
|
|
|
- Use the Python dependency generator.
|
|
|
|
|
2018-07-13 09:52:40 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-15 02:58:25 +00:00
|
|
|
* Thu Jun 14 2018 Jeremy Cline <jeremy@jcline.org> - 0.31.2-1
|
|
|
|
- Update to v0.31.2
|
|
|
|
- https://github.com/matrix-org/synapse/releases/tag/v0.31.2
|
|
|
|
|
2018-06-14 00:46:07 +00:00
|
|
|
* Wed Jun 13 2018 Jeremy Cline <jeremy@jcline.org> - 0.31.1-2
|
|
|
|
- Stop using Python dependency generator
|
|
|
|
|
2018-06-13 21:18:35 +00:00
|
|
|
* Wed Jun 13 2018 Jeremy Cline <jeremy@jcline.org> - 0.31.1-1
|
|
|
|
- Update to v0.31.1
|
|
|
|
- Fix CVE-2018-12291
|
|
|
|
|
2018-05-24 14:40:15 +00:00
|
|
|
* Thu May 24 2018 Jeremy Cline <jeremy@jcline.org> - 0.29.1-1
|
|
|
|
- Update to the latest upstream release.
|
|
|
|
- Use the Python dependency generator.
|
|
|
|
|
2018-05-01 19:10:09 +00:00
|
|
|
* Tue May 01 2018 Jeremy Cline <jeremy@jcline.org> - 0.28.1-1
|
|
|
|
- Update to the latest upstream release.
|
|
|
|
|
2018-04-11 13:35:11 +00:00
|
|
|
* Wed Apr 11 2018 Jeremy Cline <jeremy@jcline.org> - 0.27.3-1
|
|
|
|
- Update to the latest upstream release.
|
|
|
|
|
2018-03-26 17:26:06 +00:00
|
|
|
* Mon Mar 26 2018 Jeremy Cline <jeremy@jcline.org> - 0.27.2-1
|
|
|
|
- Update to the latest upstream release.
|
|
|
|
|
2018-02-08 01:09:19 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-10 20:47:28 +00:00
|
|
|
* Wed Jan 10 2018 Jeremy Cline <jeremy@jcline.org> - 0.26.0-1
|
|
|
|
- Update to latest upstream
|
|
|
|
|
2018-01-09 18:09:06 +00:00
|
|
|
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.23.1-2
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2017-10-03 13:55:45 +00:00
|
|
|
* Tue Oct 03 2017 Jeremy Cline <jeremy@jcline.org> - 0.23.1-1
|
|
|
|
- Update to latest upstream
|
|
|
|
- Include patch to work with ujson-2.0+
|
|
|
|
|
2017-09-29 07:51:35 +00:00
|
|
|
* Fri Sep 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.1-4
|
|
|
|
- Use python2 prefix for packages whenever possible
|
|
|
|
- Add missing %%{?systemd_requires}
|
|
|
|
|
2017-08-09 15:46:50 +00:00
|
|
|
* Wed Aug 09 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.22.1-3
|
|
|
|
- Switch to python-bcrypt, BZ 1473018.
|
|
|
|
|
2017-07-26 20:58:44 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-10 13:04:49 +00:00
|
|
|
* Mon Jul 10 2017 Jeremy Cline <jeremy@jcline.org> - 0.22.1-1
|
|
|
|
- Update to the latest upstream release
|
|
|
|
|
2017-07-06 13:08:20 +00:00
|
|
|
* Thu Jul 06 2017 Jeremy Cline <jeremy@jcline.org> - 0.22.0-1
|
|
|
|
- Update to the latest upstream release (#1462045)
|
|
|
|
|
2017-06-23 13:46:21 +00:00
|
|
|
* Fri Jun 23 2017 Jeremy Cline <jeremy@jcline.org> - 0.21.1-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
2017-06-02 17:42:29 +00:00
|
|
|
* Tue May 30 2017 Jeremy Cline <jeremy@jcline.org> - 0.19.3-4
|
|
|
|
- use _sharedstatedir rather than _localstatedir
|
|
|
|
|
|
|
|
* Wed May 17 2017 Jeremy Cline <jeremy@jcline.org> - 0.19.3-3
|
|
|
|
- Remove bundled JS
|
|
|
|
- Fix some typos in the summary and description
|
|
|
|
|
|
|
|
* Tue Apr 04 2017 Jeremy Cline <jeremy@jcline.org> - 0.19.3-2
|
|
|
|
- Remove the duplicate requirement on pysaml
|
|
|
|
|
|
|
|
* Tue Mar 28 2017 Jeremy Cline <jeremy@jcline.org> - 0.19.3-1
|
|
|
|
- Initial package
|