From 0500446b3663d67ddca1de8c92c543f90c647cfb Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 1 Jul 2016 23:28:19 +0200 Subject: [PATCH] fix F24 rpm build error: line 89: Invalid version (epoch must be unsigned integer): %{epoch}:1.12.0-0.3.rc3.fc24: Requires(pre): docker-engine-selinux >= %%{epoch}:1.12.0-0.3.rc3.fc24 Signed-off-by: Antonio Murdaca (cherry picked from commit 0c07e55e4c867ee034c72c7ff8a9b8d63a8ec17d) --- hack/make/.build-rpm/docker-engine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/.build-rpm/docker-engine.spec b/hack/make/.build-rpm/docker-engine.spec index 067838e21b..a433d54bc7 100644 --- a/hack/make/.build-rpm/docker-engine.spec +++ b/hack/make/.build-rpm/docker-engine.spec @@ -86,7 +86,7 @@ Requires: device-mapper >= 1.02.90-2 # RE: rhbz#1195804 - ensure min NVR for selinux-policy %if 0%{?with_selinux} Requires: selinux-policy >= %{selinux_policyver} -Requires(pre): %{name}-selinux >= %{epoch}:%{version}-%{release} +Requires(pre): %{name}-selinux >= %{version}-%{release} %endif # with_selinux # conflicting packages