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