mirror of
https://src.fedoraproject.org/rpms/virt-manager.git
synced 2026-09-12 16:20:40 +00:00
virt-manager-3.0.0-1
Update to version 3.0.0
This commit is contained in:
+8
-30
@@ -1,7 +1,5 @@
|
||||
# -*- rpm-spec -*-
|
||||
|
||||
%bcond_with virtconvert
|
||||
|
||||
%global with_guestfs 0
|
||||
%global default_hvs "qemu,xen,lxc"
|
||||
|
||||
@@ -9,8 +7,8 @@
|
||||
# End local config
|
||||
|
||||
Name: virt-manager
|
||||
Version: 2.2.1
|
||||
Release: 6%{?dist}
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
%global verrel %{version}-%{release}
|
||||
|
||||
Summary: Desktop tool for managing virtual machines via libvirt
|
||||
@@ -51,9 +49,9 @@ Recommends: libvirt-daemon-config-network
|
||||
# Optional inspection of guests
|
||||
Suggests: python3-libguestfs
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-docutils
|
||||
|
||||
|
||||
%description
|
||||
@@ -92,9 +90,6 @@ Requires: libvirt-client
|
||||
Provides: virt-install
|
||||
Provides: virt-clone
|
||||
Provides: virt-xml
|
||||
%if %{with virtconvert}
|
||||
Provides: virt-convert
|
||||
%endif
|
||||
|
||||
%description -n virt-install
|
||||
Package includes several command line utilities, including virt-install
|
||||
@@ -121,11 +116,6 @@ machine).
|
||||
install -O1 --root=%{buildroot}
|
||||
%find_lang %{name}
|
||||
|
||||
%if %{without virtconvert}
|
||||
find %{buildroot} -name virt-convert\* -delete
|
||||
rm -rf %{buildroot}/%{_datadir}/%{name}/virtconv
|
||||
%endif
|
||||
|
||||
%if 0%{?py_byte_compile:1}
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Appendix/#manual-bytecompilation
|
||||
%py_byte_compile %{python3} %{buildroot}%{_datadir}/virt-manager/
|
||||
@@ -146,23 +136,19 @@ done
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%{_datadir}/%{name}/ui/*.ui
|
||||
%{_datadir}/%{name}/virt-manager
|
||||
%{_datadir}/%{name}/virtManager
|
||||
|
||||
%{_datadir}/%{name}/icons
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.virt-manager.virt-manager.gschema.xml
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
|
||||
|
||||
%files common -f %{name}.lang
|
||||
%dir %{_datadir}/%{name}
|
||||
|
||||
%if %{with virtconvert}
|
||||
%{_datadir}/%{name}/virtconv
|
||||
%endif
|
||||
%{_datadir}/%{name}/virtinst
|
||||
|
||||
|
||||
@@ -171,10 +157,6 @@ done
|
||||
%{_mandir}/man1/virt-clone.1*
|
||||
%{_mandir}/man1/virt-xml.1*
|
||||
|
||||
%{_datadir}/%{name}/virt-install
|
||||
%{_datadir}/%{name}/virt-clone
|
||||
%{_datadir}/%{name}/virt-xml
|
||||
|
||||
%{_datadir}/bash-completion/completions/virt-install
|
||||
%{_datadir}/bash-completion/completions/virt-clone
|
||||
%{_datadir}/bash-completion/completions/virt-xml
|
||||
@@ -183,15 +165,11 @@ done
|
||||
%{_bindir}/virt-clone
|
||||
%{_bindir}/virt-xml
|
||||
|
||||
%if %{with virtconvert}
|
||||
%{_bindir}/virt-convert
|
||||
%{_datadir}/bash-completion/completions/virt-convert
|
||||
%{_datadir}/%{name}/virt-convert
|
||||
%{_mandir}/man1/virt-convert.1*
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 15 2020 Cole Robinson <crobinso@redhat.com> - 3.0.0-1
|
||||
- Update to version 3.0.0
|
||||
|
||||
* Mon Aug 31 2020 Cole Robinson <aintdiscole@gmail.com> - 2.2.1-6
|
||||
- spec: Switch to latest Fedora bytecompile macros
|
||||
|
||||
|
||||
Reference in New Issue
Block a user