Add explicit requires for freerdp-server
freerdp-server doesn't have explicit requires for freerdp-libs and libwinpr. Let's add them to avoid the need to test interoperability between the various combinations of old and new subpackages.
This commit is contained in:
parent
804c10b9ce
commit
a3bd29b55e
@ -105,6 +105,8 @@ applications that use %{name}-libs.
|
||||
|
||||
%package server
|
||||
Summary: Server support for %{name}
|
||||
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
|
||||
|
||||
%description server
|
||||
The %{name}-server package contains servers which can export a desktop via
|
||||
|
Loading…
Reference in New Issue
Block a user