diff --git a/json-c.spec b/ json-c.spec similarity index 95% rename from json-c.spec rename to json-c.spec index de354ace71ce867ac8e1e108d76a44090ecc68a5..c05e98da9210a9991e7dc10e78c7328ee0afa81b 100644 --- a/json-c.spec +++ b/ json-c.spec @@ -6,7 +6,7 @@ Name: json-c Version: 0.13.1 -Release: 7 +Release: 8 Summary: JSON implementation in C License: MIT @@ -85,7 +85,7 @@ done %{__mkdir} -p %{buildroot}%{_pkgdocdir} %{__cp} -pr doc/html ChangeLog README README.* %{buildroot}%{_pkgdocdir} -%{_sbindir}/hardlink -cvf %{buildroot}%{_pkgdocdir} +hardlink -cvf %{buildroot}%{_pkgdocdir} %pretrans devel -p @@ -110,6 +110,9 @@ end %doc %{_pkgdocdir} %changelog +* Fri Jul 24 2020 yanan - 0.13.1-8 +- change hardlink because of util-linux + * Fri May 22 2020 ruanweidong - 0.13.1-7 - fix CVE-2020-12762