X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=virt-manager.spec;h=455c0b2ece64e1f65c6b9d97ff842aa9b3eac793;hb=1c5ee194bada18bd8758bef3118214cd0a9e8b3f;hp=7716b1759fb387f8c111047d50cbf8f3dd3b4c23;hpb=02b1a8e1263cf963bd3f50de002a68d664059eff;p=packages%2Fvirt-manager.git diff --git a/virt-manager.spec b/virt-manager.spec index 7716b17..455c0b2 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -1,13 +1,14 @@ Summary: Virtual Machine Manager Summary(pl.UTF-8): Zarządca maszyn wirtualnych Name: virt-manager -Version: 2.0.0 -Release: 1 +Version: 2.1.0 +Release: 2 Epoch: 1 License: GPL v2+ Group: Applications/Emulators Source0: https://releases.pagure.org/virt-manager/%{name}-%{version}.tar.gz -# Source0-md5: 5326c493de70453497b39d5a688e530f +# Source0-md5: f9b820bf5213566a15b0c82f8151a418 +Patch0: arm-ovmf-path.patch URL: http://virt-manager.org/ BuildRequires: gettext-tools >= 0.14.1 BuildRequires: glib2-devel @@ -25,7 +26,10 @@ Requires: gtk3-vnc >= 0.4.3 Requires: hicolor-icon-theme Requires: libosinfo >= 0.2.10 Requires: libvirt-glib >= 0.0.9 +Requires: python3-chardet +Requires: python3-idna Requires: python3-libvirt >= 0.9.6 +Requires: python3-pycairo Requires: python3-pygobject3 >= 3.14 Requires: python3-virtinst = %{epoch}:%{version}-%{release} Requires: spice-gtk @@ -61,7 +65,7 @@ Requires: python3-modules Requires: python3-requests Suggests: python3-selinux Suggests: virt-viewer >= 0.0.1 -Obsoletes: python-virtinst < 2.0.0 +Obsoletes: python-virtinst %description -n python3-virtinst virtinst is a module that helps build and install libvirt based @@ -79,6 +83,7 @@ virt-clone (klonujący istniejącą maszynę wirtualną). %prep %setup -q +%patch0 -p1 %build %{__python3} setup.py \