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