forked from pool/openvswitch
Accepting request 667291 from network
OBS-URL: https://build.opensuse.org/request/show/667291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvswitch?expand=0&rev=35
This commit is contained in:
commit
ba148e0bef
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 20 07:58:20 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
- python2-ovs provides now also python-ovs which is the standard
|
||||||
|
for singlespec python packages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 26 11:07:30 UTC 2018 - jcaamano@suse.com
|
Mon Nov 26 11:07:30 UTC 2018 - jcaamano@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openvswitch
|
# spec file for package openvswitch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
@ -280,6 +280,7 @@ Requires: %{lname} = %{version}
|
|||||||
Requires: python2
|
Requires: python2
|
||||||
Requires: python2-six
|
Requires: python2-six
|
||||||
Provides: python-%{name} = %{version}
|
Provides: python-%{name} = %{version}
|
||||||
|
Provides: python-ovs = %{version}
|
||||||
Provides: python2-%{name} = %{version}
|
Provides: python2-%{name} = %{version}
|
||||||
Obsoletes: python-%{name} < 2.8.1
|
Obsoletes: python-%{name} < 2.8.1
|
||||||
Obsoletes: python2-%{name} < 2.10.1
|
Obsoletes: python2-%{name} < 2.10.1
|
||||||
|
Loading…
Reference in New Issue
Block a user