Use hardlink without full path to the binary (#1721964)
This commit is contained in:
parent
f33e2feeac
commit
974f2b1de1
@ -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 <besser82@fedoraproject.org> - 0.13.1-5
|
||||
- Use hardlink without full path to the binary (#1721964)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user