diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-11-02 13:34:23 +0100 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-11-02 13:34:38 +0100 |
commit | b9dbc0976feae7660c26c7a969167fec0860d02e (patch) | |
tree | 9eb1b0263fbce868c90b23ea13f9a4bddd02abd5 /packaging/rpm/honeycomb.spec | |
parent | 4787db493bbf3fca8437ce219766a24c62f24c37 (diff) |
Add vpp-plugins as a dependency
Change-Id: I4d8b9ee9c398c4e233d41ea81de76fc7ba1b17ce
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'packaging/rpm/honeycomb.spec')
-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 f15d7e133..e95b5455a 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, java >= 1:1.8.0 +Requires: vpp, vpp-plugins, java >= 1:1.8.0 # Required for creating honeycomb group Requires(pre): shadow-utils # Required for configuring systemd |