From bfb5446284257577276d263f0fa3a29c5c99e14f Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Thu, 12 Jun 2014 12:36:12 +0000 Subject: [PATCH] - fix nfs bcond BRs --- qemu.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qemu.spec b/qemu.spec index 2fcf34d..f9a3dc4 100644 --- a/qemu.spec +++ b/qemu.spec @@ -30,7 +30,7 @@ Summary: QEMU CPU Emulator Summary(pl.UTF-8): QEMU - emulator procesora Name: qemu Version: 2.0.0 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/Emulators Source0: http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2 @@ -79,7 +79,7 @@ BuildRequires: libfdt-devel %{?with_rdma:BuildRequires: libibverbs-devel} %{?with_iscsi:BuildRequires: libiscsi-devel >= 1.4.0} BuildRequires: libjpeg-devel -%{?with_nfs:BuildRequires: libnfs-devel >= 1.9.3} +%{?with_libnfs:BuildRequires: libnfs-devel >= 1.9.3} BuildRequires: libpng-devel %{?with_rdma:BuildRequires: librdmacm-devel} %{?with_seccomp:BuildRequires: libseccomp-devel >= 2.1.0} @@ -206,7 +206,7 @@ Requires(pre): /usr/bin/getgid Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd Requires: glib2 >= 1:2.12 -%{?with_nfs:Requires: libnfs >= 1.9.3} +%{?with_libnfs:Requires: libnfs >= 1.9.3} Requires: libssh2 >= 1.2.8 Requires: systemd-units >= 38 Provides: group(qemu) -- 2.44.0