HC2VPP-285: narrow the range of comaptible vpp versions to >= 18.01-rc1 69/10669/1
authorMarek Gradzki <[email protected]>
Tue, 20 Feb 2018 07:35:57 +0000 (08:35 +0100)
committerMarek Gradzki <[email protected]>
Tue, 20 Feb 2018 07:36:34 +0000 (08:36 +0100)
Requires https://gerrit.fd.io/r/#/c/10668/ to take effect on HC packages.

Change-Id: I5a1f96896f9e6811cde95fe61dd4a04fdb93dbe7
Signed-off-by: Marek Gradzki <[email protected]>
packaging/deb/common/vpp_dependencies
packaging/rpm/vpp_dependencies

index 41553fe..4fda145 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # defines vpp and vpp-plugins dependencies for debian packages
 # using range
-echo "vpp (>= 18.01), vpp (<< 18.02), vpp-plugins (>= 18.01), vpp-plugins (<< 18.02)"
+echo "vpp (>= 18.01-rc1), vpp (<< 18.02), vpp-plugins (>= 18.01-rc1), vpp-plugins (<< 18.02)"
 # or specific vpp version
 #echo "vpp (= 18.01-rc1), vpp-plugins (= 18.01-rc1)"
index f039bbf..c6c738a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # defines vpp and vpp-plugins dependencies for rpm packages
 # using range
-echo "vpp >= 18.01, vpp < 18.02, vpp-plugins >= 18.01, vpp-plugins < 18.02"
+echo "vpp >= 18.01-rc1, vpp < 18.02, vpp-plugins >= 18.01-rc1, vpp-plugins < 18.02"
 # or specific vpp version
 #echo "vpp = 18.01-rc1, vpp-plugins = 18.01-rc1"