From bd840c6c0de7ee7a08c0120cf25e2cfa6ae481a4 Mon Sep 17 00:00:00 2001 From: David Hanina Date: Wed, 24 Sep 2025 10:30:04 +0200 Subject: [PATCH] Note about specfile update script Signed-off-by: David Hanina --- src/page/Build.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 `__.