#8 Fix FTBFS errors for Rawhide and ELN
Merged 3 years ago by kevin. Opened 3 years ago by merlinm.
rpms/ merlinm/python-alembic fix-ftbfs  into  master

file modified
+6 -3
@@ -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 @@ 

  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 @@ 

  

  

  %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

Correct macro usage to fix Rawhide and ELN FTBFS errors

Currently failing F33 build: https://koji.fedoraproject.org/koji/taskinfo?taskID=48350263
Currently failing F34/Rawhide scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=49732522
Currently failing ELN build: https://koji.fedoraproject.org/koji/taskinfo?taskID=48819814

Successful Rawhide scratch build with this PR: https://koji.fedoraproject.org/koji/taskinfo?taskID=49734033
Successful ELN scratch build with this PR: https://koji.fedoraproject.org/koji/taskinfo?taskID=49734042

Pull-Request has been merged by kevin

3 years ago