libvirt-8.0.0-1.el9
- Rebased to libvirt-8.0.0 (rhbz#2001507) - The rebase also fixes the following bugs: rhbz#2039246, rhbz#2039652, rhbz#2039651, rhbz#2039131 Resolves: rhbz#2001507, rhbz#2039131, rhbz#2039246, rhbz#2039651, rhbz#2039652
This commit is contained in:
parent
cc8ddc4f8a
commit
6a66e7344c
@ -1,5 +1,5 @@
|
||||
From d5a8fdf7347aa77c09ddc4527ab1959d05309a11 Mon Sep 17 00:00:00 2001
|
||||
Message-Id: <d5a8fdf7347aa77c09ddc4527ab1959d05309a11@dist-git>
|
||||
From 16b9ab85b004308e1d99db4ed4769a5fa56e2dfa Mon Sep 17 00:00:00 2001
|
||||
Message-Id: <16b9ab85b004308e1d99db4ed4769a5fa56e2dfa@dist-git>
|
||||
From: =?UTF-8?q?J=C3=A1n=20Tomko?= <jtomko@redhat.com>
|
||||
Date: Mon, 27 Aug 2018 13:09:38 +0200
|
||||
Subject: [PATCH] RHEL: Fix virConnectGetMaxVcpus output
|
||||
|
11
libvirt.spec
11
libvirt.spec
@ -210,14 +210,14 @@
|
||||
Summary: Library providing a simple virtualization API
|
||||
Name: libvirt
|
||||
Version: 8.0.0
|
||||
Release: 0rc1.1%{?dist}%{?extra_release}
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
License: LGPLv2+
|
||||
URL: https://libvirt.org/
|
||||
|
||||
%if %(echo %{version} | grep -q "\.0$"; echo $?) == 1
|
||||
%define mainturl stable_updates/
|
||||
%endif
|
||||
Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}-rc1.tar.xz
|
||||
Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
|
||||
Source1: symlinks
|
||||
|
||||
Patch1: libvirt-RHEL-Fix-virConnectGetMaxVcpus-output.patch
|
||||
@ -1713,7 +1713,7 @@ exit 0
|
||||
|
||||
%{_mandir}/man1/virt-admin.1*
|
||||
%{_mandir}/man1/virt-host-validate.1*
|
||||
%{_mandir}/man1/virt-ssh-helper.1*
|
||||
%{_mandir}/man8/virt-ssh-helper.8*
|
||||
%{_mandir}/man8/libvirtd.8*
|
||||
%{_mandir}/man8/virtlogd.8*
|
||||
%{_mandir}/man8/virtlockd.8*
|
||||
@ -2090,6 +2090,11 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2022 Jiri Denemark <jdenemar@redhat.com> - 8.0.0-1
|
||||
- Rebased to libvirt-8.0.0 (rhbz#2001507)
|
||||
- The rebase also fixes the following bugs:
|
||||
rhbz#2039246, rhbz#2039652, rhbz#2039651, rhbz#2039131
|
||||
|
||||
* Mon Jan 10 2022 Jiri Denemark <jdenemar@redhat.com> - 8.0.0-0rc1.1
|
||||
- Rebased to libvirt-8.0.0-rc1 (rhbz#2001507)
|
||||
- The rebase also fixes the following bugs:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-8.0.0-rc1.tar.xz) = a5ab64ac995a90ffc1811e0b9afc5e684e03d88cd29b960488f59eac47223bf5812eabd7ae405560273d5edffcb0e5ecc1663ab3d400164a09416b7e06b927c6
|
||||
SHA512 (libvirt-8.0.0.tar.xz) = e84cf2753d3c57cfe5aadbb6601fa76e0ba750471c1c24631720fe64376c3599ea252863ec671a50527e4fb380ffe0c2f02f07705b4b87d373ccf3e516ff4b1c
|
||||
|
Loading…
Reference in New Issue
Block a user