From 249f5262e1dedd9e6c0090cf83472b6e274d8390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 27 Jan 2026 13:04:46 +0100 Subject: [PATCH] add /usr/share/doc/mpfr ownership Resolves: RHEL-36695 --- mpfr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mpfr.spec b/mpfr.spec index aa58b15..480b347 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: 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 - 4.2.1-7 +- add /usr/share/doc/mpfr ownership (RHEL-36695) + * Wed Dec 10 2025 Lukáš Zaoral - 4.2.1-6 - fix use of uninitialized value in sin_cos (RHEL-44912)