add /usr/share/doc/mpfr ownership to the main package as well

Resolves: RHEL-36695
This commit is contained in:
Lukáš Zaoral 2026-02-09 12:33:50 +01:00
parent 249f5262e1
commit 10152260a6
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.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 <lzaoral@redhat.com> - 4.2.1-8
- add /usr/share/doc/mpfr ownership to the main package as well (RHEL-36695)
* Tue Jan 27 2026 Lukáš Zaoral <lzaoral@redhat.com> - 4.2.1-7
- add /usr/share/doc/mpfr ownership (RHEL-36695)