Add directory ownership for cmake directory

https://bugzilla.redhat.com/show_bug.cgi?id=2283788
This commit is contained in:
Tom Stellard 2024-05-29 20:18:34 +00:00
parent 1fcac89e9f
commit 9c235395d4

View file

@ -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 <tstellar@redhat.com> - 18.1.6-2
- Add directory ownership for cmake directory
* Mon May 20 2024 Tom Stellard <tstellar@redhat.com> - 18.1.6-1
- 18.1.6 Release