Skip to content

Commit

Permalink
build: Adapt to changes in Fedora packaging of bash-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Feb 20, 2024
1 parent 4ade5ea commit 02bedb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions createrepo_c.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
%endif
%endif
Requires: %{name}-libs = %{epoch_dep}%{version}-%{release}
%if 0%{?fedora} > 40 || 0%{?rhel} > 10
BuildRequires: bash-completion-devel
%else
BuildRequires: bash-completion
%endif
Requires: rpm >= 4.9.0
%if %{with drpm}
BuildRequires: drpm-devel >= 0.4.0
Expand Down

0 comments on commit 02bedb8

Please sign in to comment.