Modify the installation dependency of tigervnc-server-module

This commit is contained in:
quanhongfei 2022-01-04 15:54:32 +08:00
parent 0dc08960ea
commit ca7fdd5843

View File

@ -4,7 +4,7 @@
Name: tigervnc
Version: 1.12.0
Release: 1
Release: 2
Summary: A TigerVNC remote display system
License: GPLv2+
@ -59,7 +59,7 @@ other people can access your desktop on your machine.
%package server-module
Summary: TigerVNC module to Xorg
Requires: xorg-x11-server-Xorg %(xserver-sdk-abi-requires ansic) %(xserver-sdk-abi-requires videodrv) %{name}
Requires: xorg-x11-server-Xorg %(xserver-sdk-abi-requires ansic) %(xserver-sdk-abi-requires videodrv) %{name}-license
%description server-module
This package contains libvnc.so module to X server, allowing others
@ -236,6 +236,12 @@ install -m 644 %{SOURCE6} %{buildroot}%{_docdir}/tigervnc/HOWTO.md
%{_mandir}/man8/*
%changelog
* Tue Jan 04 2022 quanhongfei <quanhongfei@huawei.com> - 1.12.0-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Modify the installation dependency of tigervnc-server-module.
* Wed Dec 08 2021 quanhongfei <quanhongfei@huawei.com> - 1.12.0-1
- Type:requirements
- ID:NA