Skip to content

Commit

Permalink
Remove redundant %python_provide statements
Browse files Browse the repository at this point in the history
Those are deprecated and not needed.

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

%if %{with python3}
%package -n python3-libdnf5
%{?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 All @@ -531,7 +530,6 @@ Python 3 bindings for the libdnf library.

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

0 comments on commit ff1ac05

Please sign in to comment.