Fix version of freerdp-libwinpr obsoletes

freerdp-libwinpr obsoletes uses dynamic value, but it should be static.
Let's use the static value based on the commit 064a4594, which introduced
this change. See the following guidelines:
https://fedoraproject.org/wiki/Packaging:Guidelines#Renaming.2FReplacing_Existing_Packages
This commit is contained in:
Ondrej Holy 2018-12-03 18:43:12 +01:00
parent 98e7e5d51d
commit 97f30742af

View File

@ -122,7 +122,7 @@ the RDP protocol.
%package -n libwinpr
Summary: Windows Portable Runtime
Provides: %{name}-libwinpr = %{?epoch}:%{version}-%{release}
Obsoletes: %{name}-libwinpr < %{?epoch}:%{version}-%{release}
Obsoletes: %{name}-libwinpr < 1:1.2.0
%description -n libwinpr
WinPR provides API compatibility for applications targeting non-Windows