mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-21 22:53:32 -06:00
BUILD.txt: remove redundant dnf-builddep option
-b and --best are the same option (see dnf(8)). Remove -b and keep --best, because --best is more descriptive. Signed-off-by: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
03e9139504
commit
7a40948d6e
@ -7,7 +7,7 @@ For more information, see http://www.freeipa.org/page/Build
|
||||
|
||||
The quickest way to get the dependencies needed for building is:
|
||||
|
||||
# dnf builddep -b -D "with_wheels 1" -D "with_lint 1" -D "with_doc 1" --spec freeipa.spec.in --best --allowerasing --setopt=install_weak_deps=False
|
||||
# dnf builddep -D "with_wheels 1" -D "with_lint 1" -D "with_doc 1" --spec freeipa.spec.in --best --allowerasing --setopt=install_weak_deps=False
|
||||
|
||||
TIP: For building with latest dependencies for freeipa master enable copr repo:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user