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:
parent
98e7e5d51d
commit
97f30742af
@ -122,7 +122,7 @@ the RDP protocol.
|
|||||||
%package -n libwinpr
|
%package -n libwinpr
|
||||||
Summary: Windows Portable Runtime
|
Summary: Windows Portable Runtime
|
||||||
Provides: %{name}-libwinpr = %{?epoch}:%{version}-%{release}
|
Provides: %{name}-libwinpr = %{?epoch}:%{version}-%{release}
|
||||||
Obsoletes: %{name}-libwinpr < %{?epoch}:%{version}-%{release}
|
Obsoletes: %{name}-libwinpr < 1:1.2.0
|
||||||
|
|
||||||
%description -n libwinpr
|
%description -n libwinpr
|
||||||
WinPR provides API compatibility for applications targeting non-Windows
|
WinPR provides API compatibility for applications targeting non-Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user