Fix package dependencies 57/18457/1
authorTibor Král <[email protected]>
Thu, 21 Mar 2019 12:33:16 +0000 (13:33 +0100)
committerTibor Král <[email protected]>
Thu, 21 Mar 2019 12:33:16 +0000 (13:33 +0100)
Change-Id: I34c8436abc7c7638dfa99f5394194052bbf1707e
Signed-off-by: Tibor Král <[email protected]>
packaging/deb/common/vpp_dependencies
packaging/rpm/vpp_dependencies

index fe216e0..b27a68c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # defines vpp and vpp-plugin-core dependencies for debian packages
 # using range
-echo "vpp (>= 19.04), vpp (<< 19.05), vpp-plugin-core (>= 19.04), vpp-plugin-core (<< 19.05)"
+echo "vpp (>= 19.04), vpp (<< 19.05), vpp-plugin-core (>= 19.04), vpp-plugin-core (<< 19.05), vpp-api-java (>= 19.04), vpp-api-java (<< 19.05)"
 # or specific vpp version
 #echo "vpp (= 19.04-rc1), vpp-plugin-core (= 19.04-rc1)"
index 1729395..876a7f2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # defines vpp and vpp-plugins dependencies for rpm packages
 # using range
-echo "vpp >= 19.04, vpp < 19.05, vpp-plugins >= 19.04, vpp-plugins < 19.05"
+echo "vpp >= 19.04, vpp < 19.05, vpp-plugins >= 19.04, vpp-plugins < 19.05, vpp-api-java (>= 19.04), vpp-api-java (<< 19.05)"
 # or specific vpp version
 #echo "vpp = 19.04-rc1, vpp-plugins = 19.04-rc1"