Add missing epoch in Provides statement

The rpmdiff tool notified me on changes in Provides statement, although
it is expected that Provides is updated with each new version. Then
I realized that the epoch is missing in the following statement:

Provides:       xfreerdp = %{version}-%{release}

Let's add the missing epoch there as it is already in other Provides
statements in this spec file.
This commit is contained in:
Ondrej Holy 2020-04-20 10:14:45 +02:00
parent 1ec660187c
commit 6b56a695cd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ BuildRequires: pkgconfig(libavcodec) >= 57.48.101
BuildRequires: pkgconfig(libavutil)
}
Provides: xfreerdp = %{version}-%{release}
Provides: xfreerdp = %{?epoch}:%{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}