diff --git a/json-c.spec b/json-c.spec index c80dc4a..cba7b75 100644 --- a/json-c.spec +++ b/json-c.spec @@ -16,7 +16,7 @@ Name: json-c Version: 0.13.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: JSON implementation in C License: MIT @@ -127,7 +127,7 @@ popd %{__mkdir} -p %{buildroot}%{_pkgdocdir} %{__cp} -pr doc/html ChangeLog README README.* %{buildroot}%{_pkgdocdir} -%{_sbindir}/hardlink -cvf %{buildroot}%{_pkgdocdir} +hardlink -cvf %{buildroot}%{_pkgdocdir} %check @@ -176,6 +176,9 @@ end %changelog +* Wed Jun 26 2019 Björn Esser - 0.13.1-5 +- Use hardlink without full path to the binary (#1721964) + * Fri Feb 01 2019 Fedora Release Engineering - 0.13.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild