remove rpath

This commit is contained in:
zhouwenpei 2022-12-08 17:33:34 +08:00
parent 1081af928a
commit 478dd757fd

View File

@ -47,7 +47,7 @@ end}
Name: libdrm Name: libdrm
Version: 2.4.109 Version: 2.4.109
Release: 6 Release: 7
License: MIT License: MIT
Summary: library for direct rendering manager Summary: library for direct rendering manager
@ -140,6 +140,8 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2}
%ldconfig_scriptlets %ldconfig_scriptlets
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/drmdevice
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.*
@ -270,6 +272,9 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2}
%endif %endif
%changelog %changelog
* Thu Dec 08 2022 zhouwenpei<zhouwenpei1@h-partners.com> - 2.4.109-7
- remove rpath
* Fri Nov 18 2022 zhouwenpei<zhouwenpei1@h-partners.com> - 2.4.109-6 * Fri Nov 18 2022 zhouwenpei<zhouwenpei1@h-partners.com> - 2.4.109-6
- Optimize the patch for add sw architecture - Optimize the patch for add sw architecture