From e92b675f93e0002ed527ac38ee6441a8aaa0b81b Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 9 Aug 2017 10:46:50 -0500 Subject: [PATCH] Move to python-bcrypt. --- matrix-synapse.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/matrix-synapse.spec b/matrix-synapse.spec index 9bb780d..8f45784 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -2,7 +2,7 @@ Name: matrix-%{srcname} Version: 0.22.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Matrix reference homeserver written in Python using Twisted License: ASL 2.0 URL: https://github.com/matrix-org/%{srcname} @@ -16,7 +16,7 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python-sphinx -BuildRequires: py-bcrypt +BuildRequires: python-bcrypt BuildRequires: pyOpenSSL >= 0.14 BuildRequires: python-bleach >= 1.4.2 BuildRequires: python-blist @@ -47,7 +47,7 @@ BuildRequires: python-yaml BuildRequires: systemd BuildRequires: python-mock -Requires: py-bcrypt +Requires: python-bcrypt Requires: pyOpenSSL >= 0.14 Requires: python-bleach >= 1.4.2 Requires: python-blist @@ -143,6 +143,9 @@ exit 0 %changelog +* Wed Aug 09 2017 Gwyn Ciesla - 0.22.1-3 +- Switch to python-bcrypt, BZ 1473018. + * Wed Jul 26 2017 Fedora Release Engineering - 0.22.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild