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:
parent
9144398a50
commit
3771558046
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (virt-manager-2.0.0.tar.gz) = 5d0eb65dceb5c913973edaa52414b1665d1ed9cd3f226e28a592decddec2acd8fdb589f60736edf9b7d95830893812f9aecca2cbdd715033ca7ea53a95472876
|
SHA512 (virt-manager-2.1.0.tar.gz) = 48590ff58246e13b73c7ab741ca854bfebae27fb90a891168db5d3fac1d066cce603f83b8d993e70e387624f911fc8503abe488e7992bc50f49d7e980aed5afb
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
# End local config
|
# End local config
|
||||||
|
|
||||||
Name: virt-manager
|
Name: virt-manager
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 2%{?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
|
||||||
@ -68,6 +68,7 @@ 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
|
||||||
|
|
||||||
|
Requires: python3-argcomplete
|
||||||
Requires: python3-libvirt
|
Requires: python3-libvirt
|
||||||
Requires: python3-libxml2
|
Requires: python3-libxml2
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
@ -164,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
|
||||||
@ -171,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
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user