summaryrefslogtreecommitdiffstats
path: root/packaging/rpm/vpp_dependencies
blob: 0ac35028a9aed9f2599637889adc702a53291e0b (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-rc1, vpp-plugins = 17.10-rc1"