From 09a5a79f5f9ecb1d1cbc7308edaad07a4a065a30 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Thu, 16 Sep 2021 09:52:48 +0200 Subject: [PATCH] Add the dist tag again --- python-alembic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-alembic.spec b/python-alembic.spec index fd94167..7fc14ec 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -2,7 +2,7 @@ Name: python-alembic Version: 1.7.1 -Release: 1 +Release: 2%{?dist} Summary: Database migration tool for SQLAlchemy License: MIT @@ -108,6 +108,9 @@ py.test-3 %changelog +* Thu Sep 16 2021 Joel Capitao - 1.7.1-2 +- Add the dist tag again + * Mon Sep 13 2021 Joel Capitao - 1.7.1-1 - Update to 1.7.1. Fixes rhbz#1999176