From 98ca492875445b7d1d566933703d8ed9b077fa5a Mon Sep 17 00:00:00 2001 From: kerongw Date: Sat, 11 Jun 2022 06:44:29 +0000 Subject: [PATCH] =?UTF-8?q?remove=20rapth=20=E5=9B=9E=E5=90=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=9A=E7=A7=BB=E9=99=A4rpath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 8486bcb8db9b04c2ff78d8ede77aeaa241a9cdc7) --- wayland.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/wayland.spec b/wayland.spec index a69cc45..e856b3b 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,13 +1,13 @@ Name: wayland Version: 1.19.91 -Release: 1 +Release: 2 Summary: Wayland Compositor Infrastructure License: MIT URL: http://wayland.freedesktop.org/ Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel -BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson +BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release} Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release} @@ -64,6 +64,7 @@ developing applications that use %{name}. %install %meson_install +chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so %check %meson_test @@ -92,6 +93,11 @@ developing applications that use %{name}. %changelog +* Sat Jun 11 2022 wangkerong - 1.19.91-2 +- CVE:NA +- SUG:NA +- DESC:remove rpath + * Sat Dec 04 2021 wangkerong - 1.19.91-1 - update to 1.19.91