[PATCH] docs: compiling: Add link to latest openSUSE libvirt package

Jim Fehlig posted 1 patch 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220929201039.25793-1-jfehlig@suse.com
docs/compiling.rst | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] docs: compiling: Add link to latest openSUSE libvirt package
Posted by Jim Fehlig 1 year, 7 months ago
This is a follow-up to fbd6b2480a, adding a link to the latest libvirt
package for openSUSE.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 docs/compiling.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/compiling.rst b/docs/compiling.rst
index bc43a929da..2a740ad76e 100644
--- a/docs/compiling.rst
+++ b/docs/compiling.rst
@@ -24,6 +24,10 @@ allow installing the most recent versions of virtualization packages:
    The ``app-emulation/libvirt`` is regularly updated, but newest versions are
    usually marked as testing by the ``~*`` keyword.
 
+  **openSUSE**
+
+    Refer to https://build.opensuse.org/package/show/Virtualization/libvirt
+
 Preparing sources
 -----------------
 
-- 
2.37.1
Re: [PATCH] docs: compiling: Add link to latest openSUSE libvirt package
Posted by Ján Tomko 1 year, 7 months ago
On a Thursday in 2022, Jim Fehlig wrote:
>This is a follow-up to fbd6b2480a, adding a link to the latest libvirt
>package for openSUSE.
>
>Signed-off-by: Jim Fehlig <jfehlig@suse.com>
>---
> docs/compiling.rst | 4 ++++
> 1 file changed, 4 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano