fdc02fac50
- Change qemu-x86 packaging relationship with qemu-microvm from Requires to Recommends (Also get rid of two is_opensuse references which came from patch processing of Include-If directives) OBS-URL: https://build.opensuse.org/request/show/834747 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=573
28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
From: Bruce Rogers <brogers@suse.com>
|
|
Date: Tue, 28 Apr 2020 09:53:49 -0600
|
|
Subject: docs: add SUSE support statements to html docs
|
|
|
|
Include-If: %if %{legacy_qemu_kvm}
|
|
|
|
We can fairly easily produce an html version of our support statements.
|
|
Now that qemu includes fairly good html-based documentation, leverage it
|
|
to expose our SUSE specific in-package support documentation.
|
|
|
|
Signed-off-by: Bruce Rogers <brogers@suse.com>
|
|
---
|
|
docs/index.html.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/docs/index.html.in b/docs/index.html.in
|
|
index 6736fa4360cfb8c40cbab2a362b0..ad431321ee858bcbe3e237e687b5 100644
|
|
--- a/docs/index.html.in
|
|
+++ b/docs/index.html.in
|
|
@@ -7,6 +7,7 @@
|
|
<body>
|
|
<h1>QEMU @@VERSION@@ Documentation</h1>
|
|
<ul>
|
|
+ <li><a href="/usr/share/doc/packages/qemu-kvm/kvm-supported.html">SUSE Support Statements</a></li>
|
|
<li><a href="system/index.html">System Emulation User's Guide</a></li>
|
|
<li><a href="user/index.html">User Mode Emulation User's Guide</a></li>
|
|
<li><a href="tools/index.html">Tools Guide</a></li>
|