diff --git a/SPECS/json-c.spec b/SPECS/json-c.spec index a14773b..1423523 100644 --- a/SPECS/json-c.spec +++ b/SPECS/json-c.spec @@ -16,7 +16,7 @@ Name: json-c Version: 0.13.1 -Release: 0.2%{?dist} +Release: 0.4%{?dist} Summary: JSON implementation in C License: MIT @@ -84,7 +84,6 @@ popd %configure \ --disable-silent-rules \ --disable-static \ - --enable-rdrand \ --enable-shared \ --enable-threading @@ -97,7 +96,6 @@ pushd bootstrap_ver %configure \ --disable-silent-rules \ --disable-static \ - --enable-rdrand \ --enable-shared \ --enable-threading @@ -144,7 +142,6 @@ end %files -%doc %dir %{_pkgdocdir} %license AUTHORS %license COPYING %{_libdir}/lib%{name}.so.%{so_ver}* @@ -154,7 +151,6 @@ end %files devel -%doc %dir %{_pkgdocdir} %doc %{_pkgdocdir}/ChangeLog %doc %{_pkgdocdir}/README* %{_includedir}/%{name}/ @@ -170,6 +166,15 @@ end %changelog +* Wed Feb 03 2021 Petr Menšík - 0.13.1-0.4 +- Move json-c-devel to AppStream + +* Fri Sep 18 2020 Anna Khaitovich - 0.13.1-0.3 +- Don't package empty /usr/share/doc/json-c +- Resolves: rhbz#1741076 +- Do not use --enable-rdrand +- Resolves: rhbz#1806532 + * Fri Aug 03 2018 Radovan Sroka - 0.13.1-0.2 - disable bootstrap for RHEL8