From 6b34e27ff11669a0296a407d3a73cc6c0795ceda Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Mar 27 2021 12:44:38 +0000 Subject: Typo fix in js-termynal symbolic links --- diff --git a/python-fastapi.spec b/python-fastapi.spec index 9d7de84..6d1a6e8 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -27,7 +27,7 @@ Name: python-%{srcname} Version: 0.63.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{sum_en} License: MIT @@ -365,7 +365,7 @@ cp -rp %{_jsdir} %{buildroot}%{_jsdir} find docs -type f -name 'termynal.*' | while read -r fn do - ln -s -f "%{buildroot}%{jsdir}/$(basename "${fn}")" "${fn}" + ln -s -f "%{buildroot}%{_jsdir}/$(basename "${fn}")" "${fn}" symlinks -c -o "${fn}" done @@ -395,6 +395,9 @@ find docs -type f -name 'termynal.*' | %changelog +* Sat Mar 27 2021 Benjamin A. Beasley - 0.63.0-5 +- Typo fix in js-termynal symbolic links + * Thu Mar 25 2021 Benjamin A. Beasley - 0.63.0-4 - Improved source URL (better tarball name)