add /usr/share/doc/mpfr ownership

Resolves: RHEL-36695
This commit is contained in:
Lukáš Zaoral 2026-01-27 13:04:46 +01:00
parent b47e645c87
commit 249f5262e1
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: 6%{?dist}
Release: 7%{?dist}
URL: https://www.mpfr.org/
License: LGPL-3.0-or-later
@ -89,6 +89,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%files doc
%license COPYING COPYING.LESSER
%dir %{_pkgdocdir}
%{_pkgdocdir}/AUTHORS
%{_pkgdocdir}/BUGS
%{_pkgdocdir}/ChangeLog
@ -99,6 +100,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%{_infodir}/mpfr.info*
%changelog
* Tue Jan 27 2026 Lukáš Zaoral <lzaoral@redhat.com> - 4.2.1-7
- add /usr/share/doc/mpfr ownership (RHEL-36695)
* Wed Dec 10 2025 Lukáš Zaoral <lzaoral@redhat.com> - 4.2.1-6
- fix use of uninitialized value in sin_cos (RHEL-44912)