Do not provide libvncserver.so.1

Other packages cannot rely on this library, as it is in a package-specific rpath.

Resolves: rhbz#2188174
This commit is contained in:
Yaakov Selkowitz 2023-04-20 01:56:13 +00:00
parent df68a7f3a4
commit 040f9c0d9d

View File

@ -13,9 +13,12 @@
%global libvncserver_name LibVNCServer
%global libvncserver_version 0.9.13
# https://bugzilla.redhat.com/show_bug.cgi?id=2188174
%global __provides_exclude_from ^%{_libdir}/%{name}
Name: gnome-remote-desktop
Version: 40.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: GNOME Remote Desktop screen share service
License: GPLv2+
@ -207,6 +210,10 @@ popd
%changelog
* Wed Apr 19 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 40.0-8
- Do not provide libvncserver.so.1
Resolves: rhbz#2188174
* Mon Oct 25 2021 Jonas Ådahl <jadahl@redhat.com> - 40.0-7
- Don't compile in SHA1 support
Resolves: #1936594