diff -Nru neutron-20.0.0/debian/changelog neutron-20.0.0/debian/changelog --- neutron-20.0.0/debian/changelog 2022-04-04 20:35:12.000000000 +0000 +++ neutron-20.0.0/debian/changelog 2022-04-07 16:07:53.000000000 +0000 @@ -1,3 +1,10 @@ +neutron (2:20.0.0-0ubuntu3) jammy; urgency=medium + + * d/control: Add openvswitch-common dependency to neutron-server + binary package (LP: #1960319). + + -- Corey Bryant Thu, 07 Apr 2022 12:07:53 -0400 + neutron (2:20.0.0-0ubuntu2) jammy; urgency=medium * Fix broken behavior after recent OVS update (LP: #1965819): diff -Nru neutron-20.0.0/debian/control neutron-20.0.0/debian/control --- neutron-20.0.0/debian/control 2022-04-04 20:35:12.000000000 +0000 +++ neutron-20.0.0/debian/control 2022-04-07 16:07:53.000000000 +0000 @@ -312,6 +312,7 @@ Architecture: all Depends: adduser, + openvswitch-common, python3-neutron (= ${source:Version}), ${misc:Depends}, ${python3:Depends},