diff --git a/mpfr.spec b/mpfr.spec index 480b347..591f177 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -1,7 +1,7 @@ Summary: C library for multiple-precision floating-point computations Name: mpfr Version: 4.2.1 -Release: 7%{?dist} +Release: 8%{?dist} URL: https://www.mpfr.org/ License: LGPL-3.0-or-later @@ -77,6 +77,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %files %license COPYING COPYING.LESSER +%dir %{_pkgdocdir} %{_pkgdocdir}/NEWS %{_pkgdocdir}/README %{_libdir}/libmpfr.so.6* @@ -100,6 +101,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{_infodir}/mpfr.info* %changelog +* Mon Feb 09 2026 Lukáš Zaoral - 4.2.1-8 +- add /usr/share/doc/mpfr ownership to the main package as well (RHEL-36695) + * Tue Jan 27 2026 Lukáš Zaoral - 4.2.1-7 - add /usr/share/doc/mpfr ownership (RHEL-36695)