delete the check

This commit is contained in:
songnannan 2020-03-21 20:19:49 +08:00
parent 36f802262e
commit e01fe516af

View File

@ -6,7 +6,7 @@
Name: json-c Name: json-c
Version: 0.13.1 Version: 0.13.1
Release: 5 Release: 6
Summary: JSON implementation in C Summary: JSON implementation in C
License: MIT License: MIT
@ -87,9 +87,6 @@ done
%{_sbindir}/hardlink -cvf %{buildroot}%{_pkgdocdir} %{_sbindir}/hardlink -cvf %{buildroot}%{_pkgdocdir}
%check
%make_build check
%pretrans devel -p <lua> %pretrans devel -p <lua>
path = "%{_includedir}/%{name}" path = "%{_includedir}/%{name}"
st = posix.stat(path) st = posix.stat(path)
@ -97,10 +94,8 @@ if st and st.type == "link" then
os.remove(path) os.remove(path)
end end
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%license AUTHORS COPYING %license AUTHORS COPYING
%{_libdir}/lib%{name}.so.%{so_ver}* %{_libdir}/lib%{name}.so.%{so_ver}*
@ -114,6 +109,9 @@ end
%doc %{_pkgdocdir} %doc %{_pkgdocdir}
%changelog %changelog
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 0.13.1-6
- delete the check
* Tue Mar 3 2020 songnannan<songnannan2@huawei.com> - 0.13.1-5 * Tue Mar 3 2020 songnannan<songnannan2@huawei.com> - 0.13.1-5
- bugfix in oss-fuzz - bugfix in oss-fuzz