From b8a28d859b6b5df6373e17b9165c1aa094053f23 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 3 Sep 2021 16:20:46 +0200 Subject: [PATCH] Also own %{_libdir}/%{name}/lib/cmake/ --- openmpi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openmpi.spec b/openmpi.spec index 7d23972..3495a87 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -30,7 +30,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 4.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -322,6 +322,7 @@ make check %{_fmoddir}/%{name}/ %{_libdir}/%{name}/lib/*.so %{_libdir}/%{name}/lib/*.mod +%{_libdir}/%{name}/lib/cmake/ %{_libdir}/%{name}/lib/pkgconfig/ %{_libdir}/pkgconfig/*.pc %{_mandir}/%{namearch}/man1/mpi[cCf]* @@ -357,6 +358,9 @@ make check %changelog +* Fri Sep 03 2021 Sandro Mani - 4.1.1-4 +- Also own %%{_libdir}/%%{name}/lib/cmake/ + * Thu Jul 22 2021 Fedora Release Engineering - 4.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild