From afc19189c176f01d370c510ce6e7f0413925135c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=88=E9=9D=92=E5=B1=B1?= Date: Fri, 30 Dec 2022 06:58:17 +0000 Subject: [PATCH] update wayland.spec. add Provides:libwayland-client%{?_isa} and libwayland-cursor%{?_isa} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丈青山 --- wayland.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wayland.spec b/wayland.spec index 0acdb2f..a96ee3f 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,6 +1,6 @@ Name: wayland Version: 1.21.0 -Release: 1 +Release: 2 Summary: Wayland Compositor Infrastructure License: MIT URL: https://wayland.freedesktop.org/ @@ -10,6 +10,7 @@ BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release} +Provides: libwayland-client%{?_isa} = %{version}-%{release} libwayland-cursor%{?_isa} = %{version}-%{release} Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release} Provides: libwayland-egl = %{version}-%{release} libwayland-server = %{version}-%{release} Obsoletes: libwayland-egl < %{version}-%{release} libwayland-server < %{version}-%{release} @@ -92,6 +93,9 @@ chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so %{_datadir}/doc/wayland/ %changelog +* Fri Dec 30 2022 lin zhang - 1.21.0-2 +- add Provides:libwayland-client%{?_isa} and libwayland-cursor%{?_isa} + * Wed Dec 14 2022 lijian - 1.21.0-1 - update to 1.21.0