From 9c235395d471c004003926a82139ae262e020d33 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 29 May 2024 20:18:34 +0000 Subject: [PATCH] Add directory ownership for cmake directory https://bugzilla.redhat.com/show_bug.cgi?id=2283788 --- libomp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libomp.spec b/libomp.spec index acbec1b..627d3ed 100644 --- a/libomp.spec +++ b/libomp.spec @@ -35,7 +35,7 @@ Name: libomp Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenMP runtime for clang License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -140,7 +140,7 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a %{_prefix}/lib/clang/%{maj_ver}/include/ompt.h %{_prefix}/lib/clang/%{maj_ver}/include/ompt-multiplex.h %endif -%{_libdir}/cmake/openmp/FindOpenMPTarget.cmake +%{_libdir}/cmake/openmp/ %ifnarch %{ix86} %{arm} # libomptarget is not supported on 32-bit systems. # s390x does not support the offloading plugins. @@ -156,6 +156,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a %endif %changelog +* Wed May 29 2024 Tom Stellard - 18.1.6-2 +- Add directory ownership for cmake directory + * Mon May 20 2024 Tom Stellard - 18.1.6-1 - 18.1.6 Release