commit 90b3bc9f3599fffb0fa9eebb75f7f29155bff2c6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jan 17 17:13:48 2025 +0000
Remove ldconfig as it breaks some apps
mesa-freeworld.spec | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index af5ca44..98e4dfd 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.3.3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-",
"~"); print(ver)}
-Release: 4%{?dist}
+Release: 5%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL:
http://www.mesa3d.org
@@ -317,15 +317,8 @@ rm -fr %{buildroot}%{_libdir}/dri/*_dri.so
rm -fr %{buildroot}%{_libdir}/libvulkan*.so
rm -fr %{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
-# ld.so.conf.d file
-install -m 0755 -d %{buildroot}%{_sysconfdir}/ld.so.conf.d/
-echo -e "%{_libdir}/dri-freeworld/ \n" >
%{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
-
%if 0%{?with_va}
-%post -n %{srcname}-va-drivers-freeworld -p /sbin/ldconfig
-%postun -n %{srcname}-va-drivers-freeworld -p /sbin/ldconfig
%files -n %{srcname}-va-drivers-freeworld
-%config %{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
%{_libdir}/dri-freeworld/libgallium-%{ver}.so
%{_libdir}/dri-freeworld/nouveau_drv_video.so
%if 0%{?with_r600}
@@ -354,6 +347,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" >
%{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Fri Jan 17 2025 Leigh Scott <leigh123linux(a)gmail.com> - 24.3.3-5
+- Remove ldconfig as it breaks some apps
+
* Sat Jan 11 2025 Leigh Scott <leigh123linux(a)gmail.com> - 24.3.3-4
- Fix ldconfig scriptlets