mirror of
https://abf.rosa.ru/djam/dtc.git
synced 2025-02-22 17:03:03 +00:00
fix provides
This commit is contained in:
parent
76b5a2ba3e
commit
8707dd9bd5
1 changed files with 2 additions and 2 deletions
4
dtc.spec
4
dtc.spec
|
@ -50,8 +50,8 @@ Provides: fdt-static-devel = %{version}-%{release}
|
|||
This package provides development files for libfdt
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: Python 2 bindings for %{name}
|
||||
Provides: python2-libfdt = %{EVRD}
|
||||
Summary: Python 3 bindings for %{name}
|
||||
Provides: python-libfdt = %{EVRD}
|
||||
Requires: %{name} = %{EVRD}
|
||||
|
||||
%description -n python3-%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue