diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-03 08:26:44 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-03 08:26:44 +0100 |
commit | 456b2ece31a9aff99ab37471c6b4266011ed1a72 (patch) | |
tree | b20ae811e30a18718e86cf3079bfc679ec3be437 | |
parent | 96a8781b329a8b0ab59462bf389760c0484c7617 (diff) |
Set vpp version to 17.01 for hc rpm packages
Change-Id: Iddd4d5d8518acd9bd40eedafe9a4cd74587b5723
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r-- | packaging/rpm/honeycomb.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/honeycomb.spec b/packaging/rpm/honeycomb.spec index e95b5455a..f702904dd 100644 --- a/packaging/rpm/honeycomb.spec +++ b/packaging/rpm/honeycomb.spec @@ -18,7 +18,7 @@ License: Apache-1.0 URL: http://www.fd.io Source0: vpp-integration-distribution-%{_version}-SNAPSHOT-hc.zip Source1: honeycomb.service -Requires: vpp, vpp-plugins, java >= 1:1.8.0 +Requires: vpp >= 17.01, vpp < 17.04, vpp-plugins >= 17.01, vpp-plugins < 17.04, java >= 1:1.8.0 # Required for creating honeycomb group Requires(pre): shadow-utils # Required for configuring systemd |