File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,15 @@ printf '%s\n' "1:${OVN_BASE}-pf9-${PF9_VERSION}-${BUILD_NUMBER}" > $TEAMCITY_ROO
4040# configure.ac gets the dot-separated binary version via pf9_patch_ovn_binary_version
4141sed -i " s/__PF9_OVN_BUILD_VERSION__/$PF9_OVN_BUILD_VERSION /g" " $ROOT /debian/changelog"
4242
43+ # dpkg-buildpackage only reads the TOPMOST changelog entry. An upstream rebase can
44+ # prepend a new "ovn (X.Y.Z-1)" entry above ours, silently shipping unversioned debs.
45+ ACTUAL_VER=$( cd " $ROOT " && dpkg-parsechangelog -S Version)
46+ if [ " $ACTUAL_VER " != " $PF9_OVN_BUILD_VERSION " ]; then
47+ echo " ERROR: top debian/changelog entry is '$ACTUAL_VER ', expected '$PF9_OVN_BUILD_VERSION '."
48+ echo " The Platform9 changelog entry must be the topmost entry in debian/changelog."
49+ exit 1
50+ fi
51+
4352pf9_patch_ovn_binary_version
4453
4554# --- OVS CONFIGURATION ---
Original file line number Diff line number Diff line change 1- ovn (25.09.4-1) unstable; urgency=low
2- [ OVN team ]
3- * New upstream version
4-
5- -- OVN team <dev@openvswitch.org> Tue, 16 Jun 2026 12:11:30 -0400
6-
71ovn (__PF9_OVN_BUILD_VERSION__) unstable; urgency=medium
82 [ Platform9 Systems ]
93 * ovn-northd: added changes to support l2 only ports
104 * container: added support to build ovn container using custom changes
115
126 -- Platform9 Systems <info@platform9.com> Tue, 16 Dec 2025 22:00:00 -0800
137
8+ ovn (25.09.4-1) unstable; urgency=low
9+ [ OVN team ]
10+ * New upstream version
11+
12+ -- OVN team <dev@openvswitch.org> Tue, 16 Jun 2026 12:11:30 -0400
13+
1414ovn (25.09.3-1) unstable; urgency=low
1515 [ OVN team ]
1616 * New upstream version
You can’t perform that action at this time.
0 commit comments