From 974f2b1de104be675b63ee1c7eb0695c0a6a4d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 26 Jun 2019 17:00:13 +0200 Subject: [PATCH] Use hardlink without full path to the binary (#1721964) --- json-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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