mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
Documentation: Use @development-tools on dnf5.
dnf5 requires the group ID (e.g., development-tools) rather than the group name (e.g., Development Tools) used in previous versions of dnf and in yum. Updated documentation to reflect this change. Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Acked-by: Mike Pattrick <mkp@redhat.com> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
This commit is contained in:
parent
270de5dfb8
commit
00dcc546a1
@ -37,12 +37,18 @@ Build Requirements
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
You will need to install all required packages to build the RPMs.
|
You will need to install all required packages to build the RPMs.
|
||||||
Newer distributions use ``dnf`` but if it's not available, then use
|
Fedora 41 and newer version use ``dnf5`` by default.
|
||||||
``yum`` instructions.
|
Other distributions typically use ``dnf``.
|
||||||
|
If neither ``dnf5`` nor ``dnf`` is available, then use ``yum`` instructions.
|
||||||
|
|
||||||
The command below will install RPM tools and generic build dependencies.
|
The command below will install RPM tools and generic build dependencies.
|
||||||
And (optionally) include these packages: libcap-ng libcap-ng-devel dpdk-devel.
|
And (optionally) include these packages: libcap-ng libcap-ng-devel dpdk-devel.
|
||||||
|
|
||||||
|
DNF5:
|
||||||
|
::
|
||||||
|
|
||||||
|
$ dnf5 install @development-tools rpm-build dnf-plugins-core
|
||||||
|
|
||||||
DNF:
|
DNF:
|
||||||
::
|
::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user