Skip to content

Commit

Permalink
python3-libdnf5: Remove superfluous provides for python-libdnf
Browse files Browse the repository at this point in the history
This was likely a copy-paste error from old dnf.

Signed-off-by: Petr Písař <[email protected]>
  • Loading branch information
hroncok authored and kontura committed Dec 10, 2024
1 parent 11f965f commit bbb71ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnf5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ Perl 5 bindings for the libdnf5-cli library.

%if %{with python3}
%package -n python3-libdnf5
%{?python_provide:%python_provide python3-libdnf}
Summary: Python 3 bindings for the libdnf library
%{?python_provide:%python_provide python3-libdnf5}
Summary: Python 3 bindings for the libdnf5 library
License: LGPL-2.1-or-later
Requires: libdnf5%{?_isa} = %{version}-%{release}

Expand Down

0 comments on commit bbb71ed

Please sign in to comment.