add /usr/share/doc/mpfr ownership to the doc subpackage as well

Resolves: RHEL-36690
This commit is contained in:
Lukáš Zaoral 2026-02-09 12:36:21 +01:00
parent da096f3700
commit dc0e33ec7a
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -1,7 +1,7 @@
Summary: C library for multiple-precision floating-point computations
Name: mpfr
Version: 4.1.0
Release: 9%{?dist}
Release: 10%{?dist}
URL: https://www.mpfr.org/
License: LGPLv3+
@ -105,6 +105,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%{_libdir}/pkgconfig/mpfr.pc
%files doc
%dir %{_pkgdocdir}
%{_pkgdocdir}/AUTHORS
%{_pkgdocdir}/examples
%{_pkgdocdir}/FAQ.html
@ -112,6 +113,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%{_infodir}/mpfr.info*
%changelog
* Mon Feb 09 2026 Lukáš Zaoral <lzaoral@redhat.com> - 4.1.0-10
- add /usr/share/doc/mpfr ownership to the doc subpackage as well (RHEL-36690)
* Tue Jan 27 2026 Lukáš Zaoral <lzaoral@redhat.com> - 4.1.0-9
- add /usr/share/doc/mpfr ownership (RHEL-36690)