From dc0e33ec7a0a41d3dbc8f7526fd9174ca3b9b45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 9 Feb 2026 12:36:21 +0100 Subject: [PATCH] add /usr/share/doc/mpfr ownership to the doc subpackage as well Resolves: RHEL-36690 --- mpfr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mpfr.spec b/mpfr.spec index 1906a32..28f81c2 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -1,7 +1,7 @@ Summary: C library for multiple-precision floating-point computations Name: mpfr Version: 4.1.0 -Release: 9%{?dist} +Release: 10%{?dist} URL: https://www.mpfr.org/ License: LGPLv3+ @@ -105,6 +105,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{_libdir}/pkgconfig/mpfr.pc %files doc +%dir %{_pkgdocdir} %{_pkgdocdir}/AUTHORS %{_pkgdocdir}/examples %{_pkgdocdir}/FAQ.html @@ -112,6 +113,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{_infodir}/mpfr.info* %changelog +* Mon Feb 09 2026 Lukáš Zaoral - 4.1.0-10 +- add /usr/share/doc/mpfr ownership to the doc subpackage as well (RHEL-36690) + * Tue Jan 27 2026 Lukáš Zaoral - 4.1.0-9 - add /usr/share/doc/mpfr ownership (RHEL-36690)