mirror of
https://src.fedoraproject.org/rpms/virt-manager.git
synced 2025-07-16 17:14:53 +00:00
Rebased to version 2.1.0
Bash autocompletion support (Lin Ma, Cole Robinson) UI and command line --vsock support (Slavomir Kaslev) virt-xml: Add --os-variant option (Andrea Bolognani) virt-install: use libosinfo cpu, mem, disk size defaults (Fabiano Fidencio) virt-install: Better usage of libosinfo -unknown distro IDs (Fabiano Fidencio) virt-install: More usage of libosinfo for ISO --location detection virt-install: Add --location LOCATION,kernel=X,initrd=Y for pointing to kernel/initrd in media that virt-install/libosinfo fails to detect
This commit is contained in:
2
sources
2
sources
@@ -1 +1 @@
|
|||||||
SHA512 (virt-manager-2.0.0.tar.gz) = 5d0eb65dceb5c913973edaa52414b1665d1ed9cd3f226e28a592decddec2acd8fdb589f60736edf9b7d95830893812f9aecca2cbdd715033ca7ea53a95472876
|
SHA512 (virt-manager-2.1.0.tar.gz) = 48590ff58246e13b73c7ab741ca854bfebae27fb90a891168db5d3fac1d066cce603f83b8d993e70e387624f911fc8503abe488e7992bc50f49d7e980aed5afb
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
# This package depends on automagic byte compilation
|
||||||
|
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
|
||||||
|
%global _python_bytecompile_extra 1
|
||||||
|
|
||||||
# -*- rpm-spec -*-
|
# -*- rpm-spec -*-
|
||||||
|
|
||||||
# RPM doesn't detect that code in /usr/share is python3, this forces it
|
# RPM doesn't detect that code in /usr/share is python3, this forces it
|
||||||
@@ -12,12 +16,11 @@
|
|||||||
# End local config
|
# End local config
|
||||||
|
|
||||||
Name: virt-manager
|
Name: virt-manager
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
%global verrel %{version}-%{release}
|
%global verrel %{version}-%{release}
|
||||||
|
|
||||||
Summary: Desktop tool for managing virtual machines via libvirt
|
Summary: Desktop tool for managing virtual machines via libvirt
|
||||||
Group: Applications/Emulators
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
URL: https://virt-manager.org/
|
URL: https://virt-manager.org/
|
||||||
@@ -64,8 +67,8 @@ management API.
|
|||||||
|
|
||||||
%package common
|
%package common
|
||||||
Summary: Common files used by the different Virtual Machine Manager interfaces
|
Summary: Common files used by the different Virtual Machine Manager interfaces
|
||||||
Group: Applications/Emulators
|
|
||||||
|
|
||||||
|
Requires: python3-argcomplete
|
||||||
Requires: python3-libvirt
|
Requires: python3-libvirt
|
||||||
Requires: python3-libxml2
|
Requires: python3-libxml2
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
@@ -162,6 +165,11 @@ done
|
|||||||
%{_datadir}/%{name}/virt-convert
|
%{_datadir}/%{name}/virt-convert
|
||||||
%{_datadir}/%{name}/virt-xml
|
%{_datadir}/%{name}/virt-xml
|
||||||
|
|
||||||
|
%{_datadir}/bash-completion/completions/virt-install
|
||||||
|
%{_datadir}/bash-completion/completions/virt-clone
|
||||||
|
%{_datadir}/bash-completion/completions/virt-convert
|
||||||
|
%{_datadir}/bash-completion/completions/virt-xml
|
||||||
|
|
||||||
%{_bindir}/virt-install
|
%{_bindir}/virt-install
|
||||||
%{_bindir}/virt-clone
|
%{_bindir}/virt-clone
|
||||||
%{_bindir}/virt-convert
|
%{_bindir}/virt-convert
|
||||||
@@ -169,6 +177,19 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 03 2019 Cole Robinson <crobinso@redhat.com> - 2.1.0-1
|
||||||
|
- Rebased to version 2.1.0
|
||||||
|
- Bash autocompletion support (Lin Ma, Cole Robinson)
|
||||||
|
- UI and command line --vsock support (Slavomir Kaslev)
|
||||||
|
- virt-xml: Add --os-variant option (Andrea Bolognani)
|
||||||
|
- virt-install: use libosinfo cpu, mem, disk size defaults (Fabiano
|
||||||
|
Fidencio)
|
||||||
|
- virt-install: Better usage of libosinfo -unknown distro IDs (Fabiano
|
||||||
|
Fidencio)
|
||||||
|
- virt-install: More usage of libosinfo for ISO --location detection
|
||||||
|
- virt-install: Add --location LOCATION,kernel=X,initrd=Y for pointing to
|
||||||
|
kernel/initrd in media that virt-install/libosinfo fails to detect
|
||||||
|
|
||||||
* Mon Oct 15 2018 Cole Robinson <crobinso@redhat.com> - 2.0.0-1
|
* Mon Oct 15 2018 Cole Robinson <crobinso@redhat.com> - 2.0.0-1
|
||||||
- Rebased to version 2.0.0
|
- Rebased to version 2.0.0
|
||||||
- Finish port to Python 3
|
- Finish port to Python 3
|
||||||
|
Reference in New Issue
Block a user