diff --git a/src/page/Build.rst b/src/page/Build.rst index c863432a..d12fad07 100644 --- a/src/page/Build.rst +++ b/src/page/Build.rst @@ -38,6 +38,15 @@ the source code for its new webui. The submodule is available at `freeipa-webui `__ and installed in the directory ``install/freeipa-webui``. +To ensure the specfile is up to date with webui dependencies, it's usually +good idea to run the following command from the install/webui directory: + +:: + + $ ./fix-spec.sh -i + +:: + In order to get more familiar with git submodule concepts, you can read `git submodules `__.