Fix libmutter-clutter-12.so.0 cannotbe loaded
This commit is contained in:
parent
b320290cd9
commit
ef3e4b59d6
@ -10,7 +10,7 @@
|
||||
|
||||
Name: mutter
|
||||
Version: 44.6
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPLv2+
|
||||
URL: https://www.gnome.org
|
||||
@ -116,9 +116,9 @@ chrpath -d %{buildroot}%{_libdir}/lib*.so.*
|
||||
|
||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||
%ifarch sw_64
|
||||
echo "/usr/lib/mutter-11" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
echo "/usr/lib/mutter-12" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
%else
|
||||
echo "/usr/lib64/mutter-11" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
echo "/usr/lib64/mutter-12" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -151,6 +151,9 @@ echo "/usr/lib64/mutter-11" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.con
|
||||
%{_mandir}/man1/*.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Apr 19 2024 liyanan <liyanan61@h-partners.com> - 44.6-3
|
||||
- Fix libmutter-clutter-12.so.0 cannot be loaded
|
||||
|
||||
* Mon Feb 19 2024 hanhuihui <hanhuihui5@huawei.com> - 44.6-2
|
||||
- rebuild for glib2 without sysprof
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user