mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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>
(cherry picked from commit 0c07e55e4c
)
This commit is contained in:
parent
ac499dc4bb
commit
0500446b36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue