Improve fix of problem on upgrade of doc subpackage

Related: RHEL-65629
This commit is contained in:
Tomas Korbar 2024-11-06 10:47:04 +01:00
parent d87311f10b
commit b66ed3bc1f

View File

@ -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 <tkorbar@redhat.com> - 0.18-3
- Improve fix of problem on upgrade of doc subpackage
- Related: RHEL-65629
* Tue Nov 05 2024 Tomas Korbar <tkorbar@redhat.com> - 0.18-2
- Fix problem on upgrade of doc subpackage
- Related: RHEL-65629