From 24a5161a09f6a0d70a13885f2b429ba970eb4fb9 Mon Sep 17 00:00:00 2001 From: quanhongfei <2506045831@qq.com> Date: Fri, 11 Feb 2022 09:22:13 +0800 Subject: [PATCH] 1 (cherry picked from commit 74ae381428e3374a34325d9fedffc869e0ce5dd0) --- tigervnc.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tigervnc.spec b/tigervnc.spec index ed76492..2ffbcca 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -4,7 +4,7 @@ Name: tigervnc Version: 1.12.0 -Release: 2 +Release: 3 Summary: A TigerVNC remote display system License: GPLv2+ @@ -31,8 +31,8 @@ Requires(postun):coreutils Requires: hicolor-icon-theme -Provides: %{name}-license = %{name}-%{release} %{name}-icons = %{name}-%{release} -Obsoletes: %{name}-license < %{name}-%{release} %{name}-icons < %{name}-%{release} +Provides: %{name}-icons = %{name}-%{release} +Obsoletes: %{name}-icons < %{name}-%{release} %description This package provides client for Virtual Network Computing (VNC), with which @@ -236,6 +236,12 @@ install -m 644 %{SOURCE6} %{buildroot}%{_docdir}/tigervnc/HOWTO.md %{_mandir}/man8/* %changelog +* Fri Feb 11 2022 quanhongfei - 1.12.0-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:tigervnc does not privide tigervnc-license + * Tue Jan 04 2022 quanhongfei - 1.12.0-2 - Type:bugfix - ID:NA -- Gitee