virt-manager new version 1.5.1
Signed-off-by: virtbuilder_pel7ppc64bebuilder0 <virtbuilder@powerel.org>master
parent
9ab241f5fe
commit
2a81af587d
SPECS
|
@ -17,10 +17,10 @@
|
|||
|
||||
|
||||
# End local config
|
||||
%global gittag 20160520git2204de62d9
|
||||
|
||||
Name: virt-manager
|
||||
Version: 1.4.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
%global verrel %{version}-%{release}
|
||||
|
||||
Summary: Desktop tool for managing virtual machines via libvirt
|
||||
|
@ -30,27 +30,11 @@ BuildArch: noarch
|
|||
URL: http://virt-manager.org/
|
||||
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Fix italian translation from breaking the app (bz #1350185)
|
||||
Patch0001: 0001-Update-translations-and-fix-it.po-problems.patch
|
||||
# Fix fedora24 installs from incorrectly using virtio-input (bz #1391522)
|
||||
Patch0002: 0002-osdict-Fix-incorrect-usage-of-virtio-input.patch
|
||||
# Fix error checking extra_args for console argument
|
||||
Patch0003: 0003-virt-install-Fix-error-checking-extra_args.patch
|
||||
# Fix version check for spice GL support
|
||||
Patch0004: 0004-virtinst-fix-bad-version-check-regression-from-55327.patch
|
||||
# Don't return virtio1.0-net as a valid device name (bz #1399083)
|
||||
Patch0005: 0005-osdict-Don-t-return-virtio1.0-net-as-a-valid-device-.patch
|
||||
# Fix window size tracking on wayland (bz #1375175)
|
||||
Patch0006: 0006-manager-Fix-window-size-tracking-on-wayland-bug-1375.patch
|
||||
# Fix 'resize to VM' on wayland (bz #1397598)
|
||||
Patch0007: 0007-console-Fix-resize-to-VM-on-wayland-bug-1397598.patch
|
||||
|
||||
|
||||
Requires: virt-manager-common = %{verrel}
|
||||
Requires: pygobject3
|
||||
Requires: python2-gobject
|
||||
Requires: gtk3
|
||||
Requires: libvirt-glib >= 0.0.9
|
||||
Requires: libxml2-python
|
||||
Requires: dconf
|
||||
Requires: dbus-x11
|
||||
|
||||
|
@ -89,13 +73,15 @@ Group: Applications/Emulators
|
|||
|
||||
# This version not strictly required: virt-manager should work with older,
|
||||
# however varying amounts of functionality will not be enabled.
|
||||
Requires: libvirt-python >= 0.7.0
|
||||
Requires: libxml2-python
|
||||
Requires: python-requests
|
||||
Requires: python-ipaddr
|
||||
Requires: python2-libvirt >= 0.7.0
|
||||
Requires: python2-libxml2
|
||||
Requires: python2-requests
|
||||
Requires: python2-ipaddr
|
||||
Requires: libosinfo >= 0.2.10
|
||||
# Required for gobject-introspection infrastructure
|
||||
Requires: pygobject3-base
|
||||
Requires: python2-gobject-base
|
||||
# Required for pulling files from iso media with isoinfo
|
||||
Requires: genisoimage
|
||||
|
||||
%description common
|
||||
Common files used by the different virt-manager interfaces, as well as
|
||||
|
@ -106,6 +92,8 @@ virt-install related tools.
|
|||
Summary: Utilities for installing virtual machines
|
||||
|
||||
Requires: virt-manager-common = %{verrel}
|
||||
# For 'virsh console'
|
||||
Requires: libvirt-client
|
||||
|
||||
Provides: virt-install
|
||||
Provides: virt-clone
|
||||
|
@ -122,21 +110,6 @@ machine).
|
|||
%prep
|
||||
%setup -q
|
||||
|
||||
# Fix italian translation from breaking the app (bz #1350185)
|
||||
%patch0001 -p1
|
||||
# Fix fedora24 installs from incorrectly using virtio-input (bz #1391522)
|
||||
%patch0002 -p1
|
||||
# Fix error checking extra_args for console argument
|
||||
%patch0003 -p1
|
||||
# Fix version check for spice GL support
|
||||
%patch0004 -p1
|
||||
# Don't return virtio1.0-net as a valid device name (bz #1399083)
|
||||
%patch0005 -p1
|
||||
# Fix window size tracking on wayland (bz #1375175)
|
||||
%patch0006 -p1
|
||||
# Fix 'resize to VM' on wayland (bz #1397598)
|
||||
%patch0007 -p1
|
||||
|
||||
|
||||
%build
|
||||
%if %{qemu_user}
|
||||
|
@ -196,27 +169,8 @@ done
|
|||
rm %{buildroot}%{_datadir}/GConf/gsettings/org.virt-manager.virt-manager.convert
|
||||
|
||||
|
||||
%post
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
/usr/bin/update-desktop-database &> /dev/null || :
|
||||
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ] ; then
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
fi
|
||||
/usr/bin/update-desktop-database &> /dev/null || :
|
||||
|
||||
|
||||
%posttrans
|
||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
|
||||
%files
|
||||
%doc README COPYING NEWS
|
||||
%doc README.md COPYING NEWS.md
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
@ -257,7 +211,86 @@ fi
|
|||
%{_bindir}/virt-convert
|
||||
%{_bindir}/virt-xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 28 2018 Cole Robinson <crobinso@redhat.com> - 1.5.1-1
|
||||
- Rebased to version 1.5.1
|
||||
- Fix disk/net/mem stats graphs
|
||||
|
||||
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.0-2
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Tue Feb 06 2018 Cole Robinson <crobinso@redhat.com> - 1.5.0-1
|
||||
- Rebased to version 1.5.0
|
||||
- python3 prep work (Radostin Stoyanov, Cole Robinson, Cédric Bosdonnat)
|
||||
- Switch --location ISO to use isoinfo (Andrew Wong)
|
||||
- virt-install: add --cpu numa distance handling (Menno Lageman)
|
||||
- virt-install: fix --disk for rbd volumes with auth (Rauno Väli)
|
||||
- virt-install: add --cputune vcpupin handling (Wim ten Have)
|
||||
- details ui: Showing attached scsi devices per controller (Lin Ma)
|
||||
- network ui: Show details about SR-IOV VF pool (Lin Ma)
|
||||
- Greatly expand UI test suite coverage
|
||||
|
||||
* Tue Feb 06 2018 Cole Robinson <crobinso@redhat.com> - 1.5.0-1
|
||||
- Rebased to version 1.5.0
|
||||
- python3 prep work (Radostin Stoyanov, Cole Robinson, Cédric Bosdonnat)
|
||||
- Switch --location ISO to use isoinfo (Andrew Wong)
|
||||
- virt-install: add --cpu numa distance handling (Menno Lageman)
|
||||
- virt-install: fix --disk for rbd volumes with auth (Rauno Väli)
|
||||
- virt-install: add --cputune vcpupin handling (Wim ten Have)
|
||||
- details ui: Showing attached scsi devices per controller (Lin Ma)
|
||||
- network ui: Show details about SR-IOV VF pool (Lin Ma)
|
||||
- Greatly expand UI test suite coverage
|
||||
|
||||
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.3-3
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Tue Nov 21 2017 Cole Robinson <crobinso@redhat.com> - 1.4.3-2
|
||||
- Fix 'Add Hardware' wizard for non-x86 guests (bz #1505532)
|
||||
|
||||
* Tue Sep 19 2017 Cole Robinson <crobinso@redhat.com> - 1.4.3-1
|
||||
- Rebased to version 1.4.3
|
||||
- Improve install of debian/ubuntu non-x86 media (Viktor Mihajlovski, Andrew
|
||||
Wong)
|
||||
- New virt-install --graphics listen.* (Pavel Hrdina)
|
||||
- New virt-install --disk snapshot_policy= (Pavel Hrdina)
|
||||
- New virt-install --cpu cache.* (Lin Ma)
|
||||
- Several bug fixes
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Mar 22 2017 Cole Robinson <crobinso@redhat.com> - 1.4.1-2
|
||||
- Fix broken it/ko translations (bz #1433800)
|
||||
|
||||
* Mon Mar 13 2017 Cole Robinson <crobinso@redhat.com> - 1.4.1-1
|
||||
- Rebased to version 1.4.1
|
||||
- storage/nodedev event API support (Jovanka Gulicoska)
|
||||
- UI options for enabling spice GL (Marc-André Lureau)
|
||||
- Add default virtio-rng /dev/urandom for supported guest OS
|
||||
- Cloning and rename support for UEFI VMs (Pavel Hrdina)
|
||||
- libguestfs inspection UI improvements (Pino Toscano)
|
||||
- virt-install: Add --qemu-commandline
|
||||
- virt-install: Add --network vhostuser (Chen Hanxiao)
|
||||
- virt-install: Add --sysinfo (Charles Arnold)
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Dec 13 2016 Cole Robinson <crobinso@redhat.com> - 1.4.0-5
|
||||
- Fix version check for spice GL support
|
||||
- Don't return virtio1.0-net as a valid device name (bz #1399083)
|
||||
|
|
Loading…
Reference in New Issue