From 79ddb63773f6f63b9adcdca3b62cd792bc71db3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 19 Jan 2022 08:37:22 +0100 Subject: [PATCH] Revert "Also own %{_libdir}/%{name}/lib/cmake/" This reverts commit c0ad91f367d7747f1dd0742e8e1ce78af3a946b3. This change breaks build, the directory is not found. AFAICS, mpich was never built with this change, so I'm just reverting the commit altogether. --- mpich.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mpich.spec b/mpich.spec index 3e571d3..cc2d6b5 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.4.1 -Release: 4%{?dist} +Release: 3%{?dist} License: MIT URL: https://www.mpich.org/ @@ -236,7 +236,6 @@ make check VERBOSE=1 \ %files devel %{_includedir}/%{name}-%{_arch}/ -%{_libdir}/%{name}/lib/cmake/ %{_libdir}/%{name}/lib/pkgconfig/ %{_libdir}/%{name}/lib/*.so %{_libdir}/%{name}/bin/mpicc @@ -258,9 +257,6 @@ make check VERBOSE=1 \ %{python3_sitearch}/%{name}.pth %changelog -* Fri Sep 03 2021 Sandro Mani - 3.4.1-4 -- Also own %%{_libdir}/%%{name}/lib/cmake/ - * Thu Jul 22 2021 Fedora Release Engineering - 3.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild