summaryrefslogtreecommitdiffstats
path: root/packaging/rpm/vpp_dependencies
blob: f79c5edc09076fcdc904d288a778c95fd6e98f2d (plain)
1
2
3
4
5
6
#!/bin/bash
# defines vpp and vpp-plugins dependencies for rpm packages
# using range
echo "vpp >= 17.10, vpp < 17.11, vpp-plugins >= 17.10, vpp-plugins < 17.11"
# or specific vpp version
#echo "vpp = 17.10-rc2, vpp-plugins = 17.10-rc2"