Fix static package Epoch on devel package.

This commit is contained in:
Richard Shaw 2018-01-30 07:29:46 -06:00
commit 5e53ffcc30

View file

@ -31,7 +31,7 @@ developing applications that use %{name}.
Summary: Static library for %{name}
Group: Development/Libraries
License: MIT
Requires: %{name}-devel%{?_isa} = %{epoch}%{version}-%{release}
Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
%description static
The %{name}-static package contains the static library for %{name}.