From 9eef290caf22cee18f2815ad0bb1b9d41e381c42 Mon Sep 17 00:00:00 2001 From: yaqwer <980830296@qq.com> Date: Fri, 24 Jul 2020 22:56:08 +0800 Subject: [PATCH 1/2] update json-c.spec. --- json-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/json-c.spec b/json-c.spec index de354ac..738b838 100644 --- a/json-c.spec +++ b/json-c.spec @@ -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 -- Gitee From b74b0f6c6085f0c2d21905850e281f0c8f53cb49 Mon Sep 17 00:00:00 2001 From: yaqwer <980830296@qq.com> Date: Sat, 25 Jul 2020 09:29:48 +0800 Subject: [PATCH 2/2] update json-c.spec. --- json-c.spec => json-c.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename json-c.spec => json-c.spec (99%) diff --git a/json-c.spec b/ json-c.spec similarity index 99% rename from json-c.spec rename to json-c.spec index 738b838..c05e98d 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 -- Gitee