From 5c66d4baeed93fd1d0cdfb6538b18c7f2edfe0a8 Mon Sep 17 00:00:00 2001 From: wangkerong Date: Wed, 3 Aug 2022 14:35:05 +0800 Subject: [PATCH] revert remove rpath --- wayland.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wayland.spec b/wayland.spec index 98c28b5..bb2315e 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,13 +1,13 @@ Name: wayland Version: 1.20.0 -Release: 4 +Release: 5 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 chrpath +BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release} Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release} @@ -64,7 +64,6 @@ developing applications that use %{name}. %install %meson_install -chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so %check %meson_test @@ -92,6 +91,9 @@ chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so %{_datadir}/doc/wayland/ %changelog +* Wed Aug 03 2022 wangkerong - 1.20.0-5 +- revert remove rpath + * Thu Jun 16 2022 wangkerong - 1.20.0-4 - CVE:NA - SUG:NA