Original dnf builddep command does not work, unless --spec option is added.
-- Martin Kosek <[email protected]> Associate Manager, Software Engineering - Identity Management Team Red Hat, Inc.
From 12971ffdd4f3c16536457113c0b3b0c1ee12ac2a Mon Sep 17 00:00:00 2001 From: Martin Kosek <[email protected]> Date: Thu, 3 Dec 2015 16:10:34 +0100 Subject: [PATCH] Update Build instructions Original dnf builddep command does not work, unless --spec option is added. --- BUILD.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.txt b/BUILD.txt index 4507fa357375edc09377368ab3d1eb1c48994a61..fb1a7996b6b0c69c5431b180eec65c2549448d91 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -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 freeipa.spec.in +# dnf builddep -b --spec freeipa.spec.in or -- 2.5.0
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
