Skip to content

Commit

Permalink
packaging/rpm: adding max clang version supported to 3.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm authored and tgraf committed Mar 22, 2017
1 parent 0f6298a commit c501d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/cfg/cilium.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ License: Apache
URL: https://github/cilium/cilium
BuildArch: x86_64
Source0: %{name}-%{version}.tar.gz
Requires: docker-engine >= 1.12, clang >= 3.8, glibc-devel(x86-32), iproute >= 4.6, kernel >= 4.8
Requires: docker-engine >= 1.12, clang >= 3.8, clang < 3.9, glibc-devel(x86-32), iproute >= 4.6, kernel >= 4.8

%description
Cilium provides fast in-kernel networking and security policy enforcement
Expand Down

0 comments on commit c501d6a

Please sign in to comment.