diff --git a/dnf5.spec b/dnf5.spec index 803b8aaef..560d7c102 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -716,6 +716,7 @@ config-manager, copr, and repoclosure commands. %{_mandir}/man8/dnf*-copr.8.* %{_mandir}/man8/dnf*-needs-restarting.8.* %{_mandir}/man8/dnf*-repoclosure.8.* +%{_datadir}/dnf5/aliases.d/compatibility-plugins.conf # ========== dnf5-automatic plugin ========== diff --git a/dnf5/config/usr/share/dnf5/aliases.d/compatibility-plugins.conf b/dnf5/config/usr/share/dnf5/aliases.d/compatibility-plugins.conf new file mode 100644 index 000000000..92720dd72 --- /dev/null +++ b/dnf5/config/usr/share/dnf5/aliases.d/compatibility-plugins.conf @@ -0,0 +1,7 @@ +version = '1.0' + +['build-dep'] +type = 'command' +attached_command = 'builddep' +descr = "Compatibility alias for 'builddep'" +complete = false