From 6b56a695cd2a62c0c658b683f65de67be54f474a Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Mon, 20 Apr 2020 10:14:45 +0200 Subject: [PATCH] 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. --- freerdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freerdp.spec b/freerdp.spec index 16fb2dc..3311e08 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -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}