diff --git a/python-slip.spec b/python-slip.spec index 95d37fb..2292bd0 100644 --- a/python-slip.spec +++ b/python-slip.spec @@ -1,6 +1,6 @@ Name: python-slip Version: 0.6.5 -Release: 3 +Release: 4 Summary: Library for Python 2.x with Convenience, extension and workaround License: GPLv2+ URL: https://github.com/nphilipp/%{name} @@ -21,6 +21,7 @@ Requires: python2-slip = %{version}-%{release} Requires: python2-dbus >= 0.80 %{?python_provide:%python_provide python2-slip} %{?python_provide:%python_provide python2-slip-dbus} +Provides: python2-slip-dbus Obsoletes: python2-slip-dbus %description -n python2-slip @@ -95,6 +96,9 @@ cd .. %{python2_sitelib}/slip.gtk-%{version}-py%{python2_version}.egg-info %changelog +* Sat Jan 11 2020 openEuler Buildteam - 0.6.5-4 +- provides python2-slip-dbus + * Fri Oct 18 2019 Yufa Fang - 0.6.5-3 - Type:bugfix - ID:NA