We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d309aa7 commit 96fb7a7Copy full SHA for 96fb7a7
README.md
@@ -49,3 +49,13 @@ is based on the hosts /etc/hirte/agent.conf file. By default any changes to the
49
systems agent.conf file are reflected into the QM /etc/hirte/agent.conf. You can
50
further customize the QM hirte agent by adding content to the
51
/usr/lib/qm/rootfs/etc/hirte/agent.conf.d/ directory.
52
+
53
+## RPM building dependencies
54
55
+In order to build qm package on CentOS Stream 9 you'll need Code Ready Builder
56
+repository enabled in order to provide `golang-github-cpuguy83-md2man` package.
57
58
+```console
59
+# dnf install -y python3-dnf-plugins-core
60
+# dnf config-manager --set-enabled crb
61
+```
0 commit comments