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:
parent
1ec660187c
commit
6b56a695cd
@ -80,7 +80,7 @@ BuildRequires: pkgconfig(libavcodec) >= 57.48.101
|
|||||||
BuildRequires: pkgconfig(libavutil)
|
BuildRequires: pkgconfig(libavutil)
|
||||||
}
|
}
|
||||||
|
|
||||||
Provides: xfreerdp = %{version}-%{release}
|
Provides: xfreerdp = %{?epoch}:%{version}-%{release}
|
||||||
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
|
||||||
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
|
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user