mirror of
https://github.com/moby/moby.git
synced 2026-08-04 23:21:00 +00:00
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 <runcom@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user