diff --git a/json-c.spec b/json-c.spec index d36f4d4..ffeb01d 100644 --- a/json-c.spec +++ b/json-c.spec @@ -26,7 +26,7 @@ Name: json-c Version: 0.18 -Release: 2%{?dist} +Release: 3%{?dist} Summary: JSON implementation in C License: MIT @@ -132,13 +132,16 @@ unset USE_VALGRIND %files doc -%if 0%{?fedora} || 0%{?rhel} >= 7 -%license %{_datadir}/licenses/%{name}* -%endif %doc %{_pkgdocdir} +%exclude %{_pkgdocdir}/ChangeLog +%exclude %{_pkgdocdir}/README* %changelog +* Wed Nov 06 2024 Tomas Korbar - 0.18-3 +- Improve fix of problem on upgrade of doc subpackage +- Related: RHEL-65629 + * Tue Nov 05 2024 Tomas Korbar - 0.18-2 - Fix problem on upgrade of doc subpackage - Related: RHEL-65629