Timothy Redaelli <[email protected]> writes: > Since on CentOS/RHEL the builds are based on stable branches and not on > tags for debugging purpose it's better to have the downstream version as > version so it's easier to know which commits are included in a build. > > This commit adds --with-version-suffix as ./configure option in > order to set an OVS version suffix that should be shown to the user via > ovs-vsctl -V and, so, also on database and on ovs-vsctl show. > > --with-version-suffix is used in Fedora/CentOS/RHEL spec file in order to have > the version be aligned with the downstream one. > > Signed-off-by: Timothy Redaelli <[email protected]> > ---
I don't see any changes made to the python utilities side (which was a concern Ilya expressed). Do you think we should do this? It seems like it should be simple enough: -@VERSION@ +@VERSION@@VERSION_SUFFIX@ WDYT? _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
