From 5e53ffcc30459a31d2fbf2be3c36ef1501b89412 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Tue, 30 Jan 2018 07:29:46 -0600 Subject: [PATCH] Fix static package Epoch on devel package. --- yaml-cpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml-cpp.spec b/yaml-cpp.spec index aca2aaf..e2746f2 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -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}.