Require renamed python2 packages
Use renamed python2 binding for talloc tevent and tdb dnf prefer old package with required name rather then new package with provides
This commit is contained in:
parent
d0b25de846
commit
725e5b329a
@ -31,9 +31,9 @@ BuildRequires: popt-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-tdb
|
||||
BuildRequires: pytalloc-devel
|
||||
BuildRequires: python-tevent
|
||||
BuildRequires: python2-tdb
|
||||
BuildRequires: python2-talloc-devel
|
||||
BuildRequires: python2-tevent
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: openldap-devel
|
||||
|
||||
@ -76,7 +76,7 @@ Header files needed to develop programs that link against the LDB library.
|
||||
Group: Development/Libraries
|
||||
Summary: Python bindings for the LDB library
|
||||
Requires: libldb%{?_isa} = %{version}-%{release}
|
||||
Requires: python-tdb%{?_isa} >= %{tdb_version}
|
||||
Requires: python2-tdb%{?_isa} >= %{tdb_version}
|
||||
|
||||
Provides: pyldb = %{version}-%{release}
|
||||
Provides: pyldb%{?_isa} = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user