summaryrefslogtreecommitdiffstats
path: root/packaging/rpm/vpp_dependencies
blob: 17293959df21a13c13a83872a83c39bb61d16b1d (plain)
1
2
3
4
5
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"
# or specific vpp version
#echo "vpp = 19.04-rc1, vpp-plugins = 19.04-rc1"