diff options
author | hyokeun <hyokeun.jeon@samsung.com> | 2016-09-07 17:54:56 +0900 |
---|---|---|
committer | hyokeun <hyokeun.jeon@samsung.com> | 2016-09-07 19:00:37 +0900 |
commit | 5da1458d0040b2f758b3d5cd02218e10ac8e61b7 (patch) | |
tree | 0c177326722d1fb7a2ab2e4c1583a30791bdde62 | |
parent | cac56c4878d27ef636188093ba133729519cc22e (diff) | |
download | qemu-5da1458d0040b2f758b3d5cd02218e10ac8e61b7.tar.gz qemu-5da1458d0040b2f758b3d5cd02218e10ac8e61b7.tar.bz2 qemu-5da1458d0040b2f758b3d5cd02218e10ac8e61b7.zip |
packaging: mic-bootstrap link issuesubmit/tizen_3.0_base/20161028.062326accepted/tizen/3.0/base/20161028.103448tizen_3.0_base_not_usedqemu-2.7.0accepted/tizen_3.0_base
-rw-r--r-- | packaging/qemu.spec | 12 |
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 ) |