From caa4d13c3a6dc24e59d1314515d91a60cf467d6e Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:17:22 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-oauthlib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 4d693ec..81cace1 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -2,7 +2,7 @@ Name: python-oauthlib Version: 3.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An implementation of the OAuth request-signing logic License: BSD @@ -71,6 +71,10 @@ rm jwt.py %{python3_sitelib}/%{modname}-%{version}-* %changelog +* Tue Aug 10 2021 Mohan Boddu - 3.1.1-2 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Jun 28 2021 Jakub Hrozek - 3.1.1-1 - Resolves: rhbz#1935433 - python-oauthlib implements and/or uses the deprecated SHA1 algorithm by default