Rebased to version 1.4.2
New VM wixard virt-bootstrap integration (Radostin Stoyanov) New VM wizard support for virtuozzo containers (Mikhail Feoktistov) network UI: add support to create SR-IOV VF pool (Lin Ma) Nicer OS list in New VM wizard (Pino Toscano) Better defaults for UEFI secureboot builds (Pavel Hrdina) Fix defaults for aarch64 VMs if graphics are requested virt-install: new --memdev option (Pavel Hrdina) virt-install: add --disk logical/physical_block_size (Yuri Arabadji) virt-install: add --features hyperv_reset=, hyperv_synic= (Venkat Datta N H)
This commit is contained in:
parent
3203db3586
commit
9f629b5d39
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (virt-manager-1.4.1.tar.gz) = ea4cdc16d7adecdb85431fdfbe7305518917b7d66342375b6773462d33d5647c2a4d3f054c08cd44d7c4e7785da92e38b18881a422083e82303b5a3dbd7b4cdd
|
||||
SHA512 (virt-manager-1.4.2.tar.gz) = df154a5dc2724e03f8e0b1646a39c4284fb5f38a4326b6ef42f4e1efc16187164c1b5259608bac366860fe6707e2134e8729228f6cf4d6cd9eca4b0edc01a53e
|
||||
|
@ -19,8 +19,8 @@
|
||||
# End local config
|
||||
|
||||
Name: virt-manager
|
||||
Version: 1.4.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
%global verrel %{version}-%{release}
|
||||
|
||||
Summary: Desktop tool for managing virtual machines via libvirt
|
||||
@ -30,9 +30,6 @@ BuildArch: noarch
|
||||
URL: http://virt-manager.org/
|
||||
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Fix broken it/ko translations (bz #1433800)
|
||||
Patch0001: 0001-Fix-broken-it-ko-translations-bz-1433800.patch
|
||||
|
||||
|
||||
Requires: virt-manager-common = %{verrel}
|
||||
Requires: pygobject3
|
||||
@ -111,9 +108,6 @@ machine).
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Fix broken it/ko translations (bz #1433800)
|
||||
%patch0001 -p1
|
||||
|
||||
|
||||
%build
|
||||
%if %{qemu_user}
|
||||
@ -236,6 +230,19 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 09 2017 Cole Robinson <crobinso@redhat.com> - 1.4.2-1
|
||||
- Rebased to version 1.4.2
|
||||
- New VM wixard virt-bootstrap integration (Radostin Stoyanov)
|
||||
- New VM wizard support for virtuozzo containers (Mikhail Feoktistov)
|
||||
- network UI: add support to create SR-IOV VF pool (Lin Ma)
|
||||
- Nicer OS list in New VM wizard (Pino Toscano)
|
||||
- Better defaults for UEFI secureboot builds (Pavel Hrdina)
|
||||
- Fix defaults for aarch64 VMs if graphics are requested
|
||||
- virt-install: new --memdev option (Pavel Hrdina)
|
||||
- virt-install: add --disk logical/physical_block_size (Yuri Arabadji)
|
||||
- virt-install: add --features hyperv_reset=, hyperv_synic= (Venkat Datta N
|
||||
H)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user