Recommend sqlite3 if bash-completion is used
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
5d4a1bf415
commit
3e5a432042
2
dnf.spec
2
dnf.spec
@ -46,8 +46,10 @@ Requires: %{dnf_python}-%{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
Requires: python-dbus
|
Requires: python-dbus
|
||||||
|
Requires: %{_bindir}/sqlite3
|
||||||
%else
|
%else
|
||||||
Recommends: (%{dnf_python}-dbus if NetworkManager)
|
Recommends: (%{dnf_python}-dbus if NetworkManager)
|
||||||
|
Recommends: (%{_bindir}/sqlite3 if bash-completion)
|
||||||
%endif
|
%endif
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user