Move to python-bcrypt.
This commit is contained in:
parent
6b7ee6cc72
commit
e92b675f93
1 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Name: matrix-%{srcname}
|
Name: matrix-%{srcname}
|
||||||
Version: 0.22.1
|
Version: 0.22.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
URL: https://github.com/matrix-org/%{srcname}
|
URL: https://github.com/matrix-org/%{srcname}
|
||||||
|
@ -16,7 +16,7 @@ BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
BuildRequires: py-bcrypt
|
BuildRequires: python-bcrypt
|
||||||
BuildRequires: pyOpenSSL >= 0.14
|
BuildRequires: pyOpenSSL >= 0.14
|
||||||
BuildRequires: python-bleach >= 1.4.2
|
BuildRequires: python-bleach >= 1.4.2
|
||||||
BuildRequires: python-blist
|
BuildRequires: python-blist
|
||||||
|
@ -47,7 +47,7 @@ BuildRequires: python-yaml
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: python-mock
|
BuildRequires: python-mock
|
||||||
|
|
||||||
Requires: py-bcrypt
|
Requires: python-bcrypt
|
||||||
Requires: pyOpenSSL >= 0.14
|
Requires: pyOpenSSL >= 0.14
|
||||||
Requires: python-bleach >= 1.4.2
|
Requires: python-bleach >= 1.4.2
|
||||||
Requires: python-blist
|
Requires: python-blist
|
||||||
|
@ -143,6 +143,9 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 09 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.22.1-3
|
||||||
|
- Switch to python-bcrypt, BZ 1473018.
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.1-2
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue