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