Correct macro usage to fix Rawhide and ELN FTBFS errors
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
f5c343b456
commit
f7f8044ee3
@ -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 <mmathesi@redhat.com> - 1.4.2-5
|
||||
- Correct macro usage to fix Rawhide and ELN FTBFS errors
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-4
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user