add /usr/share/doc/mpfr ownership

Resolves: RHEL-36690
This commit is contained in:
Lukáš Zaoral 2026-01-27 12:58:01 +01:00
parent 84403fe066
commit da096f3700
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: 8%{?dist}
Release: 9%{?dist}
URL: https://www.mpfr.org/
License: LGPLv3+
@ -91,6 +91,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%files
%license COPYING COPYING.LESSER
%dir %{_pkgdocdir}
%{_pkgdocdir}/BUGS
%{_pkgdocdir}/NEWS
%{_pkgdocdir}/PATCHES
@ -111,6 +112,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%{_infodir}/mpfr.info*
%changelog
* Tue Jan 27 2026 Lukáš Zaoral <lzaoral@redhat.com> - 4.1.0-9
- add /usr/share/doc/mpfr ownership (RHEL-36690)
* Wed Dec 10 2025 Lukáš Zaoral <lzaoral@redhat.com> - 4.1.0-8
- fix use of uninitialized value in sin_cos (RHEL-35392)