]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- fix nfs bcond BRs auto/ti/qemu-2.0.0-2
authorMarcin Krol <hawk@tld-linux.org>
Thu, 12 Jun 2014 12:36:12 +0000 (12:36 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 12 Jun 2014 12:36:12 +0000 (12:36 +0000)
qemu.spec

index 2fcf34d2f1f7819d1a433435e39425dc4bd28031..f9a3dc4a1f74265df47fccfbb26f1262b8773b9e 100644 (file)
--- 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)
This page took 0.04251 seconds and 4 git commands to generate.