diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 6dc5519..10bc91b 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 12 16:01:46 UTC 2020 - Marcus Rueckert + +- bump requires on python3-signedjson to follow code change + ------------------------------------------------------------------- Wed Feb 12 13:51:08 UTC 2020 - Aleksa Sarai diff --git a/matrix-synapse.spec b/matrix-synapse.spec index 9f5d0b6..165012d 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -116,8 +116,8 @@ BuildRequires: python3-pymacaroons >= 0.13.0 Requires: python3-pymacaroons >= 0.13.0 BuildRequires: python3-service_identity >= 18.1.0 Requires: python3-service_identity >= 18.1.0 -BuildRequires: python3-signedjson >= 1.0.0 -Requires: python3-signedjson >= 1.0.0 +BuildRequires: python3-signedjson >= 1.1.0 +Requires: python3-signedjson >= 1.1.0 BuildRequires: python3-six >= 1.10 Requires: python3-six >= 1.10 BuildRequires: python3-sortedcontainers >= 1.4.4