]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu.spec
fixed R: vte - the package is built with 2.91 (0.58.3) but requires the
[packages/qemu.git] / qemu.spec
index 836bde3c336b39a7408b25f4c3eab2a4f0e90217..b7edef82bda5949228f6064f5b5d15a978872118 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          qemu
-Version:       4.1.0
-Release:       2
+Version:       4.1.1
+Release:       1
 License:       GPL v2, BSD (edk2 firmware files)
 Group:         Applications/Emulators
 Source0:       http://wiki.qemu-project.org/download/%{name}-%{version}.tar.xz
-# Source0-md5: cdf2b5ca52b9abac9bacb5842fa420f8
+# Source0-md5: 53879f792ef2675c6c5e6cbf5cc1ac6c
 Source2:       %{name}.binfmt
 # Loads kvm kernel modules at boot
 Source3:       kvm-modules-load.conf
@@ -128,7 +128,7 @@ BuildRequires:      xorg-lib-libX11-devel
 BuildRequires: zlib-devel
 %if %{with gtk3}
 BuildRequires: gtk+3-devel >= 3.14.0
-%{?with_vte:BuildRequires:     vte2.90-devel >= 0.32.0}
+%{?with_vte:BuildRequires:     vte-devel >= 0.32.0}
 %endif
 %if %{with user_static}
 BuildRequires: glib2-static
@@ -172,14 +172,14 @@ Requires: libfdt >= 1.4.2 \
 %if %{with seccomp} \
 Requires:      libseccomp >= 2.3.0 \
 %endif \
-Requires:      libusb >= 1.0.13 \
+Requires:      libusb >= 1.0.22 \
 Requires:      pixman >= 0.21.8 \
 %if %{with usbredir} \
 Requires:      usbredir >= 0.6 \
 %endif \
 %if %{with gtk3} \
 Requires:      gtk+3 >= 3.14.0 \
-%{?with_vte:Requires:  vte2.90 >= 0.32.0} \
+%{?with_vte:Requires:  vte >= 0.32.0} \
 %endif
 
 # don't strip/chrpath anything in there; these are boot images, roms etc
@@ -708,10 +708,14 @@ Obsoletes:        qemu-kvm-system-x86
 QEMU is a generic and open source processor emulator which achieves a
 good emulation speed by using dynamic translation.
 
+This package provides the system emulator with x86 CPU.
+
 %description system-x86 -l pl.UTF-8
 QEMU to ogólny, mający otwarte źródła emulator procesora, osiągający
 dobrą szybkość emulacji dzięki użyciu translacji dynamicznej.
 
+Ten pakiet zawiera emulator systemu z procesorem x86.
+
 %package system-xtensa
 Summary:       QEMU system emulator for Xtensa
 Summary(pl.UTF-8):     QEMU - emulator systemu z procesorem Xtensa
@@ -1106,8 +1110,8 @@ fi
 
 %preun guest-agent
 if [ "$1" = "0" ]; then
-  %service qemu-ga stop
-  /sbin/chkconfig --del qemu-ga
+       %service qemu-ga stop
+       /sbin/chkconfig --del qemu-ga
 fi
 %systemd_preun qemu-guest-agent.service
 
This page took 0.030242 seconds and 4 git commands to generate.