From f7f8044ee3ad42f83cae494dc87e1d35fb413e80 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Thu, 20 Aug 2020 13:39:43 -0500 Subject: [PATCH] Correct macro usage to fix Rawhide and ELN FTBFS errors Signed-off-by: Merlin Mathesius --- python-alembic.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-alembic.spec b/python-alembic.spec index 07e2cf2..fe349b0 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -2,7 +2,7 @@ Name: python-alembic Version: 1.4.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Database migration tool for SQLAlchemy License: MIT @@ -77,8 +77,8 @@ ln -s %{modname}-3 %{buildroot}/%{_bindir}/%{modname}-%{python3_version} install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic-3.1 ln -s alembic-3.1 %{buildroot}%{_mandir}/man1/alembic-%{python3_version}.1 -ln -s %{modname}-%{python_version} %{buildroot}/%{_bindir}/%{modname} -ln -s alembic-%{python_version}.1 %{buildroot}%{_mandir}/man1/alembic.1 +ln -s %{modname}-%{python3_version} %{buildroot}/%{_bindir}/%{modname} +ln -s alembic-%{python3_version}.1 %{buildroot}%{_mandir}/man1/alembic.1 %check @@ -98,6 +98,9 @@ py.test-3 %changelog +* Thu Aug 20 2020 Merlin Mathesius - 1.4.2-5 +- Correct macro usage to fix Rawhide and ELN FTBFS errors + * Sat Aug 01 2020 Fedora Release Engineering - 1.4.2-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild