Fix building after bash-completion repackaging
See also https://github.com/rpm-software-management/dnf5/issues/1252. Resolves: RHEL-38831
This commit is contained in:
parent
a129b7e144
commit
72ddbffbd0
4
dnf.spec
4
dnf.spec
@ -79,7 +79,11 @@ BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
# Documentation
|
||||
BuildRequires: systemd
|
||||
%if 0%{?fedora} > 40 || 0%{?rhel} > 10
|
||||
BuildRequires: bash-completion-devel
|
||||
%else
|
||||
BuildRequires: bash-completion
|
||||
%endif
|
||||
BuildRequires: %{_bindir}/sphinx-build-3
|
||||
Requires: python3-%{name} = %{version}-%{release}
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
|
Loading…
Reference in New Issue
Block a user