Fix resource-filesystem ownership conflict
Fix rbhz#2100122.
This commit is contained in:
parent
c54c083a33
commit
d59ff31f26
10
clang.spec
10
clang.spec
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
Name: %pkg_name
|
Name: %pkg_name
|
||||||
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -505,11 +505,11 @@ false
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%if %{without compat_build}
|
%if %{without compat_build}
|
||||||
%{_libdir}/clang/
|
%{_libdir}/clang/%{version}/include/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%else
|
%else
|
||||||
%{pkg_libdir}/*.so.*
|
%{pkg_libdir}/*.so.*
|
||||||
%{pkg_libdir}/clang/%{version}
|
%{pkg_libdir}/clang/%{version}/include/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -529,6 +529,7 @@ false
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files resource-filesystem
|
%files resource-filesystem
|
||||||
|
%dir %{pkg_libdir}/clang/
|
||||||
%dir %{pkg_libdir}/clang/%{version}/
|
%dir %{pkg_libdir}/clang/%{version}/
|
||||||
%dir %{pkg_libdir}/clang/%{version}/include/
|
%dir %{pkg_libdir}/clang/%{version}/include/
|
||||||
%dir %{pkg_libdir}/clang/%{version}/lib/
|
%dir %{pkg_libdir}/clang/%{version}/lib/
|
||||||
@ -611,6 +612,9 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 12 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-5
|
||||||
|
- Fix resource-filesystem ownership conflict
|
||||||
|
|
||||||
* Mon Jan 09 2023 Tom Stellard <tstellar@redhat.com> - 15.0.6-4
|
* Mon Jan 09 2023 Tom Stellard <tstellar@redhat.com> - 15.0.6-4
|
||||||
- Omit frame pointers when building
|
- Omit frame pointers when building
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user