From d59ff31f265acdf16ce2a4bdb43be0405811b4e1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 19 Dec 2022 16:17:34 +0100 Subject: [PATCH] Fix resource-filesystem ownership conflict Fix rbhz#2100122. --- clang.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/clang.spec b/clang.spec index 1a1b129..03ba345 100644 --- a/clang.spec +++ b/clang.spec @@ -41,7 +41,7 @@ Name: %pkg_name Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}} -Release: 4%{?dist} +Release: 5%{?dist} Summary: A C language family front-end for LLVM License: NCSA @@ -505,11 +505,11 @@ false %files libs %if %{without compat_build} -%{_libdir}/clang/ +%{_libdir}/clang/%{version}/include/* %{_libdir}/*.so.* %else %{pkg_libdir}/*.so.* -%{pkg_libdir}/clang/%{version} +%{pkg_libdir}/clang/%{version}/include/* %endif %files devel @@ -529,6 +529,7 @@ false %endif %files resource-filesystem +%dir %{pkg_libdir}/clang/ %dir %{pkg_libdir}/clang/%{version}/ %dir %{pkg_libdir}/clang/%{version}/include/ %dir %{pkg_libdir}/clang/%{version}/lib/ @@ -611,6 +612,9 @@ false %endif %changelog +* Thu Jan 12 2022 Nikita Popov - 15.0.6-5 +- Fix resource-filesystem ownership conflict + * Mon Jan 09 2023 Tom Stellard - 15.0.6-4 - Omit frame pointers when building