#10 Add missing epoch in Provides statement
Merged 4 years ago by slaanesh. Opened 4 years ago by oholy.

file modified
+1 -1
@@ -80,7 +80,7 @@ 

  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}

  

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.

Pull-Request has been merged by slaanesh

4 years ago