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