X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=INSTALL.Fedora;h=484fb8775a305d54ab2d7b44fd9173ea5f36fa7f;hb=32f34e8f8ee6ee11aa14140876d19a661ba0fa72;hp=d0231271f2a65c26e26d5b1af8e4baa6c426a3a4;hpb=d8fe0a6ac8e9a21917ba4faab9e2a376e2a1a9fc;p=cascardo%2Fovs.git diff --git a/INSTALL.Fedora b/INSTALL.Fedora index d0231271f..484fb8775 100644 --- a/INSTALL.Fedora +++ b/INSTALL.Fedora @@ -14,7 +14,7 @@ You may build from an Open vSwitch distribution tarball or from an Open vSwitch Git tree. Before you begin, note the RPM source directory on your version of -Fedora. On Fedora 15, it is $HOME/rpmbuild/SOURCES. +Fedora. On Fedora 17, it is $HOME/rpmbuild/SOURCES. 1. If you are building from an Open vSwitch Git tree, then you will need to first create a distribution tarball by running "./boot.sh; @@ -31,7 +31,12 @@ Fedora. On Fedora 15, it is $HOME/rpmbuild/SOURCES. This produces one RPM: "openvswitch". -5. On Fedora 15, to build the Open vSwitch kernel module, run: + The above command automatically runs the Open vSwitch unit tests. + To disable the unit tests, run: + + rpmbuild -bb --without check rhel/openvswitch-fedora.spec + +5. On Fedora 17, to build the Open vSwitch kernel module, run: rpmbuild -bb rhel/openvswitch-kmod-fedora.spec