summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyokeun <hyokeun.jeon@samsung.com>2016-09-07 17:54:56 +0900
committerhyokeun <hyokeun.jeon@samsung.com>2016-09-07 19:00:37 +0900
commit5da1458d0040b2f758b3d5cd02218e10ac8e61b7 (patch)
tree0c177326722d1fb7a2ab2e4c1583a30791bdde62
parentcac56c4878d27ef636188093ba133729519cc22e (diff)
downloadqemu-5da1458d0040b2f758b3d5cd02218e10ac8e61b7.tar.gz
qemu-5da1458d0040b2f758b3d5cd02218e10ac8e61b7.tar.bz2
qemu-5da1458d0040b2f758b3d5cd02218e10ac8e61b7.zip
-rw-r--r--packaging/qemu.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/packaging/qemu.spec b/packaging/qemu.spec
index 67d86889d..f2c8d36c5 100644
--- a/packaging/qemu.spec
+++ b/packaging/qemu.spec
@@ -141,8 +141,8 @@ BuildRequires: libepoxy-devel
BuildRequires: libfdt1-devel
%endif
BuildRequires: libgbm-devel
-BuildRequires: libgcrypt-devel
-BuildRequires: libgnutls-devel
+#BuildRequires: libgcrypt-devel
+#BuildRequires: libgnutls-devel
%if 0%{?suse_version} >= 1315
BuildRequires: libibverbs-devel
%endif
@@ -185,7 +185,7 @@ BuildRequires: libssh2-devel
%if 0%{?suse_version} > 1310
BuildRequires: libusb-1_0-devel
%endif
-BuildRequires: libvdeplug3-devel
+#BuildRequires: libvdeplug3-devel
BuildRequires: lzo-devel
%if 0%{?suse_version} > 1220
BuildRequires: makeinfo
@@ -544,7 +544,7 @@ over an SSH network connection from qemu-img tool and QEMU system emulation.
Summary: Universal CPU emulator -- Tools
Group: System/Emulators/PC
Provides: qemu:%_libexecdir/qemu-bridge-helper
-PreReq: permissions
+#PreReq: permissions
Recommends: qemu-block-curl
%if 0%{?with_rbd}
Recommends: qemu-block-rbd
@@ -715,7 +715,9 @@ rm -f pc-bios/slof.bin
%else
--disable-glusterfs \
%endif
+%if 0
--enable-gnutls \
+%endif
--enable-gtk \
%if 0%{?suse_version} >= 1220
--with-gtkabi=3.0 \
@@ -805,7 +807,9 @@ rm -f pc-bios/slof.bin
--disable-usb-redir \
%endif
--enable-uuid \
+%if 0
--enable-vde \
+%endif
--enable-vhdx \
--enable-vhost-net \
%if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 )