diff --git a/openvswitch.changes b/openvswitch.changes index 3658d99..65c5d2c 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 3 14:53:21 UTC 2020 - Jaime Caamaño Ruiz + +- add missing provides/obsoletes for python3-openvswitch-test + ------------------------------------------------------------------- Mon May 4 11:38:26 UTC 2020 - Jaime Caamaño Ruiz diff --git a/openvswitch.spec b/openvswitch.spec index 9f60d71..1aebb5e 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -247,6 +247,8 @@ Requires: %{name} = %{version} Requires: python3 Requires: python3-Twisted Requires: python3-ovs = %{version} +Provides: python3-%{name}-test = %{version} +Obsoletes: python3-%{name}-test < 2.13.0 %description test Open vSwitch is a software-based Ethernet switch.