From 3bbc39514c500bf3175fe96b671149cd580e04d0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 29 Sep 2017 09:51:35 +0200 Subject: [PATCH] bump release Signed-off-by: Igor Gnatenko --- matrix-synapse.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/matrix-synapse.spec b/matrix-synapse.spec index e7700ab..cd054f7 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -2,7 +2,7 @@ Name: matrix-%{srcname} Version: 0.22.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Matrix reference homeserver written in Python using Twisted License: ASL 2.0 URL: https://github.com/matrix-org/%{srcname} @@ -143,6 +143,10 @@ exit 0 %changelog +* Fri Sep 29 2017 Igor Gnatenko - 0.22.1-4 +- Use python2 prefix for packages whenever possible +- Add missing %%{?systemd_requires} + * Wed Aug 09 2017 Gwyn Ciesla - 0.22.1-3 - Switch to python-bcrypt, BZ 1473018.