Improve fix of problem on upgrade of doc subpackage
Related: RHEL-65629
This commit is contained in:
parent
d87311f10b
commit
b66ed3bc1f
11
json-c.spec
11
json-c.spec
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
Name: json-c
|
Name: json-c
|
||||||
Version: 0.18
|
Version: 0.18
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: JSON implementation in C
|
Summary: JSON implementation in C
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -132,13 +132,16 @@ unset USE_VALGRIND
|
|||||||
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
||||||
%license %{_datadir}/licenses/%{name}*
|
|
||||||
%endif
|
|
||||||
%doc %{_pkgdocdir}
|
%doc %{_pkgdocdir}
|
||||||
|
%exclude %{_pkgdocdir}/ChangeLog
|
||||||
|
%exclude %{_pkgdocdir}/README*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 05 2024 Tomas Korbar <tkorbar@redhat.com> - 0.18-2
|
||||||
- Fix problem on upgrade of doc subpackage
|
- Fix problem on upgrade of doc subpackage
|
||||||
- Related: RHEL-65629
|
- Related: RHEL-65629
|
||||||
|
Loading…
Reference in New Issue
Block a user