From 03755872437bf9eda5e64cc477cca29035eb760d Mon Sep 17 00:00:00 2001 From: HangBo Fan Date: Sat, 16 Jul 2022 15:56:59 +0800 Subject: [PATCH] spec: add doc sub package --- xorg-x11-server-Xwayland.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xorg-x11-server-Xwayland.spec b/xorg-x11-server-Xwayland.spec index 4ecb7c9..9cd532f 100644 --- a/xorg-x11-server-Xwayland.spec +++ b/xorg-x11-server-Xwayland.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global commit 280aac5a0ee09c45b17ec4be0681397f7c34c12e %global shortcommit %(c=%{commit}; echo ${c:0:7}) @@ -9,7 +10,7 @@ Summary: Xwayland Name: xorg-x11-server-Xwayland Version: 21.1.3 -Release: 2%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}.3 +Release: 2%{?gitdate:.%{gitdate}git%{shortcommit}}%{anolis_release}%{?dist}.3 URL: http://www.x.org %if 0%{?gitdate} @@ -37,6 +38,9 @@ License: MIT Requires: xorg-x11-server-common Requires: libEGL Requires: libepoxy >= 1.5.5 +Requires: glibc + +Provides: /usr/bin/Xwayland BuildRequires: gcc BuildRequires: git-core @@ -138,6 +142,9 @@ rm -Rf $RPM_BUILD_ROOT%{_localstatedir}/lib/xkb %{_libdir}/pkgconfig/xwayland.pc %changelog +* Sat Jul 16 2022 Hangbo Fan 21.1.3-2.3.0.1 +- Replace Requirse/Provides + * Thu Jun 09 2022 Ray Strode - 21.1.3-2.3 - Rebuild again for xtrans fix Related: #2090323 -- Gitee