summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2015-12-03 16:10:34 +0100
committerPetr Vobornik <pvoborni@redhat.com>2015-12-03 16:23:10 +0100
commit03c7d63c52615cefef260e169ec4dadb85d54842 (patch)
tree1dbecc46768cbef3277afb8050b041839ea89498 /BUILD.txt
parent5ed1b844dcb7d4a57a7067eef63b644df47bd740 (diff)
downloadfreeipa-03c7d63c52615cefef260e169ec4dadb85d54842.tar.gz
freeipa-03c7d63c52615cefef260e169ec4dadb85d54842.tar.xz
freeipa-03c7d63c52615cefef260e169ec4dadb85d54842.zip
Update Build instructions
Original dnf builddep command does not work, unless --spec option is added. Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 4507fa357..fb1a7996b 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