Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python RPM provides #1944

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions dnf5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,7 @@ 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
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
Loading