From e01fe516af30e00ebcd08a42ed7deb8ec4959c1b Mon Sep 17 00:00:00 2001 From: songnannan Date: Sat, 21 Mar 2020 20:19:49 +0800 Subject: [PATCH] delete the check --- json-c.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/json-c.spec b/json-c.spec index 2e46935..592e3de 100644 --- a/json-c.spec +++ b/json-c.spec @@ -6,7 +6,7 @@ Name: json-c Version: 0.13.1 -Release: 5 +Release: 6 Summary: JSON implementation in C License: MIT @@ -87,9 +87,6 @@ done %{_sbindir}/hardlink -cvf %{buildroot}%{_pkgdocdir} -%check -%make_build check - %pretrans devel -p path = "%{_includedir}/%{name}" st = posix.stat(path) @@ -97,10 +94,8 @@ if st and st.type == "link" then os.remove(path) end - %ldconfig_scriptlets - %files %license AUTHORS COPYING %{_libdir}/lib%{name}.so.%{so_ver}* @@ -114,6 +109,9 @@ end %doc %{_pkgdocdir} %changelog +* Sat Mar 21 2020 songnannan - 0.13.1-6 +- delete the check + * Tue Mar 3 2020 songnannan - 0.13.1-5 - bugfix in oss-fuzz