From 79f9f0ff26c61623bdee9272cfe4ae910d198696 Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Wed, 30 Mar 2022 18:17:31 -0700 Subject: [PATCH] Fix release tag The release tag is failing rpminspect, it needs to have %{?dist} added to it. --- python-oauthlib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index be0ed10..c059ce7 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -1,6 +1,6 @@ Name: python-oauthlib Version: 3.2.0 -Release: 1 +Release: 1%{?dist} Summary: An implementation of the OAuth request-signing logic License: BSD